TensorFlow for Computer Vision - Full Tutorial for Beginners

TensorFlow for Computer Vision - Full Tutorial for Beginners

freeCodeCamp.org via freeCodeCamp Direct link

Introduction

1 of 35

1 of 35

Introduction

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

TensorFlow for Computer Vision - Full Tutorial for Beginners

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Introduction
  2. 2 Course outline
  3. 3 Who’s this course for
  4. 4 Why learn TensorFlow
  5. 5 We will be using an IDE and not notebooks
  6. 6 Visual Studio Code (how to download and install it)
  7. 7 Miniconda - how to install it
  8. 8 Miniconda - why we need it
  9. 9 How are we going to use conda virtual environments in VS Code?
  10. 10 Installing Tensorflow 2 (CPU version)
  11. 11 Installing Tensorflow 2 (GPU version)
  12. 12 What do we want to achieve?
  13. 13 Exploring MNIST dataset
  14. 14 Tensorflow layers
  15. 15 Building a neural network the sequential way
  16. 16 Compiling the model and fitting the data
  17. 17 Building a neural network the functional way
  18. 18 Building a neural network the Model Class way
  19. 19 Things we should add
  20. 20 Restructuring our code for better readability
  21. 21 First part summary
  22. 22 What we want to achieve
  23. 23 Downloading and exploring the dataset
  24. 24 Preparing train and validation sets
  25. 25 Preparing the test set
  26. 26 Building a neural network the functional way
  27. 27 Creating data generators
  28. 28 Instantiating the generators
  29. 29 Compiling the model and fitting the data
  30. 30 Adding callbacks
  31. 31 Evaluating the model
  32. 32 Potential improvements
  33. 33 Running prediction on single images
  34. 34 Second part summary
  35. 35 Where you can find me if you have questions

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.