An open API service indexing awesome lists of open source software.

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

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.