-
Book Overview & Buying
-
Table Of Contents
Deep Learning - Computer Vision for Beginners Using PyTorch
By :
Deep Learning - Computer Vision for Beginners Using PyTorch
By:
Overview of this book
Note: The course is primarily focused on teaching PyTorch and deep learning for computer vision, but it also includes a few sections on the fundamentals of Python (Sections 8–12). These optional learning sections are designed for individuals who may be new to Python or who want to refresh their knowledge of Python basics.
In this course, we will take a step-by-step method by first grasping PyTorch’s fundamentals. Then, using a guide to getting free GPU for learning, you will learn how to code in GPU. You will then learn about PyTorch’s AutoGrad feature and how to use it. Later, you will learn how to use PyTorch to create deep learning models and understand the fundamentals of convolutional neural networks (CNN). You will also learn how to use CNN with a real-world dataset.
Additionally, the course will emphasize the fundamentals and lay the groundwork for an understanding of Python. We will also talk about the three significant Python libraries known as NumPy, Pandas, and Matplotlib. In this part of the course, we will also build a mini project where we will be building a hangman game in Python.
By the end of this course, we will be able to perform Computer Vision tasks with deep learning.
All the resources for this course are available at: https://github.com/PacktPublishing/Deep-Learning---Computer-Vision-for-Beginners-Using-PyTorch
Table of Contents (12 chapters)
Welcome Aboard
Introduction to PyTorch and Tensors
Diving into PyTorch
AutoGrad in PyTorch
Creating Deep Neural Networks in PyTorch
CNN in PyTorch
LeNet Architecture in PyTorch
Optional Learning - Python Basics
Optional Learning - Mini Project with Python Basics
Optional Learning - Python for Data Science – with NumPy
Optional Learning - Python for Data Science – with Pandas
Optional Learning - Python for Data Science – with Matplotlib