Skip to content

Instantly share code, notes, and snippets.

@famanson
Last active November 17, 2017 12:50
Show Gist options
  • Save famanson/8aeea371b7cb8f84655db8eac1ef92e7 to your computer and use it in GitHub Desktop.
Save famanson/8aeea371b7cb8f84655db8eac1ef92e7 to your computer and use it in GitHub Desktop.
"WTF is... Machine Learning" coding session setup

"WTF is... Machine Learning" coding session setup

  1. Download Anaconda distribution Python version 3.6 from here.

  2. Follow the installation instructions for your system here.

  3. Download the necessary files using this link

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

  5. Start a new terminal (in Linux or Mac OS) or command prompt (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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment