Practice Session 2
The goal of this project is to build a cat family classification model using convolutional neural networks (CNN) and the Fast.ai library. This model will be able to accurately classify between lion, tiger, cougar, caracal, cheetah and ocelot images. We will use transfer learning with a pre-trained ResNet34 architecture as our base for training the model on our dataset of cats from each species in order to achieve high accuracy results quickly and efficiently.
Video
Objectives
- Install and Import Required libraries
- How Make Your Own Data
- Verify the Data
- Make Data Loaders
- Make Learner
- Train the Model
- Interpretation
Highlights
Following were the highlight’s:
- Remaking walkwithfastai course ( https://walkwithfastai.com/ )
- Lesson One Part 2: Cat Family Images classification
Resources :
Acknowledgements
Special Thanks to @Jeremy Howard