Book Image

Hands-On Deep Learning for Computer Vision [Video]

By : Jakub Konczyk
Book Image

Hands-On Deep Learning for Computer Vision [Video]

By: Jakub Konczyk

Overview of this book

<p>Machine Learning, and Deep learning techniques in particular, are changing the way computers see and interact with the World. From augmented and mixed-reality applications to just gathering data, these new techniques are revolutionizing a lot of industries This course is designed to give you a hands-on learning experience by going from the basic concepts to the most current in-depth Deep Learning methods for Computer Vision in use today.</p> <p>In this course, you will be introduced to the concept of deep learning and a variety of popular and effective techniques for image classification, detection, segmentation and generation. You will learn to build your own neural network and classify images accordingly. You will be taken through popular techniques such as Deep Dream (to generate psychedelic, surreal images), Style Transfer (to transfer styles between images), and Neural Doodle, to generate an image that matches a doodled sketch.</p> <p>By the end of this course, you will be able to use computer vision and deep learning to encode, classify, detect, and style images for the real world.</p> <p>The code bundle for this video course is available at -&nbsp;<a href="https://github.com/PacktPublishing/Hands-On-Deep-Learning-for-Computer-Vision" target="_blank">https://github.com/PacktPublishing/Hands-On-Deep-Learning-for-Computer-Vision</a></p> <h1>Style and Approach</h1> <p>This video course offers a project-based approach to teach you the skills required to develop computer vision applications using Deep Learning and Python.</p>
Table of Contents (5 chapters)
Chapter 2
Image Classification with Keras
Content Locked
Section 2
Using a Pre-Trained VGG Model
Discover how to quickly get started with image classification - Learn how to import and load the VGG models in Keras and all the necessary processing tools as well - Learn how to prepare an image for classification - Discover how to perform the image classification on a new image and how to interpret results