Skip to content

Repository to hold exercises done as part of Coursera's ML Specialisation

Notifications You must be signed in to change notification settings

munisdev86/ml-specialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ml-specialization

Repository to hold exercises done as part of Coursera's ML Specialisation

https://www.coursera.org/specializations/machine-learning-introduction

setup

  • create venv
    • mkdir ml-special-venv
    • python3 -m venv ml-special-venv
  • start venv
    • source ml-special-venv/bin/activate
    • upgrade pip
      • python3 -m pip install --upgrade pip
    • install requirements
      • pip install -r requirements.txt
  • start jupyter notebook
    • jupyter notebook

About

Repository to hold exercises done as part of Coursera's ML Specialisation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published