ilyeshammadi / mnist-tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convolutional neural network using the MNIST dataset

Intall the requirements

$ pip install -r requirements.txt

Runing the program

$ python main.py

Visualizing the model in TensorBoard

$ tensorboard --logdir=my_model/ --port=6000

About


Languages

Language:Python 100.0%