This repository shows my history of TensorFlow learning.
- Introduction to MNIST dataset - Download and visualize MNIST dataset
- TensorFlow basic - Session / Constants / Variables / Sharing variables / Placeholder
- Feed forward neural network - Neural network for MNIST dataset classification
- CNN Model 1st - A simple ConvNet classification example for MNIST dataset
- Support GPU - A simple code which determine whether your installed TensorFlow supports GPU or not
- Save and restore tensor variables - A simple example for ave & restore variables in TensorFlow