Skip to content

vedpatwardhan/EuroSATClassification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

EuroSATClassification

This model is trained on the EuroSAT dataset to classify the 64x64 images into 10 classes namely -

  1. AnnualCrop
  2. Forest
  3. HerbaceousVegetation
  4. Highway
  5. Industrial
  6. Pasture
  7. PermanentCrop
  8. Residential
  9. River
  10. SeaLake

The CNN used is similar to AlexNet, with a dropout of 0.65 and 96 kernels instead of 64 in the first convolution layer.

The 27000 data samples were split into 20000 training samples and 7000 validation samples using a random split. The saved model classified the validation data with an accuracy of 96.4945%.

This model has been implemented using PyTorch Lightning.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published