TensorFlow_Practice

Personal notes on playing with Tensorflow

#Common procedure in Tensorflow

  • Define hyperparameters
  • Define graph input placeholders
  • Define parameter variables
  • Define feedforward pass
  • Define loss&optimizations
  • Init & Train

#mlp.py A simple Multi Layer Perceptron on MNIST

#convolution.py A simple four-layer convolutional neural network on MNIST