Класичний вступний курс із сучасного Machine Learning з акцентом на практику.
https://prjctr.com/course/machine-learning-basics
-
Check your
pythonandpipverison. You need to use python 3.6 or higherpip --version -
Install Jupyter
pip install jupyter -
Install virtual environment
pip install virtualenv -
Create new virtual environment in repo folder
cd machine_learning_projectorpython -m venv venv -
Activate virtual environment
source venv/bin/activate -
Install packages
pip install numpy pandas matplotlib scikit-learn -
Create kernel
pip install ipykernelipython kernel install --user --name=ml-course -
Deactivate environment
deactivate
-
Start jupyter
cd machine_learning_projectorjupyter notebook -
Select
ml-coursekernel