📑 Deep Learning. Practice Project 7_1: Exercises with White Flowers` Images
🌀 Homepage
🌀 Project List
🌀 GitHub Pages
🌀 Previous
🌀 Main
🌀 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.
✒️ Code Modules, Functions, & Settings
✒️ Data Loading
✒️ Data Processing
💡 Two cells below do not work with Python 3.9.
✒️ Super Resolution
✒️ OpenCV Image Manipulations
💡 The cell below does not work with Python 3.9.
✒️ TensorFlow Image Manipulations