
Neural Networks From Scratch
Project
Implementing neural networks from scratch!
Summary
Feedforward neural networks using only NumPy! You can create, train and evaluate neural networks of any shape. Reached 95% test accuracy on MNIST after one training epoch.
Technologies
- Python 3
- NumPy
Features
- It is possible to save and load network models.
- You can view the training-accuracy of your network over time graphically.
- You can draw your own digits and classify them using your network!