/Playing-with-TensorFlow

This repository shows my history of TensorFlow learning.

Primary LanguagePython

Playing-with-TensorFlow

This repository shows my history of TensorFlow learning.

Logo

Content:

Elementary

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