Skip to content

muscle-golden-ring/A-simple-CNN-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

A-simple-CNN-

The CIFAR10 dataset has the classes: ‘airplane’, ‘automobile’, ‘bird’, ‘cat’, ‘deer’, ‘dog’, ‘frog’, ‘horse’, ‘ship’, ‘truck’. The images in CIFAR-10 are of size 3x32x32, i.e. 3-channel color images of 32x32 pixels in size.

I trained a simple CNN network on the CIFAR10 dataset. when the hyperparameter lr = 0.0008,here is the model's Performance

Image text

When I change the lr to 0.001,here is the model's Performance

Image text

When I change the lr to 0.002,here is the model's Performance

Image text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages