Skip to content

This is the repository of the final exam of machine learning with python course. In this project i have implements 4 algorithms, K-Nearest Neighbors (KNN) Decision Tree, Support Vector Machine (SVM) and Logistic Regression.

Notifications You must be signed in to change notification settings

RafeyTahir/Machine-Learning-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Overview

This project implements 4 algorithms, K-Nearest Neighbors (KNN), Decision Tree, Support Vector Machine (SVM) and Logistic Regression. The KNN algorithm classifies new data points based on the 'k' closest neighbors in the training dataset, similarly all algorithm that aims to learn a linear transformation of the features to better separate data points of different classes.

About

This is the repository of the final exam of machine learning with python course. In this project i have implements 4 algorithms, K-Nearest Neighbors (KNN) Decision Tree, Support Vector Machine (SVM) and Logistic Regression.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published