fazeVaib / Machine-Learning-Implementations

Implemented popular Machine Learning techniques and Algorithms using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine-Learning-Implementations

Implemented popular Machine Learning techniques and Algorithms

Contents

Linear Regression (using Gradient Descent)

Logistic Regression

Multiclass Classification

Digit Classification using Neural Network

Support Vector Machine (SVM)

  • Implemented on 4 different datasets
  • Includes linear as well as RBF (Gaussian) kernel
  • Consists of a spam classifier too on preprocessed data with 1899 words in dictionary (from Coursera ML course)
    Click to Open

K-Means Clustering Algorithm

Principle Component Analysis (PCA)

Anomaly Detector

Recommender System

About

Implemented popular Machine Learning techniques and Algorithms using Python


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.3%