fast_ai.htm
Notes from Fast AI Course
How to do a fast.ai lesson
- Watch lecture
- Run notebook
- Reproduce results
- Repeat with a different dataset
Machine models fit function to data.
Deep learning is basically using stochastic gradient descent and a loss function to fit your data.
Learning rate. Its a hyperparameter you use to calculate the data.