x
Menu

Computational Linear Algebra for Coders

Other,, Summer 2017 , Prof. Rachel Thomas

Updated On 02 Feb, 19

Overview

This course is focused on the question: How do we do matrix computations with acceptable speed and acceptable accuracy? The course is taught in Python with Jupyter Notebooks, using libraries such as scikit-learn and numpy for most lessons, as well as numba and pytorch in a few lessons.

Includes

Lecture 8: Computational Linear Algebra 8: Numba, Polynomial Features, How to Implement Linear Regression

4.1 ( 11 )


Lecture Details

Predicting health outcomes on a diabetes data set with least squares linear regression:
- Linear regression in sklearn
- Polynomial Features
- Speeding up with Numba
- Regularization and Noise

How to implement linear regression yourself:
- How did Scikit Learn do it?
- Naive solution
- Normal equations and Cholesky factorization
- QR factorization
- SVD
- Timing Comparison

Ratings

0


0 Ratings
55%
30%
10%
3%
2%
Comments
comment person image

Sam

Excellent course helped me understand topic that i couldn't while attendinfg my college.

Reply
comment person image

Dembe

Great course. Thank you very much.

Reply
Send