Visit the official book of "Neural Networks from scratch" to learn more from it.
This repository contains the code for implementing the neural networks from scratch using python.
This repository is an attempt to implement the neural networks from scratch using python with cuda-python
library.
- Single Neurons
- Layers
- Loss Function
- Optimization
- Explains the concept in notebook, so you can also try it
- Has the answer for your what, how, why questions in each concept
- Visualization of each concept through
manim
library