https://github.com/rockwotj/nn
https://github.com/rockwotj/nn
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rockwotj/nn
- Owner: rockwotj
- Created: 2024-04-01T03:26:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T14:00:38.000Z (about 1 year ago)
- Last Synced: 2025-02-09T07:13:25.528Z (4 months ago)
- Language: C++
- Size: 178 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NN
My learning space for Neural Networks.
Currently I am working through: https://karpathy.ai/zero-to-hero.html
Instead of Python I am working through the code in C++ because why not :smile: