An open API service indexing awesome lists of open source software.

https://github.com/jldbc/statistical-learning

Coursework from Big Data (EC3389) -- a course on statistical learning theory with applications in Python
https://github.com/jldbc/statistical-learning

Last synced: about 1 year ago
JSON representation

Coursework from Big Data (EC3389) -- a course on statistical learning theory with applications in Python

Awesome Lists containing this project

README

          

# Statistical Learning

Coursework from EC3389 - Big Data (Statistical Learning Theory and Applications)
Topics covered include:
* Linear models
* Shrinkage (Ridge, LASSO)
* Resampling Methods
* Classification (Logit, K-Means, KNN)
* Non-linear modeling (Splines, Polynomial Regression)
* Tree-based methods (Decision Trees, Bagging, Random Forests)
* Support Vector Machines
* Unsupervised Learning (PCA, K-Means)

## Assignments
Folder contains programming portion of course assignments

## Lecture Notes
Contains ipython notebooks from applied portion of the course

##Final Project
Final project was a classification task, predicting whether URLs are malicious or benign. Final_Writeup.pdf is LaTeX compiled pdf of final submission, Malicious_URLs.ipynb is the code for the project.