Skip to content

The repo comprises of my undertaken project under the Winter Mentorship sessions of UAceIt, 2022.

Notifications You must be signed in to change notification settings

ss-shrishi2000/handwritten-digit-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Handwritten-Digit-Classification Using KNN Algorithm

The repo comprises of my undertaken project under the Winter Mentorship sessions of UAceIt, 2022.

Libraries Used For Project Implementation

  1. Numpy
  2. Pandas
  3. Matplotlib

Built Using Google Collab

KNN Algorithm

K-nearest neighbors (KNN) algorithm is a type of supervised ML algorithm which can be used for both classification as well as regression predictive problems. However, it is mainly used for classification predictive problems in industry. The following two properties define KNN well −

1. Lazy learning algorithm

KNN is a lazy learning algorithm because it does not have a specialized training phase and uses all the data for training while classification.

2. Non-parametric learning algorithm

KNN is also a non-parametric learning algorithm because it doesn’t assume anything about the underlying data.

About

The repo comprises of my undertaken project under the Winter Mentorship sessions of UAceIt, 2022.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages