Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Convolutional Neural Networks for Image Classification
Rating: 4.3 out of 5(100 ratings)
915 students

Convolutional Neural Networks for Image Classification

Design your own deep CNN for accurate image recognition, train and test in Real Time by camera
Last updated 11/2023
English

What you'll learn

  • Design deep CNNs architectures with high accuracy results
  • Demonstrate classification in Real Time by camera
  • Generate synthetic data to augment existing dataset
  • Assemble own, custom dataset for Classification tasks
  • Modify existing dataset for Classification tasks
  • Apply preprocessing techniques for dataset before training
  • Train deep CNNs in Keras
  • Classify new images after training

Coding Exercises

This course includes our updated coding exercises so you can practice your skills as you learn.

See a demo
Image of coding exercise example

Course content

10 sections53 lectures16h 48m total length
  • Introduction to the course5:40

    Presenting what you are going to learn in this course; and what you will be able to do by the end of the course. Illustrating that this course will be fun and engaging with a lot of coding activities.

  • Quick Win #1: Convolution34:09

    Implement convolution operation to grayscale image. Detect edge of the object on image by different filters.

  • Coding Activity: Convolution
  • Quick Win #2: Pooling16:11

    Apply max pooling operation to grayscale image. Demonstrate downsampled output image.

  • Coding Activity: Pooling
  • Quick Win #3: Convolution+Pooling23:51

    Combine two operations together. Plot resulted output images.

  • Coding Activity: Convolution + Pooling
  • Quick Win #4: Convolution in Real Time by camera24:35

    Demonstrate convolution in Real Time by camera. Visualize object contour. Compute and draw bounding box by contours coordinates.

  • Coding Activity: Define a 3x3 filter
  • Quick Win #5: Track movement of the object via Convolution13:28

    Track object via convolution in Real Time. Calculate object centre and visualize tracker line.

  • Coding Activity: Update deque object
  • Glossary3:15

    Generate glossary with key terminology. Fill it out continuously throughout the course.

  • Software Installation & Verification47:28

    Install needed prerequisites for the course. Verify successful installation.

  • How to study the course?2:41

    Recognize the recommended way to study this course. Investigate tips to obtain best possible experience.

Requirements

  • Basic knowledge of Image Classification Algorithms
  • Basics on how CNN works
  • Intermediate knowledge of Python V3
  • Basic knowledge of OpenCV
  • Basic knowledge of Tensorflow
  • Basics on how to use Anaconda Environments
  • Basics on how to code in Jupyter Notebook

Description

In this practical course, you'll design, train and test your own Convolutional Neural Network (CNN) for the tasks of Image Classification.

By the end of the course, you'll be able to build your own applications for Image Classification.

  1. At the beginning, you'll implement convolution, pooling and combination of these two operations to grayscale images by the help of different filters, pure Numpy library and 'for' loops. We will also implement convolution in Real Time by camera to detect objects edges and to track objects movement.

  2. After that, you'll assemble images together, compose custom dataset for classification tasks and save created dataset into a binary file.

  3. Next, you'll convert existing dataset of Traffic Signs into needed format for classification tasks and save it into a binary file.

  4. Then, you'll apply preprocessing techniques before training, produce and save processed datasets into separate binary files.

  5. At the next step, you'll construct CNN models for classification tasks, select needed number of layers for accurate classification and adjust other parameters.

  6. When the models are designed and datasets are ready, you'll train constructed CNNs, test trained models on completely new images, classify images in Real Time by camera and visualize training process of filters from randomly initialized to finally trained.

  7. At the final step, you'll pass Practice Test according to the all learned material during the course.

  8. As a bonus part, you'll generate up to 1 million additional images and extend prepared dataset by new images via image rotation, image projection and brightness changing.

The main goal of the course is to develop and improve your hard skills in order to apply them for real problems of Image Classification based on Convolutional Neural Networks.

Every lecture of the course has SMART objectives. It means, that you can track your progress and witness practical results within the visible time frame, right after the end of the lecture.

  • S - specific (the lecture has specific objectives)

  • M - measurable (results are reasonable and can be quantified)

  • A - attainable (the lecture has clear steps to achieve the objectives)

  • R - result-oriented (results can be obtained by the end of the lecture)

  • T - time-oriented (results can be obtained within the visible time frame)

Who this course is for:

  • Students who want to build complete application for Image Classification with CNN
  • Students who want to improve their hard skills on Image Classification with CNN before their next interview for internship or dream job
  • Students who want to use CNN with their Own Data for Image Classification but don't know where to start
  • Young Researchers who study different Image Classification Algorithms and want to Train CNN with Custom Data and Compare results with other approaches
  • Students who know basics of Image Classification but want to know how to Train CNN with New Data
  • Students who study Computer Vision and want to know how to use CNN for Image Classification
  • Students who work on project of safety driven and want to Classify Traffic Signs with CNN
  • Students who develop alarm-warning system for driver and need to Classify Traffic Signs