📑   Deep Learning. Practice Project 2_0: One-Label & Multi-Label Classification

🌀   Homepage     🌀   Project List     🌀   GitHub Pages     🌀   Previous     🌀   Addition 1     🌀   Addition 2     🌀   Next    
🌀   Instagram Posts     🌀   Pinterest Posts
For this project, I have created the dataset of color images (32x32x3) with 33 handwritten Russian letters.
There are four types of letter backgrounds here.
They are labeled in this dataset as well.

✒️ Step 0. Importing Libraries and Defining Helpful Functions




✒️ Step 1. Loading and Preprocessing the Data



✒️   Step 2. One-Label Classification Models

💡 The cells below do not work with Python 3.9.

Color Images




Grayscale Images





✒️   Step 3. Multi-Label Classification Models