Machine Learning Coding Tutorial 0. Environment Setup

Welcome to the 0th GoodTecher Machine Learning Coding Tutorial. The 0th tutorial is about getting your programming environment ready for machine learning programming.

Install Anaconda

Let’s set up our programming environment by downloading and installing Anaconda (Python 3.x version).

https://www.continuum.io/downloads

Anaconda is a Python Data Science Platform. It simplifies library package management and deployment. You don’t have to install Python and related libraries by yourself. We choose Anaconda because it is good for beginners to setup basic machine learning programming environment.

Once it installed, let’s continue to the next tutorial: Machine Learning Coding Tutorial 1. Hello World.

 

Leave a Reply

Your email address will not be published. Required fields are marked *