regression
people.eecs.berkeley.edu · 1,831 words · saved by 1 readers
N/A
54 Jonathan Richard Shewchuk 10 Regression, including Least-Squares Linear and Logistic Regression REGRESSION aka Fitting Curves to Data Classification: given point x, predict class (often binary) Regression: given point x, predict a numerical value [Classification gives a discrete prediction, whereas regression gives us a quantitative prediction, usually on a continuous scale. We’ve already seen an example of regression in Gaussian discriminant analysis. QDA and LDA don’t just estimate a classifier; they also give us the probability that…
related reading
- What Is Logistic Regression? | IBMibm.com
- Linear Regressionmlu-explain.github.io
- Regression analysis - Wikipediaen.wikipedia.org
- more regression, newton's method, ROC curvespeople.eecs.berkeley.edu
- Understanding regularization for logistic regression | KNIMEknime.com
- Gregory Gundersengregorygundersen.com
- The Little Book of Deep Learningfleuret.org
- 6.036_notes.pdfphillipi.github.io
- Linear regression: Gradient descent | Machine Learning | Google for Developersdevelopers.google.com
- Unsupervised Feature Learning and Deep Learning Tutorialufldl.stanford.edu
- Support vector machine - Wikipediaen.wikipedia.org
- CS231n Deep Learning for Computer Visioncs231n.github.io