This project demonstrates various machine learning methods for image classification based on the CIFAR10 dataset.
The CIFAR10 dataset consists of 60,000 32x32 color images in 10 different classes. This project explores several machine learning and deep learning techniques for classifying these images.
Clone the repository:
git clone https://github.com/your-username/CIFAR10-Image-Classification.git
cd CIFAR10-Image-ClassificationInstall the required packages:
pip install -r requirements.txtTake ResMacNet as example: Run the train.py first:
train.pyEvaluate the model then:
test.pyThe following table shows the accuracy achieved by different models:
| Model | Accuracy |
|---|---|
| EasyNet | 54.65% |
| Res-MacNet | 81.3% |
Feel free to fork this repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.

