Convolutional Neural Networks with TensorFlow in Python

Advanced neural networks: Master Computer Vision with Convolutional Neural Networks (CNN) and Deep Learning

4.64 (296 reviews)
Udemy
platform
English
language
Other
category
instructor
2,293
students
4.5 hours
content
Mar 2021
last update
$69.99
regular price

What you will learn

Learn the fundamentals of Convolutional Neural Networks

Perform Computer Vision and Machine Learning tasks

Master working with TensorFlow and Tensorboard

Understand kernels

Get the hang of convolution and its role in CNNs

Get familiar with L2 regularization and weight decay

Grasp the concept of dropout

Visualize networks and metrics using Tensorboard

Approach multilabel classification

Gain experience from a big real-world practical example

Convert Images into Tensors

Explore the concepts behind popular state-of-the-art CNN architectures

Description

Are you a Deep Learning enthusiast who is now looking for their next challenge?

Are you interested in the field of Computer Vision and the ability of machines to extract insightful information from visuals and images?

Do you want to learn a valuable skill to put yourself ahead of the competition in this AI-driven world?

If you answered with “yes” to any of these questions, you have come to the right place and at the right time!

Here are 5 reasons this is the right course for you:

  1. We have 1,170,000 students on Udemy and we know how to teach a complex topic in an easy to understand way

  2. It contains numerous practical exercises

  3. A real-life case study with 16,000 images

  4. Save time – our course will get you there faster than the average courses on the topic

  5. Notebook files, course notes, quiz questions, practice materials – all materials are inside the course

This course is a fantastic training opportunity to help you gain insights into the rapidly expanding field of Machine Learning and Computer Vision through the use of Convolutional Neural Networks.

Convolutional Neural Networks, or CNNs in short, are a subtype of deep neural networks that are extensively used in the field of Computer Vision. These networks specialize in inferring information from spatial-structure data to help computers gain high-level understanding from digital images and videos. That can be as simple a task as classifying an image to be a dog or a cat, but it can also explode in complexity as is the case with self-driving cars, for example.

This is where most of the active Machine Learning research is concentrated right now, and CNNs are a crucial part of it. So, it is high time to up your game and master this piece of the Deep Learning puzzle.

To do just that, we have devised this wonderful and engaging course for you. Although a general understanding of TensorFlow and the main deep learning concepts is required, we will start from the CNNs basics and build our way to proficiency. Moreover, we are firm believers that practice makes perfect, that’s why this course offers a comprehensive practical example of a real-world project. What’s more, it contains plenty of exercises, homework, downloadable files and notebooks, as well as quiz questions and course notes.

We’ll start this course by taking a look at Kernels in the context of image processing. Kernels are an essential tool for working with and understanding Convolutional Neural Networks. We’ll explore how to achieve different image transformations and help you understand the role of the mathematical operation of convolution in this process. This will be the basis for our next topic - convolutional layers.

Armed with all that knowledge, we will introduce the main subject of the course: Convolutional Neural Networks. Here, we’ll discuss intriguing concepts such as feature maps and pooling. In addition, we’ll inspect how such a network transforms the dimensions of the tensors.

Then, what follows is a short and optional neural networks revision. CNNs are simply a subtype of deep neural networks, so a general knowledge of NNs is required. That’s why we’ll revise the basics: activation functions, early stopping, and optimizers.

Once we’ve covered all that, you will have the minimum required knowledge to start putting all this theory to practice – by building your first Convolutional Neural Network.

Working on the MNIST dataset, we’ll help you grasp the general workflow of creating a CNN architecture and build one from scratch. You are going to train it to recognize handwritten digits – a very useful tool in the real world. At this point, you will get the hands-on opportunity to tinker and change the network and see the results for yourself.

And we won’t stop at creating the CNNs. We will also spend a good amount of time exploring them through TensorBoard – the go-to visualization and logging tool when working with TensorFlow. This will make your journey and experimentation in the field more straightforward and definitely more memorable. Neural networks are notorious for their difficult interpretation, so we will examine the Confusion Matrix as a tool to help you understand and interpret the results of your networks. Finally, we’ll show you how to easily tune the hyperparameters of your networks.

But there’s more.

We will show you how to master 3 common techniques to improve the performance of your models. In fact, you will have the opportunity to apply those techniques to the networks we create for the next practical section.

You heard that right! The idea of this course is to give you the real CNN experience. We will have an enormous practical exercise so you can work on a real-world project.

