- In this project, I have used tensorflow and keras to build train and test a convolutional nueral network to predict dog breed.
- Load the dataset from Kaggle. IMPORTANT Download Data set from Here SIZE: 750MB
- Load labels from CSV for lables that contain an image ID and breed.
- Checking the breed count.
- ONT-HOT Encoding on lables data PREDIC.TION column.
- Load the images, Convert them to an array & nirmalize them.
- Check the shape and size of the X and Y Data.
- Building the model Network Architecture.
- Split the data and fir it into the model and create new accuracy point.
- Evaluate the model for accuracy score.
- Using the model for prediction.