📑 Deep Learning. Practice Project 8_2: Exercises with Drawing Images
🌀 Homepage
🌀 Project List
🌀 GitHub Pages
🌀 Previous
🌀 Main
🌀 Instagram Posts
🌀 Pinterest Posts
In this project, we'll classify images from the dataset
Art Pictograms.
The content is about 3500 images (64x64x3) with drawings
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.
💡 The cells below do not work with Python 3.9.
✒️ Code Modules, Helpful Functions, & Settings
✒️ Data Loading & Processing
✒️ Color Interpolation
✒️ Style Transfer
✒️ Object Recognition
✒️ Super Resolution