Skip to content

VietStartupLondon/wtf-is-machine-learning

Repository files navigation

WTF is Machine Learning by VietStartup London

Materials for the WTF is Machine Learning event held on November 18, 2017 by VietStartup London.

Programme

How to get started

For the event attendees, please make sure that you complete steps 1-7 below.

  1. Download Anaconda distribution Python version 3.6 from https://www.anaconda.com/download.

  2. Follow the installation instructions for your system on https://docs.anaconda.com/anaconda/install.

  3. Download this project using this link: https://github.com/VietStartupLondon/wtf-is-machine-learning/archive/master.zip

  4. Move the zip file to your Documents folder and unzip it.

  5. Start a new terminal (in Linux or Mac Os) or command promt (In Windows, press Start > Run > type in cmd), and enter:

jupyter notebook
  1. A new tab should open in your browser with the Jupyter notebook application running on localhost:8888. Navigate to the folder in Documents containing the project "wtf-is-machine-learning".

  2. Open up "IntroductionToPython.ipynb" to familiarise yourself with Python and Jupyter notebook. Pay particular attention to section 6 in the notebook but don't sweat over it too much. We will help you during the session.

  3. You can then proceed with the notebook 'LinearRegression.ipynb', followed by 'LogisticRegression.ipynb'. If you are up for a challenge try the Hard version instead.

This event was organized by (in alphabetical order):

Releases

No releases published

Packages

No packages published