You can see a demo on GitHub Pages
Creating website which visualize how simple neural network works. Better understanging how neural networks works.
Neural networks are trainded on MNIST dataset and The Digit Dataset form scikit-learn.
- neural network visualization
- 4 models of neural networks recognizing digits
- drawing simple bar chart
- user can draw digits for classification
(in progress)
To run web site flask has to be installed:
python www_page/neuralnet_app.py
- improving optimizer