Skip to content

ShanuS08/Handwritten-Digit-Classification-Using-SVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Handwritten-Digit-Classification-Using-SVM

This project involves training a Support Vector Machine (SVM) classifier using the sklearn digits dataset to classify handwritten digits. The project includes measuring the accuracy of the model using different kernels (RBF and linear), tuning the model using regularization and gamma parameters to achieve the highest accuracy score, and using 80% of the samples as training data.

Features

  • Data loading and preprocessing
  • SVM classifier implementation using different kernels (RBF and linear)
  • Model accuracy evaluation with different kernels
  • Hyperparameter tuning for regularization and gamma to optimize accuracy
  • Detailed code comments and explanations

Requirements

  • Python 3.x
  • Jupyter Notebook
  • Libraries: numpy, pandas, scikit-learn

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors