Visualize MNIST training set using p5.js and javascript matrix and machine learning code.
Checkout at this github page: https://pjyi2147.github.io/mnist-visualizer/
- Interactive drawing canvas
- Live test results to see the training updates
- Change activation function (currently sigmoid)
- Change threshold for learning rate (currently 0.002)
- Update Design
- Upload/download models
- What else?