/jw_mnist

Simple implements of neural network for mnist

Primary LanguageJupyter Notebook

Neural network study example

Summary

Study example

$ !Download mnist train data from web site!
$ cd jw_mnist
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ jupyter notebook
$ Load notebook file in notebook app

Requirements

Execution

  1. Move to source directory
$ cd neural_network
  1. Execute jupyter notebook and load notebook file
$ jupyter notebook