Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ayushexel/neo

Deep learning library in python from scratch
https://github.com/ayushexel/neo

artificial-intelligence deep-learning deep-learning-tutorial machine-learning machine-learning-coursera machine-learning-tutorials neural-network neural-network-builder neural-networks-from-scratch numpy numpy-neuralnet-exercise numpy-tutorial

Last synced: 29 days ago
JSON representation

Deep learning library in python from scratch

Awesome Lists containing this project

README

        

# 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.