Skip to content

saundersp/SimpleGradientDescent

Repository files navigation

SimpleLinearRegression

Linear regression from stratch using only Numpy

Required libraries

  • Numpy
  • Matplotlib
  • Sci-kit learn
  • JupyterLab

installation

Classic

pip install -r requirements.txt
jupyter lab

Portable

Manual

python -m venv venv
source venv/{bin,Scripts}/activate
pip install -r requirements.txt
jupyter lab

Automated

./helper.sh install
./helper.sh launch

About

Linear regression from stratch using only Numpy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published