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)