Install Anaconda for Machine Learning
Latest posts by Renuka Joshi (see all)
- Image Classification Using CNN - May 13, 2018
- Convolutional Neural Networks - May 12, 2018
- Hierarchical Clustering - March 15, 2018
Hello everyone and welcome to the second article of the Machine Learning tutorial series. In previous article we saw a brief introduction to Machine Learning. In this article we are going to see how to install Anaconda for Machine Learning.
Install Anaconda:
Anaconda is an application which provides different IDE for different languages including Python. We will now see how to install Anaconda for Machine Learning.
Steps:
- Go to www.continuum.io/downloads
- Download Anaconda for the operating system you are going to use. Here we are going to install Anaconda for Windows
- Follow the traditional installation process to install Anaconda once download is complete
- After completing the installation process, Launch Anaconda Navigator:

Launch spyder IDE.From now onwards we are going to use spyder to develop Machine Learning model using Python.

Congratulations you have successfully installed Anaconda on your machine. Now, in next article we will create a dataset for our tutorial series.