Keras Image Classification Tutorial | Image Classification Using Deep Learning | Simplilearn

preview_player
Показать описание
This video on Keras Image Classification Tutorial covers the basics of image classification and how to create neural networks using the Keras library. You will use the Intel data to peform image classification using Deep Learning. The video will also teach you how to use VGG16 CNN model to classify images.

The below topics are covered in this video:
00:00 What is Image Classification?
01:49 Intel Image Classification Data
02:16 Creating Neural Networks with Keras
03:41 VGG16 Model

#ImageClassification #KerasImageClassification #KerasImageClassificationTutorial #ImageClassificationUsingDeepLearning #ImageClassificationFromScratch #DeepLearning #DeepLearning #SkillUp #simplilearn

Why Deep Learning?
It is one of the most popular software platforms used for deep learning and contains powerful tools to help you build and implement artificial neural networks.
Advancements in deep learning are being seen in smartphone applications, creating efficiencies in the power grid, driving advancements in healthcare, improving agricultural yields, and helping us find solutions to climate change.
➡️ About Artificial Intelligence Engineer

This Artificial Intelligence Engineer course Created in partnership with IBM, this course introduces students to blended learning and prepares them to be AI and Data Science specialists. In Armonk, New York, IBM is a significant cognitive service and integrated cloud solution firm that provides many technology and consulting solutions.
IBM is a leader in AI and Machine Learning technology verticals for 2021. This AI masters course will prepare students for Artificial Intelligence and Data Analytics careers.

✅ Key Features
- Add the IBM Advantage to your Learning
- 25 Industry-relevant Projects and Integrated labs
- Immersive Learning Experience
- Simplilearn's JobAssist helps you get noticed by top hiring companies

✅ Tools Covered
- ChatGPT
- Flask
- Matplotlib
- django
- Python
- Numpy
- Pandas
- SciPy
- Keras
- OpenCV
- And Many More…

👉 Learn More At:

🔥🔥 Interested in Attending Live Classes? Call Us: IN - 18002127688 / US - +18445327688
Рекомендации по теме
Комментарии
Автор

Good explanation and please bring to us with more lectures

mprasad
Автор

I got 70% accuracy and val accuracy with a few tweaks to the model
model = VGG16(weights='imagenet', include_top = False)
model = VGG16(include_top=False, input_shape=(150, 150, 3))
flat1 =
class1 = Dense(128, activation='relu',
output = Dense(6, activation='softmax')(class1)
# define new model
model = Model(inputs=model.inputs, outputs=output)
model.compile(optimizer = 'adam', loss ='sparse_categorical_crossentropy', metrics =['accuracy'])

arnoldrosielle
Автор

Please how can one get the data path for this?

zinotrics
Автор

error: OpenCV(4.5.5) error: (-215:Assertion failed) !_src.empty() in function 'cv::cvtColor' i got this error and i was not able to find the solution. do you have any recommendations?

youtubeseslikitaplik
Автор

Can't find the dataset...
Can you give me a link?

Thank you.

HmedTchibo
welcome to shbcf.ru