Skip to content

Implement a prototype selection method which is based on clustering (PSC) and apply it in a classification problem using k-NN

License

Notifications You must be signed in to change notification settings

locdinh209/psc-knn-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description: psc-knn-python

Implement a prototype selection method which is based on clustering (PSC) and apply it in a classification problem using k-NN

Pileline draft:

This project contains:

  1. PSC - Prototype selection based on Clustering
  • Dataset -> PSC -> Subset data
  1. Target: create subset prototypes of input dataset represent for cluster
  • Purpose: reduce cost of computation when classify (next step) and increase accuracy.
  1. k-NN - k-Nearest Neighbours classifier
  • Target: can classify new sample by using k-nn Algo

About

Implement a prototype selection method which is based on clustering (PSC) and apply it in a classification problem using k-NN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published