- This repository contains detailed code to implement neural network training using only numpy and scipy.
- I followed Dr Simon Prince's Understanding Deep Learning book to code it.
- I have also included some equations as comments for better understanding of the code.
- There is test_nn.py file to test the functions that I wrote.
- Fork the repository and feel free to change it and improvise it.
- To run the code create a virtual environment, install the requirements.txt and run nn.py
python -m venv env source env/bin/activate pip install -r requirements.txt python nn.py
-
Notifications
You must be signed in to change notification settings - Fork 0
srikrish2812/neural-network-scratch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Implementation of neural network training from scratch using only numpy and scipy
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published