📑 Deep Learning. Practice Project 5_0: Processing & Classification of Horse Breeds` Images
🌀 Homepage
🌀 Project List
🌀 Colaboratory Gist
🌀 Previous
🌀 Addition 1
🌀 Next
🌀 GitHub Pages
🌀 Instagram Posts
🌀 Pinterest Posts
In this project, we'll classify images from the dataset
Horse Breeds.
The content is about 600 images (160x160x3) with 7 horse breeds
stored in the file of Hierarchical Data Format (HDF5).
In the original dataset, photo files have the extension PNG and they are labeled by file prefixes.
We'll preprocess the images, represent their examples, then train neural networks.
We are going to apply
Keras: a Python Deep Learning Library
and
PyTorch: an Open Source Machine Learning Framework.
✒️ Code Modules & Settings
✒️ Data Loading
✒️ Data Processing
💡 The cells below do not work with Python 3.9.
✒️ Keras
✒️ PyTorch
✒️ Models` Predictions