Increase ACCURACY of Model on Small Dataset | DATA AUGMENTATION for Small Image Dataset

preview_player
Показать описание
This video titled "Increase ACCURACY of Model on Small Dataset | DATA AUGMENTATION for Small Image Dataset" explains the concept of Data Augmentation API of Keras Framework known as ImageDataGenerator(). One can achieve greater accuracy on a deep learning neural network such as Convolutional Neural Network even if he/she has very small subset of Image data or a very small number of image data. This video also covers Data Augmentation using Python Language which is a heavily used concept in computer vision and is used for building Object Detection, Face Recognition, Self Driving Cars, Motion Tracking, etc. If we want to build a more accurate model then we need to have loads and loads of data. Be its image data, text data, or even transaction data. The more the data we have for training purpose the better prediction we will get from our deep learning or machine learning model. Also, the chances of model overfitting will also get increased when we have a smaller datasets. So If have a small dataset with fewer images then we can create variations of that image data.

Get the "The AI University" Android App on Google Playstore
------------------------------------------------------------------------------------------------------------
Join this channel to get access to perks:
------------------------------------------------------------------------------------------------------------

******Links of Kindle & Machine Learning, Deep Learning & AI Books******

FOLLOW ME ON:

About this Channel:
The AI University is a channel which is on a mission to democratize the Artificial Intelligence, Big Data Hadoop and Cloud Computing education to the entire world. The aim of this channel is to impart the knowledge to the data science, data analysis, data engineering and cloud architecture aspirants as well as providing advanced knowledge to the ones who already possess some of this knowledge.

Please share, comment, like and subscribe if you liked this video. If you have any specific questions then you can comment on the comment section and I'll definitely try to get back to you.

*******Other AI, ML, Deep Learning, Augmented Reality related Video Series*****

******************************************************************

DISCLAIMER: This video and description may contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission.

#DataAugmentationKeras #ObjectDetection #ComputerVisionProjects
Рекомендации по теме
Комментарии
Автор

State True or False : ImageDataGenerator() saves the augmented images first in the computer storage and then performs model training

TheAIUniversity
Автор

Can you please drop the code snippet to use this technique on more than 1 images (probably hundreds of images) in a single execution.

harshtyagi
Автор

Sir, does the annotation files with (class id, and size of the box ) have to be generated manually, or does the tool can generate the txt files

elrayoauto
Автор

Hello, could you plz help in applying this on cifar10?

chirellehage
Автор

How can we augment the corresponding mask with ssme ratio.

tasleemmustafa
Автор

How can count the number of new dataset After data augmentation?

_ishraqaldagamseh
Автор

how to do it hundreds of images in single execution

mohitgupta-xyek