/Learning-TensorFlow

My self-study notes and scripts for learning TensorFlow

Primary LanguagePythonMIT LicenseMIT

Learning-TensorFlow

My self-study notes and scripts for learning TensorFlow

Installing TensorFlow

script and guide (CPU and GPU - Ubuntu 18.04 LTS)

Helpful videos:

"sentdex" is a great youtuber that explains everything very well:

Official TensorFlow Youtube channel:

MNIST Classification

  • Modified National Institute of Standards and Technology database
  • Database of handwritten digits
  • Training set: 60,000 examples & labels
  • Test set: 10,000 examples & labels
  • MNIST
  • mnistClassification.py

Fashion MNIST Classification

Classifying Cats and Dogs (using TensorBoard for optimization)

Optimization - trying to find the best model for this example