Skip to content

jxLoganLong/ML-Coursera

 
 

Repository files navigation

2022-Machine-Learning-Specialization

Course Outline

Machine learning specialization is divided into 3 parts

  • Part 1:Supervised Machine Learning:Regression and Classification
  • Part 2:Advanced Learning Algorithms
  • Part 3:Unsupervised Learning:Recommenders, Reinforcement Learning

Set up environment

There should be a conda on your machine. Go to the project directory.

env create

conda create --name ml_course python=3.7.6

env activate

conda activate ml_course

dependencies installing

pip install -r requirements.txt

start Jupyter notebook

jupyter notebook

Acknowledgement

The origin course is from cousera which shared by 啥都会一点的研究生 with repo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 94.6%
  • Python 5.4%