/grokking-deep-learning-implementation

Implementing the problems and challenges of grokking deep learning book.

Primary LanguageJupyter Notebook

🎥 Grokking Deep Learning

Implementing the contents of grokking deep learning book.

💁 What You're Getting

├── 3. neural prediction forward propagation `Folder`
├── 4. neural learning gradient descent `Folder`
├── 5. generalizing gradient descent `Folder`
├── Forward Propagation - Intro to Neural Prediction
├── Gradient Descent - Intro to Neural Learning 
├── Generalizing Gradient Descent - Learning Multiple Weights at a Time