Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.53 KB

File metadata and controls

35 lines (22 loc) · 1.53 KB

Neural Network Basics

Make sure you understand linear algebra and derivatives (see prerequisites.md).


Start with this excellent animated walkthrough of neural networks and backpropagation:


Structured Learning with Dive into Deep Learning (D2L)

We recommend following these chapters in order:

The remaining chapters go deeper into advanced architectures and training techniques. Return to them once you've built a solid foundation.

Alternatively, you may use https://course.fast.ai/.


Understanding Backpropagation