To do that, we’ve created our very own custom data set that comes from the fashion industry. It consists of more than 16,000 images of trousers, jeans, shoes, glasses, and sunglasses. And we will be using these for numerous practical examples and problems. We’ve devised a task to classify the different items with a corresponding label. Not only that, but we will also determine other characteristics, such as the items’ subtype and gender. Given the nature of these, we will be able to try out different techniques to achieve our goal and compare how these approaches fare against each other. You’ll get a taste of the real-world challenges of solving such a task, and gain experience with a real project that you can later add to your portfolio.

Finally, to cap it all off, we end this course with a review of the timeline of Convolutional Neural Networks professional research. We will dive into the workings of some popular CNN architectures, and all-stars like AlexNet, GoogLeNet, as well as ResNet will all make an appearance.

By the end of this course, you will be completely equipped with all the tools you need to confidently work on CNN projects!

We, at the 365 Data Science Team are committed to providing only the highest quality content to you – our students. That’s why we have teamed up with a true industry expert – Iskren Vankov. Iskren is a very capable Software developer and Computer Scientist with a Bachelor’s degree in Computer Science and Physics from The University of Edinburgh, and a Master’s degree in Computer Science from The University of Oxford. Iskren has also been engaged in Deep Learning programming for more than 5 years with a focus on Recurrent Neural Networks.

As with all of our courses, you have a 30-day money-back guarantee, if at some point you decide that the training isn’t the best fit for you.

What’s more, the course comes with plenty of exercises, homework, downloadable files, quiz questions, and course notes. Everything you need for a perfect learning experience.

So, what are you waiting for?

Click the ‘Buy now’ button and let’s explore CNNs together!

Content

Introduction to the course

What does the course cover?
Why CNNs?

Kernels

Introduction to image kernels
How do image transformations work?
Kernels as matrices
Convolution - applying kernels
Edge handling

CNN Introduction

CNNs motivation
Feature maps
Pooling and Stride
Dimensions

Neural networks techniques (revision)

Activation functions
Overfitting and early stopping
Optimizers

Setting up the environment

Setting up the environment - Do not skip, please!
Why Python and why Jupyter?
Installing Anaconda
Jupyter Dashboard - Part 1
Jupyter Dashboard - Part 2
Installing the packages

CNN assembling - MNIST

Road plan
A simple CNN architecture
Preprocessing the data
Building and training the CNN
Testing the trained CNN

Common techniques for better performance of NN

Introduction
Regularization
L2 Regularization and Weight Decay
Dropout
Data augmentation

Understanding CNNs

Unexpected failures

Popular CNN architectures

Introduction - the ILSVRC challenge
AlexNet - CNN success
VGG - more layers
GoogleNet - computational efficiency

Screenshots

Convolutional Neural Networks with TensorFlow in Python - Screenshot_01Convolutional Neural Networks with TensorFlow in Python - Screenshot_02Convolutional Neural Networks with TensorFlow in Python - Screenshot_03Convolutional Neural Networks with TensorFlow in Python - Screenshot_04

Reviews

Govind
August 6, 2023
Course was excellent, the tutor was fabulous with the explanation and had a great graphic representation and pictures in the course.
Christian
April 26, 2023
People who are very competent can explain things in a very clear and concise way, this course is the best i've seen so far on deeplearning!
Jaime
December 12, 2022
in few words, this course help me so much. one part that liked me is the way of to explain and the illustrations that they use. thanks for all
VAIBHAV
June 7, 2022
I learned the concepts of Convolution Neural Networks. It was explained very nicely. The math or intuition behind some the model architectures could have been explained in detail. That would have helped understand the models better. But, other than that this is a very nice course. Well thought out and nicely presented
William
May 9, 2022
Very informative, and good graphics. However, the commentator sounded fake and almost condescending at times.
Lorenz
July 28, 2021
Die Programmiertutorials sind etwas schnell, sodass man fast unmöglich parallel mittippen kann. Ansonsten gut
Jeff
December 18, 2020
The course is a good introduction to CNN. I do not have much knowledge of neural networks, and the references to the other course on that topic do not make any sense to me because I have not taken it. Also, I have an error installing Tensorflow , and until resolved I cannot complete the exercise (no fault of the instructor to be sure!).
John
November 26, 2020
Excellent so far! The instructor is knowledgeable and is easy to follow. There is a good mix between theory(animation) and practice(Jupyter), so it's a good match for me.

Charts

Price

Convolutional Neural Networks with TensorFlow in Python - Price chart

Rating

Convolutional Neural Networks with TensorFlow in Python - Ratings chart

Enrollment distribution

Convolutional Neural Networks with TensorFlow in Python - Distribution chart
3653900
udemy ID
11/23/2020
course created date
12/9/2020
course indexed date
Bot
course submited by