GitHunt
AD

adrifmonte/ml-intro

Introduction to Machine Learning: conceptualization, and basic example.

Introduction to Machine Learning

Static intro

Walk through the static notebooks:

Dynamic intro

Follow the next steps to clone, install, execute, open, and edit the notebooks on your own machine:

Install

Install Anaconda installer with Python 3.

Execute

Clone the repository, and run jupyter notebook on the project's root directory.

Jupyter will automatically be opened on your browser at localhost:8888/.

Open

Drill down to /notebooks, and open the following notebooks (in sequence):

  • machine-learning-begins.ipynb

    • Machine Learning concepts
  • machine-learning-continues.ipynb

Contributors

MIT License
Created September 6, 2017
Updated July 17, 2019
adrifmonte/ml-intro | GitHunt