Skip to content

nikhilkuniyil/Sports-Image-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Sports-Image-Classification

Overview

Using the Keras deep learning framework, I was able to train a convolutional neural network (CNN) to classify images into 100 different sports. Originally I tried to train two models from scratch, but fialed to reach an adequate validation score due to overfitting, lack of data, etc. Instead, I chose to pursue the transfer learning route and trained a model on the ResNetMobileV2 CNN, with data augmentation, and was able to achieve a test-accuracy score of approximately 78%.

Data

https://www.kaggle.com/datasets/gpiosenka/sports-classification?datasetId=1209061&sortBy=voteCount

Tech:

• Python (Keras, Pandas, Matplotlib)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published