Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yilmaz08/neural-network-from-scratch

Neural Network From Scratch (without any machine learning modules)
https://github.com/yilmaz08/neural-network-from-scratch

from-scratch machine-learning neural-network neural-networks-from-scratch

Last synced: about 1 month ago
JSON representation

Neural Network From Scratch (without any machine learning modules)

Awesome Lists containing this project

README

        

In this project I will try making a functioning neural network module from scratch to learn more about neural networks and prove myself I am capable of doing this.

No machine learning modules will be used. (only numpy will be used)

**It is not supposed to be used for real projects. Please use more advanced libraries like pytorch and tensorflow!**