Skip to content

johnfitzy/learning-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning ML

Purpose: teaching myself about ML following deeplearning.ai course

Get started

mkdir venv
python3 -m venv venv/
pip3 install -r requirements.txt
source venv/bin/activate

Start

jupyter lab

Contents

The file nb/regression_one.ipynb is and example of linear regression implemented with pandas dataframes. At the end I compare to scikit learn LinearRegression model.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published