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

https://github.com/shilpakancharla/machine-learning-tutorials

Machine Learning (STOR 565)
https://github.com/shilpakancharla/machine-learning-tutorials

Last synced: 3 months ago
JSON representation

Machine Learning (STOR 565)

Awesome Lists containing this project

README

          

# Outline of Machine Learning Methods

## Linear Regression

### Linear Regression in Low Dimensions

- Least Squares Regression
- Validation Set Approach
- Cross Validation

### Linear Regression in High Dimensions

- Variable Pre-Selection
- Forward Stepwise Regression
- Ridge Regression
- LASSO Regression
- Principal Components Regression
- Partial Least Squares

## Classification

- Logistic Regression (can be extended to the following listed below)
- Variable Pre-Selection
- Forward Stepwise Logistic Regression
- Ridge Logistic Regression
- LASSO Logistic Regression
- Principal Components Logistic Regression
- Linear Discriminant Analysis (LDA)
- Quadratic Discriminant Analysis (QDA)
- K-Nearest Neighbors Classification (KNN)
- Support Vector Machines (SVM)

## Nonlinear Methods

- Polynomial Regression
- Basis Expansion
- Splines
- Generalized Additive Models

## Tree-Based Methods

- Classification Trees
- Regression Trees
- Bootstrap
- Bagging
- Boosting
- Random Forests

## Unsupervised Learning
- Cluster Analysis
- Dimension Reduction