Mente

fast_ai.htm

Notes from Fast AI Course

How to do a fast.ai lesson

  1. Watch lecture
  2. Run notebook
  3. Reproduce results
  4. 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.