/digits-scikit-learn

Hands on the scikit-learn library using Digits-dataset.

Primary LanguagePythonMIT LicenseMIT

digits-scikit-learn

Hands on with scikit-learn on the digits dataset.

Overview

This project uses Python and its libraries to explore digits data with the help of matplotlib, work with the well-known algorithms KMeans and Support Vector Machines (SVM) to construct models, to fit the data to these models, to predict values and to validate the models build.

Tools/Libraries Used

Python(v-3.5), Python Anaconda Distribution (for scikit-learn, matplotlib, numpy)