Skip to content

This repository contains algorithmic implementation of machine learning algorithms and also usage of ML algorithms using scikit.

Notifications You must be signed in to change notification settings

add1993/machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Machine-Learning

This repository contains python programs for machine learning algorithms, some implemented from scratch and some using scikit learn.

Implemented Machine Learning Algorithms

  1. Linear Regression
  2. Logistic Regression
  3. Decision Trees using ID3 algorithm
  4. Bagging and Boosting using decision trees
  5. Naive Bayes
  6. Deep Learning using PyTorch - MNIST Digit Recognition
  7. Deep Learning using Tensorflow - Digit Recognition

Maching Learning using Libaries - Scikit Learn

  1. Bagging and Boosting using scikit
  2. Decision Trees using scikit
  3. SVM using scikit
  4. Clustering
  5. Image Segmentation using Spectral Clustering

About

This repository contains algorithmic implementation of machine learning algorithms and also usage of ML algorithms using scikit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published