Skip to content

llSourcell/tensorflow_neural_net_live_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

tensorflow_neural_net_live_demo

This is the code for the 'Tensorflow Neural Network' Live session by @Sirajology on Youtube

##Overview

This is a short script that creates a convolutional neural network using Tensorflow to classify handwritten character digits. The dataset is called MNIST.

##Dependencies

##Demo

Run the following in terminal and it will train on the MNIST digits, then test its classification accuracy on the provided test digit images.

python demo.py

##Credits

The credits for this code go to Aymeric Damien. I've merely created a wrapper to get people started.

About

This is the code for the 'Tensorflow Neural Network' Live session by @Sirajology on Youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages