Skip to content

K-Nearest Neighbors (KNN) and Support Vector Machines (SVMs). Machine Learning and Artificial Intelligence course @ Politecnico di Torino.

Notifications You must be signed in to change notification settings

iliodipietro/Machine-Learning-and-Artificial-Intelligence-KNN-and-SVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

K-Nearest Neighbors (KNN) and Support Vector Machines (SVMs)

K-Nearest Neighbors (KNN) and Support Vector Machines (SVMs) are a set of learning methods used for regression and classification (also density estimation in the case of KNN). The aim of this experience is to apply both KNN and SVM to the same dataset, analysing a set of parameters (k in the case of KNN and C, Gamma for SVM) in order to achieve the best accuracy on the validation set and then trying to predict correctly the labels on the test set. At the end, K-fold Cross-Validation will be applied to improve the quality of the classification.

About

K-Nearest Neighbors (KNN) and Support Vector Machines (SVMs). Machine Learning and Artificial Intelligence course @ Politecnico di Torino.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages