This repo contains a toy Python module (in development) for simple Neural Networks.
The intention is to build the network functionality from scratch, to gain an in-depth understanding of NN learning.
- Develop the feedforward functionality for simple networks.
- Develop a simple gradient descent algorithm.
- Extend this to allow stochastic gradient descent.
- Add the backpropagation algorithm to speed things up.