/Machine-Learning-Implementations

Implemented popular Machine Learning techniques and Algorithms using Python

Primary LanguageJupyter Notebook

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