Project - Image Classification with Pre-trained InceptionV3 Network

You are currently auditing this course.

Project - Image Classification with Pre-trained InceptionV3 Network

0% completed
1 Concept | 4 Assessments | 774 Learners

Welcome to this project on Image Classification with Pre-trained InceptionV3 Network. This project aims to impart the knowledge of how to access the pre-trained models(here we get pre-trained Inception model) from Keras of TensorFlow 2, and appreciate its powerful classification capacity by making the model predict the class of an input image.

Understanding the pre-trained models is very important because this forms the basis of transfer learning. one of the most appreciated techniques to perform the classification of a different task thus reducing the training time, the number of iterations, and resource consumption. Learning about the pre-trained models and working hands-on with such models is thus very crucial in deep learning, and the same is the aim of this project.

Skills you will develop:

  1. TensorFlow 2
  2. Python Programming
  3. Deep Learning