Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.57 KB

File metadata and controls

27 lines (23 loc) · 2.57 KB

coursera-ML-in-python

General Purpose Machine Learning Algorithms and Applications in Python developed using numpy, scipy and matplotlib libraries implemented in Jupyter Notebooks.

This repository contains:

  • Python implementation of certain assignments I completed as part of the Machine Learning course by Andrew Ng on Coursera. The assignments were originally implemented in Octave.

Contents

To Do

  • K-means Clustering
  • Principal Component Analysis
  • Anomaly Detection