Skip to content

Latest commit

 

History

History

08. A primer on TensorFlow

  • 8.1. What is TensorFlow?
  • 8.2. Understanding Computational Graphs and Sessions
    • 8.2.1 Computational Graphs
    • 8.2.2 Sessions
  • 8.3. Variables, Constants, and Placeholders
    • 8.3.1. Variables
    • 8.3.2. Constants
    • 8.3.3. Placeholders and Feed Dictionaries
  • 8.4. Introducing TensorBoard
    • 8.4.1 Creating Name Scope in TensorBoard
  • 8.5. Handwritten digits classification using Tensorflow
  • 8.6. Visualizing Computational graph in TensorBord
  • 8.7. Introducing Eager execution
  • 8.8. Math operations in TensorFlow
  • 8.9. Tensorflow 8.0 and Keras
    • 8.9.1. Bonjour Keras
    • 8.9.2. Defining models in Keras
    • 8.9.3. Compiling the model
    • 8.9.4. Training the model
    • 8.9.5. Evaluating the model
  • 8.10. MNIST digits classification in Tensorflow 2.0