Regression

Published: 27 Aug 2015 Category: machine_learning

Papers

Harder, Better, Faster, Stronger Convergence Rates for Least-Squares Regression

Structured Sparse Regression via Greedy Hard-Thresholding

Evaluating Regularization and Optimization Algorithms for Logistic Regression on Spam Classification

Blogs

10 types of regressions. Which one to use?

Linear Regression for Machine Learning

http://machinelearningmastery.com/linear-regression-for-machine-learning/

Regression, Logistic Regression and Maximum Entropy

http://ataspinar.com/2016/03/28/regression-logistic-regression-and-maximum-entropy/

Principal Components Regression

Sequence prediction using recurrent neural networks(LSTM) with TensorFlow: LSTM regression using TensorFlow

From simple Regression to Multiple Regression with Decision Trees

https://blog.cambridgecoding.com/2016/01/10/from-simple-regression-to-multiple-regression-with-decision-trees/

Linear Regression

http://efavdb.com/linear-regression/

What is Softmax regression and how is it related to Logistic regression?

-github: https://github.com/rasbt/python-machine-learning-book/blob/master/faq/softmax_regression.md

A Neat Trick to Increase Robustness of Regression Models

Visualising Residuals

Applications Of Isotonic Regression

http://jxieeducation.com/2016-09-18/Applications-of-Isotonic-Regression/

Bayesian Linear Regression

45 questions to test a Data Scientist on Regression (Skill test – Regression Solution)

https://www.analyticsvidhya.com/blog/2016/12/45-questions-to-test-a-data-scientist-on-regression-skill-test-regression-solution/

A comprehensive beginners guide for Linear, Ridge and Lasso Regression

https://www.analyticsvidhya.com/blog/2017/06/a-comprehensive-guide-for-linear-ridge-and-lasso-regression/

Logistic regression

Guide to an in-depth understanding of logistic regression

Demystifying Logistic Regression

http://tech.magnetic.com/2016/04/demystifying-logistic-regression.html

The Sigmoid Function in Logistic Regression

http://karlrosaen.com/ml/notebooks/logistic-regression-why-sigmoid/

A Brief Primer on Linear Regression

A Primer on Logistic Regression

Logistic Regression in Tensorflow with SMOTE

Introduction to Logistic Regression

https://blog.bigml.com/2016/09/22/introduction-to-logistic-regression/

Logistic regression

Ridge Regression

Lecture notes on ridge regression

Sketched Ridge Regression: Optimization Perspective, Statistical Perspective, and Model Averaging

Support Vector Regressor (SVR)

A Tutorial on Support Vector Regression