📑 Deep Learning. Practice Project 8_0:
Neural Networks for Classification of Drawings & Photo Images
🌀 Homepage
🌀 Project List
🌀 GitHub Pages
🌀 Previous
🌀 Addition 1
🌀 Addition 2
🌀 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.
✒️ Code Modules, Helpful Functions, & Settings
✒️ Pictogram Data Loading
✒️ Pictogram Selecting
✒️ CIFAR Data Loading
✒️ Mixed Data
💡 The cells below do not work with Python 3.9.
Unfortunately, we can train with guarantee only one neural network at ones.
Please restart the page and load the data again for training each of them.
✒️ NN Classification of Colored Images
✒️ NN Classification of Grayscaled Images