Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 519 Bytes

File metadata and controls

16 lines (12 loc) · 519 Bytes

Linear (in the parameters) regression

Code accompanying my medium article about linear least squares.

Dependencies

You will need ffmpeg and mogrify to generate GIFs. On Debian, Ubuntu, and related Linux distributions run

sudo apt install ffmpeg imagemagick

All python dependencies can be installed using pip

pip install -r requirements.txt

After this you should be good to go!