https://github.com/gitgoap/neural-net-scratch
Neural Network Implementation with only Python and Numpy.
https://github.com/gitgoap/neural-net-scratch
Last synced: 2 months ago
JSON representation
Neural Network Implementation with only Python and Numpy.
- Host: GitHub
- URL: https://github.com/gitgoap/neural-net-scratch
- Owner: gitgoap
- Created: 2025-02-22T03:07:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-13T07:00:14.000Z (10 months ago)
- Last Synced: 2026-03-09T01:09:28.517Z (3 months ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Vanilla neural network implementation from scratch
#### Book: `Neural Networks from Scratch in Python` by **Harrison Kinsley & Daniel Kukieła**
Following [sentdex](https://nnfs.io/)