abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
355 stars 298 forks source link

Sports Image Classification #663

Closed aaradhyasinghgaur closed 4 months ago

aaradhyasinghgaur commented 4 months ago

Pull Request for DL-Simplified πŸ’‘

Issue Title : [Project Addition] : Sports Image Classification

Closes: #633

Describe the add-ons or changes you've made πŸ“ƒ

Give a clear description of what have you added or modifications made

  1. ) Using various different available network architectures such as Xception , ResNet50 , VGG16 etc. to do catagorical classification for 100 different sports using dataset (mentioned below) . 2.) use data augmentation techniques to improve the accuarcy of models. 3.) Comparing performance and accuracy of models using accuracy score ,loss and accuracy graph , confusion matrix for better understanding. 4.) Perfroming EDA (data analysis) for dataset to understand the structure of data. 5.) Using README file for describing the work I've performed.

What sort of change have you made:

How Has This Been Tested? βš™οΈ

Describe how it has been tested Describe how have you verified the changes made

Checklist: β˜‘οΈ

Kindly add suitable label (level-3) for the project as I have used 5 different dl models.

github-actions[bot] commented 4 months ago

Our team will soon review your PR. Thanks @kyra-09 :)

aaradhyasinghgaur commented 4 months ago

@abhisheks008 kindly review my pr and add suitable label for it .

aaradhyasinghgaur commented 4 months ago

@abhisheks008 have done the requested changes.