Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 402 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 402 Bytes

Implementing a tiny autograd framework for training MNIST to >95% across various languages.

  • Python (numpy wrapper with barebones autograd)
  • C (custom tensors with barebones autograd)
  • HTML/CSS/Javascript (just a front-end for python server using websockets)

Python Demo

python gif

C Demo

c gif

HTML/CSS/JS Demo

web gif