- Rubric is the single most important metric
- Read through the FAQs of your classmates
- Chip away the project one part at a time, work on it consistently
Your byte size news and commentary from Silicon Valley the land of startup vanities, coding, learn-to-code and unicorn billionaire stories.
Ad
Friday, February 22, 2019
Udacity Machine Learning Nanodegree logistics
- Packages: Python 2.7, NumPy, Pandas, Matplotlib
- Jupyter Notebook
- a really cool python package that allows you to annotate and run python code on a web page. It's excellent for visual learners.
- Use Student Hub student Knowledge to ask questions
Udacity Deep Learning Nanodegree Course Summary - Convolutional Neural Network
10000 seem hard to train hard to spot cancer sometimes there are too many miles
3.1.15 Validation loss: first choose a percentage to make into validation set
3.1.18 LOCAL CONNECTIVITY improve image classification with MLP. Vanilla MLP is fully connected. MLP is good for cleaned dataset that are easier like MNSIT. Address tow MLP issues, MLP uses a lot of parameters, easily reach 1/2 million even for 28x28 image, limitation 2: only accepts vector as input. Spatial info was not relevant in MLP. CNN uses sparsely connected layers, accept matrix as input. How to visualize, flatten for MLP. Fully connected redundancy: does every hidden node needs to be connected with every pixel in an image? Perhaps not.
3.8.4 why is this task hard
3.8.5 how the data is collected and biopsy confirmed. More than 2000+ disease classes. Melanoma is the most lethal
3 Project Github can opt out, limited time availability 3.github.1 why github is useful 3.g.2 Matt points out Udacity courses on github and version control, makes hilarious jokes about his portfolio, GitHub as a host for technical portfolio
Best practice:
MLP VS CNN CNN has lower test error.
CNN do much better than MLP in most datasets. Though the difference is not obvious for MNIST
weight initialization help model find best place to start to optimize for best weight that fits between input and output. Transfer learning initialized starts with optimal weight trained in the model.
What’s the relationship between epoch, batch and number of records?
How about iterations?
3.1.15 Validation loss: first choose a percentage to make into validation set
3.1.18 LOCAL CONNECTIVITY improve image classification with MLP. Vanilla MLP is fully connected. MLP is good for cleaned dataset that are easier like MNSIT. Address tow MLP issues, MLP uses a lot of parameters, easily reach 1/2 million even for 28x28 image, limitation 2: only accepts vector as input. Spatial info was not relevant in MLP. CNN uses sparsely connected layers, accept matrix as input. How to visualize, flatten for MLP. Fully connected redundancy: does every hidden node needs to be connected with every pixel in an image? Perhaps not.
3.8.5 how the data is collected and biopsy confirmed. More than 2000+ disease classes. Melanoma is the most lethal
3 Project Github can opt out, limited time availability 3.github.1 why github is useful 3.g.2 Matt points out Udacity courses on github and version control, makes hilarious jokes about his portfolio, GitHub as a host for technical portfolio
Best practice:
MLP VS CNN CNN has lower test error.
CNN do much better than MLP in most datasets. Though the difference is not obvious for MNIST
weight initialization help model find best place to start to optimize for best weight that fits between input and output. Transfer learning initialized starts with optimal weight trained in the model.
What’s the relationship between epoch, batch and number of records?
How about iterations?
Gradient Descent has two hyperparameters epoch and batch size.
Thursday, February 21, 2019
Cheatsheet for Google Cloud Machine Learning & Big Data
Post in construction...
- NVIDIA Tesla T4 GPU available in beta in limited regions.
- NVIDIA Tesla T4 GPU available in beta in limited regions.
Saturday, February 16, 2019
Udacity Deep Learning Nanodegree Mini Syllabus
Here are the topics it will cover
- Building and training neural networks
- Model evaluation and validation
- Convolutional neural networks
- Autoencoders and feature extraction
- Transfer learning
- Recurrent neural networks
- Natural language processing
- Data augmentation
- Generative adversarial networks
- Hyperparameter tuning
- Model deployment and serving
Startup Entrepreneurship Basics
- Market sizing, measuring market size for biotech, medicine: cost of diagnosis and treatment
Developer tools to know
- Google Python Style Guide
- Organize and write better documentations Readthedocs
- Productivity, sprint, getting things done Trello monday.com
Subscribe to:
Posts (Atom)
React UI, UI UX, Reactstrap React Bootstrap
React UI MATERIAL Install yarn add @material-ui/icons Reactstrap FORMS. Controlled Forms. Uncontrolled Forms. Columns, grid
-
This review is updated continuously throughout the program. Yay I just joined the Udacity Nanodegree for Digital Marketing! I am such an Uda...
-
Can hack schools solve Silicon Valley's talent crunch? The truth about coding bootcamps and the students left behind http://t.co/xXNfqN...
-
The bogus request from P2PU to hunt for HTML tags in real life has yielded a lot of good thoughts. My first impression was that this is stup...