Digits dataset classification is done using Supervised Algorithms. Hyper parameter tuning is also done to find best algorithm with best parameters.
- SVC
- KFold Cross Validation
- Random Forest Classifier
- Logistic Regression
- Decision Tree Classifier
- Naive Bayes
- GridSearchCV
- Python 3
- an IDE (preferably Jupyter Notebook)
- Pandas
- Numpy
- Matplotlib
- Sklearn
- Seaborn
All the external dependencies can be installed by using pip install -r requirements.txt
- Rishikesh Sivakumar