Header Ads

Machine Learning 0 - Set up a Python Environment and run Hello World!

As a friend of robots, I would like to start counting from 0
And now, here we are. After this tutorial, you can run successful "hello world" task and take the first step into ML world. (ML = Machine Learning).



Machine Learning 0 - Set up a Python Environment and run Hello World!


Overview

In this tutorial, we will cover the following steps:
  • Download Anaconda
  • Install Anaconda
  • Start and Update Anaconda

1. Setup (Python Anaconda)

We'll be using Anaconda to install Python and Jupyter. Go to https://www.anaconda.com/download/ and download the appropriate package for your system. At the time of this writing, the latest version is 5.1. Please select the Python 3.6 version of the installer.
Going through the installer will install both Jupyter and Python onto your system.

https://www.anaconda.com/download/


For the adventurous Windows Users out there, you might want to try installing on WSL if you know what that is. https://joshpeng.github.io/post/wsl/#quick-start has some instructions (do at your own risk).

Now launch notebooks. You can do from the command line (jupyter notebook) or by launching it from Anaconda Navigator.









No comments:

Powered by Blogger.