https://github.com/igorbenav/nn-from-scratch
Defining and coding neural networks from scratch using only numpy.
https://github.com/igorbenav/nn-from-scratch
Last synced: 4 months ago
JSON representation
Defining and coding neural networks from scratch using only numpy.
- Host: GitHub
- URL: https://github.com/igorbenav/nn-from-scratch
- Owner: igorbenav
- Created: 2021-05-14T00:53:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T04:11:20.000Z (almost 5 years ago)
- Last Synced: 2025-11-29T19:46:08.997Z (6 months ago)
- Language: HTML
- Size: 1010 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nn-from-scratch
Defining and coding neural networks from scratch using only numpy.