
This course includes our updated coding exercises so you can practice your skills as you learn.
See a demo
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.
Implement convolution operation to grayscale image. Detect edge of the object on image by different filters.
Apply max pooling operation to grayscale image. Demonstrate downsampled output image.
Combine two operations together. Plot resulted output images.
Demonstrate convolution in Real Time by camera. Visualize object contour. Compute and draw bounding box by contours coordinates.
Track object via convolution in Real Time. Calculate object centre and visualize tracker line.
Generate glossary with key terminology. Fill it out continuously throughout the course.
Install needed prerequisites for the course. Verify successful installation.
Recognize the recommended way to study this course. Investigate tips to obtain best possible experience.
How to create own dataset for classification tasks? Identifying objectives for the Section.
Set up toolkit to get images from large and existing dataset. Verify successful installation.
Apply toolkit to obtain needed classes of objects. Differentiate commands to download dataset with specific parameters.
Implement command to download limited number of images. Specify attributes to obtain dataset with given parameters.
Cut objects from images to use them for classification. Assemble and save prepared dataset.
Obtain dataset of handwritten digits MNIST and dataset with colour images of 10 classes CIFAR.
Modify images of MNIST and CIFAR to use them for classification. Assemble and save prepared datasets.
Recap and summarize the Section. Sense the progress and transit to the next step.
How to convert dataset into needed format for classification tasks? Identifying objectives for the Section.
Obtain dataset GTSRB of Traffic Signs. Investigate its original structure.
Modify images of Traffic Signs to use them for classification. Save prepared dataset.
Recap and summarize the Section. Sense the progress and transit to the next step.
How to implement different preprocessing approaches on prepared datasets before training? Identifying objectives for the Section.
Produce datasets from prepared ones by applying variety of preprocessing techniques. Save set of processed datasets in colour.
Produce datasets from prepared ones by applying variety of preprocessing techniques. Save set of processed datasets in grayscale.
Recap and summarize the Section. Sense the progress and transit to the next step.
How to construct deep architectures for CNN models? Identifying objectives for the Section.
Select deepness of network by number of convolutional and pooling layers in a sequence. Interpret notation.
Examine number of feature maps for every convolutional layer. Interpret notation.
Research needed amount of neurons for output layer. Interpret notation.
Analyse percentage of dropout after every layer. Interpret notation.
Improve designed deep network by adding advanced features. Interpret notation.
Save all designed deep networks into binary files. Visualize and save structure of the models.
Recap and summarize the Section. Sense the progress and transit to the next step.
How to train every model 100 times at every stage?
How to train, test and differentiate the best deep CNN models? Identifying objectives for the Section.
Implement overfitting with small amount of images from prepared datasets. Plot resulted charts.
Run training process for all developed models and all prepared datasets. Save trained weights.
Evaluate accuracy of every deep model on testing dataset. Display confusion matrix.
Classify new images by camera in Real Time. Plot bar chart with scores in Real Time.
Apply simple object detection by colour thresholding in Real Time. Classify detected fragment in Real Time.
Compose video to show process of training filters for convolutional layer. Demonstrate results.
Recap and summarize the Section. Sense the progress and transit to the next step.
Congratulation words. Recap what has been learned.
Plan where to go from here. Tips on how to improve Classification accuracy.
How to produce additional artificial data for prepared datasets? Identifying objectives for the Section.
Generate additional images by random brightness. Plot resulted images.
Generate additional images by rotation and projection. Plot resulted images.
Add transformed images into dataset. Make number of images equal for all classes. Plot equalized histogram.
Plot images from augmented dataset. Compose video from plotted examples.
Recap and summarize the Section. Sense the progress.
Explained theory on what Confusion Matrix shows.
Explained theory on how 2D Convolutional Layer creates feature maps. Instructions on how to use Tensorflow and Keras functions ‘get_weights()’ and ‘set_weights()’.
Train & test YOLO v5 object detector with your own-custom data and by few code lines only: CPU & GPU
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.
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.
After that, you'll assemble images together, compose custom dataset for classification tasks and save created dataset into a binary file.
Next, you'll convert existing dataset of Traffic Signs into needed format for classification tasks and save it into a binary file.
Then, you'll apply preprocessing techniques before training, produce and save processed datasets into separate binary files.
At the next step, you'll construct CNN models for classification tasks, select needed number of layers for accurate classification and adjust other parameters.
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.
At the final step, you'll pass Practice Test according to the all learned material during the course.
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)