8000 GitHub - tarun0/Neo: Deep learning library in python from scratch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tarun0/Neo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Deep learning library in python from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0