Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 2.88 KB

README.md

File metadata and controls

42 lines (35 loc) · 2.88 KB

learning-ml

Jupyter notebooks for the math and implementations of popular machine learning algorithms

Introduction

This repo is a collection of notebooks that contain Python based implementations of various fundamental machine learning algorithms. This initially started of as a part of the ml-deepdive series, taken up by the MSDS 2017 Cohort at UW, but is now maintained independently as a personal learning exercise.

Table of Contents

  1. Prerequisites - Linear Algebra
  2. Linear Regression
  3. Decision Trees and Random Forests
  4. Logistic Regression
  5. Clustering

Textbooks and Other Resources

  1. Introduction to Statistical Learning
  2. Elements of Statistical Learning
  3. Machine Learning Series - Paul. G. Allen School