saranyachaganti / ML-Algorithms

Implementation of various machine learning algorithms with different datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The following repository contains implementation different machine learning algorithms with different datasets

1) Linear Regression

Dataset : Details of students marks, age, sex, address etc. (file in my github)

2) KNN

Dataset : Details of different cars and their features (file in my github)

3) SVM

Dataset : Breast cancer dataset (in-built dataset)

4) K-Means

Dataset : digits dataset (in-built dataset)

Fork it if you like it :)

About

Implementation of various machine learning algorithms with different datasets


Languages

Language:Jupyter Notebook 100.0%