hanojiang / hands-on-ML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hands-on-ML

Installation Notes

This tutorial requires the following packages:

  1. Python version 3.3+

  2. Install packages via pip

$ pip install numpy scipy matplotlib scikit-learn jupyter

Alternative: use conda and conda install

The easiest way to get these is to use the conda or miniconda.

Once this is installed, the following command will install all required packages in your Python environment:

$ conda install numpy scipy matplotlib scikit-learn jupyter

Downloading the Tutorial Materials

git clone

Once git is installed, you can clone the material in this tutorial by using the git address shown above

git clone https://github.com/tw-cmchang/hands-on-ML.git

download from link

I may make minor changes to the repository before the tutorial, so cloning the repository is a better option.

Notes

If you have any question, please contact cmchang@iis.sinica.edu.tw

About


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%