Video description
This course provides an introduction to using deep learning models to solve computer vision tasks in TensorFlow and is focused on the work horse of deep learning image models: the convolutional neural network.
Expert Lucas Adams teaches you how to get these models up and running fast, especially in domains with limited computing resources or training data, and shows you how to modify the architecture of a neural network to make the model specialized to different tasks. Learners should be familiar with basic deep learning concepts like the multilayer perceptron, linear algebra, Jupyter notebooks, and the basics of building and running TensorFlow programs.
- Understand why the convolutional neural network works so well for vision tasks
- Explore how each component of the architecture contributes to prediction
- Learn to run models using weights pre-trained on large datasets using many processing hours
- Discover how to modify pre-trained networks for completely different tasks
- Tune pre-trained models to a dataset while using knowledge stored from an initial training run
Table of contents
-
Introduction
- Welcome To The Course 00:01:13
- About The Author 00:00:45
-
Computer Vision In TensorFlow
You might also like
book
Building Computer Vision Applications Using Artificial Neural Networks: With Step-by-Step Examples in OpenCV and TensorFlow with Python
Apply computer vision and machine learning concepts in developing business and industrial applications using a practical, …
video
Practical Machine Learning with TensorFlow 2.0 and Scikit-Learn
Have you been looking for a course that teaches you effective machine learning in scikit-learn and …
book
Deep Learning with TensorFlow 2 and Keras - Second Edition
Build machine and deep learning systems with the newly released TensorFlow 2 and Keras for the …
video
PyTorch for Deep Learning and Computer Vision
PyTorch has rapidly become one of the most transformative frameworks in the field of deep learning. …