coxy1989 / algs

Numpy implementations of a handful of statistical learning algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

algs

This repository contains python implementations of a handful of statistical learning algorithms that appear in An Introduction to Statistical Learning [1] and The Elements of Statistical Learning [2].

algs

Quickstart

  1. git clone git@github.com:coxy1989/algs.git

  2. cd algs

  3. conda env create -f environment.yml

  4. source activate algs

  5. jupyter notebook

Run the notebooks

References

[1] Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani. An Introduction to Statistical Learning with Applications in R. New York Springer, 2013.

[2] Hastie, T., Tibshirani, R.,, Friedman, J. The Elements of Statistical Learning. Springer New York Inc. 2001.

This repository was split out from mlsabattical on 09/01/2018

About

Numpy implementations of a handful of statistical learning algorithms.


Languages

Language:Jupyter Notebook 100.0%