Neo
Neo copied to clipboard
Deep learning library in python from scratch
Neo
Deep learning library in python from scratch
Documentation
The documentation generated using Doxygen can be found in documentaion folder.
Please open documentation/html/index.html
to view the documentation.
Dependencies
Numpy Pandas These packages can be installed using pip. For python3.x, run:
sudo pip3 install numpy
sudo pip3 install pandas
Test:
Run test.py
file to test nueral networks on classification and regression problems using various optimizers
Contributing
If you are someone looking to understand deep learning models by implementing or if you are an expert and want to improve the code or fix bugs, you are very welcome. Feel free to suggest improvements and fork the repository.