https://github.com/dymoo/ml-from-scratch
Handwriting recognition from scratch (only using numpy), inspired by geohot
https://github.com/dymoo/ml-from-scratch
Last synced: 22 days ago
JSON representation
Handwriting recognition from scratch (only using numpy), inspired by geohot
- Host: GitHub
- URL: https://github.com/dymoo/ml-from-scratch
- Owner: dymoo
- Created: 2020-10-20T13:28:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T11:49:35.000Z (over 5 years ago)
- Last Synced: 2023-12-26T18:22:17.699Z (over 2 years ago)
- Language: Jupyter Notebook
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine learning from scratch
To teach myself ML, I will be trying to implement ML in code from scratch.
I use numpy, might try to move over to cupy for cuda computing.