Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/yilmaz08/neural-network-from-scratch
- Owner: yilmaz08
- License: mit
- Created: 2024-06-26T14:35:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T14:47:11.000Z (4 months ago)
- Last Synced: 2024-08-22T16:42:30.724Z (4 months ago)
- Topics: from-scratch, machine-learning, neural-network, neural-networks-from-scratch
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!**