Deep learning library in python from scratch
The documentation generated using Doxygen can be found in documentaion folder.
Please open documentation/html/index.html
to view the documentation.
Numpy Pandas These packages can be installed using pip. For python3.x, run:
sudo pip3 install numpy
sudo pip3 install pandas
Run test.py
file to test nueral networks on classification and regression problems using various optimizers
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.