Skip to content

dimwael/MnistTF

Repository files navigation

MnistTF

Tensorflow aproach to train MNIST Model

  • Create Graph y = tf.matmul(x,w)+b
  • Loss function tf.reduce_mean
  • Optimizer tf.train.GradientDescentOptimizer
  • Create Session
  • Plot error predictions

Requirements :

  • Tensorflow
  • matplotlib.pyplot
  • numpy

About

Tensorflow aproach to train MNIST Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published