Convolutional Neural Networks (CNNs) are considered game-changers in the field of computer vision, particularly after AlexNet in 2012. They are everywhere now, ranging from audio processing to more advanced reinforcement learning. So, the understanding of CNNs becomes almost inevitable in all fields of data science. With this course, you can take your career to the next level with an expert grip on the concepts and implementations of CNNs in data science.
The course starts with introducing and jotting down the importance of Convolutional Neural Networks (CNNs) in data science. You will then look at some classical computer vision techniques such as image processing and object detection. It will be followed by deep neural networks with topics such as perceptron and multi-layered perceptron. Then, you will move ahead with learning in-depth about CNNs. You will first look at the architecture of a CNN, then gradient descent in CNN, get introduced to TensorFlow, classical CNNs, transfer learning, and a case study with YOLO.
Finally, you will work on two projects: Neural Style Transfer (using TensorFlow-hub) and Face Verification (using VGGFace2).
By the end of this course, you will have understood the methodology of CNNs with data science using real datasets. Apart from this, you will easily be able to relate the concepts and theories in computer vision with CNNs.
All the resource files are added to the GitHub repository at: https://github.com/PacktPublishing/Deep-Learning-CNN-Convolutional-Neur…
Understand the importance of CNNs in data science
Explore the reasons to shift from classical computer vision to CNNs
Learn concepts from the beginning with comprehensive unfolding with examples in Python
Study the evolutions of CNNs from LeNet (1990s) to MobileNets (2020s)
Deep-dive into CNNs with examples of training CNNs from scratch
Build your own applications for human face verification and neural style transfer
No prior knowledge is needed. You start from the basics and slowly build your knowledge of the subject. A willingness to learn and practice is just the prerequisite for this course.
The course helps you apply state-of-the-art CNNs that are much more recent, advanced in terms of accuracy and efficiency, and can be used for transfer learning on your own dataset.