Skip to content

Train SVM classifier using sklearn digits dataset (i.e. from sklearn.datasets import load_digits) and then,Measure accuracy of your model using different kernels such as rbf and linear.Tune your model further using regularization and gamma parameters and try to come up with highest accurancy score.Used 80% of samples as training data size

Notifications You must be signed in to change notification settings

DhivyaRenuka/Predicting-the-digits-dataset-using-SVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Predicting-the-digits-dataset-using-SVM

Train SVM classifier using sklearn digits dataset (i.e. from sklearn.datasets import load_digits) and then,Measure accuracy of your model using different kernels such as rbf and linear.Tune your model further using regularization and gamma parameters and try to come up with highest accurancy score.Used 80% of samples as training data size

About

Train SVM classifier using sklearn digits dataset (i.e. from sklearn.datasets import load_digits) and then,Measure accuracy of your model using different kernels such as rbf and linear.Tune your model further using regularization and gamma parameters and try to come up with highest accurancy score.Used 80% of samples as training data size

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published