Skip to content

A basic Machine Learning Algorithm to classify a set of images

Notifications You must be signed in to change notification settings

chandrakanth-gudavalli/KNN_Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

KNN_Classifier

This is a basic Machine Learning Algorithm to classify a set of images

  • L1Dist is used to calculate the distance between images.

Dataset:

Dogs: 1000, Cats: 1000, Pandas: 1000

  • Training dataset: 70%
  • Validation Dataset: 10%
  • Test Dataset: 20%

Google Drive Link for Dataset

Go through "Report.pdf" to get a clear picture of algorithm that I coded.

Note: Everything is developed from scratch without using any inbuilt function.

About

A basic Machine Learning Algorithm to classify a set of images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published