📑   Deep Learning. Practice Project 7_0: Simple Neural Networks for Image Classification

🌀   Homepage     🌀   Project List     🌀   GitHub Pages     🌀   Previous     🌀   Addition 1     🌀   Next    
🌀   Instagram Posts     🌀   Pinterest Posts
In this project, we'll classify images from the dataset White Flowers.
The content is about 500-600 images (128x128x3) with photos of white flowers 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 Models








✒️   PyTorch Data


✒️   PyTorch Models