Skip to content

Using Support Vector Machines to classify 4 different characters from the 'Chota Bheem' cartoon show

Notifications You must be signed in to change notification settings

iamycee/Chota-Bheem-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chota-Bheem-Classifier

Using Support Vector Machines to classify 4 different characters from the 'Chota Bheem' cartoon show

I attempted to classify the characters 'Bheem', 'Chutki', 'Raju' and 'Jaggu' from the popular Indian cartoon TV show called 'Chota Bheem'.

Chutki, Bheem, Raju, Jaggu

The prediction accuracies that I am getting here aren't great. I tried using KNN, Bagging, GridSearch-ed different paramaters, but I think due to the high dimensions + low data points (20 images per character) My test set accuracies peak at 75% and go as low as 40% on different folds of the KFold cross validation.

What you should do if you want to build up on this project:

  1. Try using different classifiers
  2. Use ensembling
  3. Try variations of the PCA parameters to see if it works with another set of Principal Components
  4. I might be wrong in my Data Preprocessing step as well, maybe try not grayscaling the images and try different dimensions

About

Using Support Vector Machines to classify 4 different characters from the 'Chota Bheem' cartoon show

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages