Learning Artificial Intelligence - Part 3

Learning Artificial Intelligence - Part 3

Thinking of tools to use for your windows machine to start working on Deep Learning? Then the below options are something you can explore further:

  • Anaconda
  • Docker
  • Spyder
  • Jupiter Notebook
Spyder and Jupiter Notebook are part of Anaconda.

Below is the link to download and install Anaconda.

Anaconda is a free and open source platform. Anaconda is one of the tools which can help us dive into the world of Data Science, ML, Deep Learning using Python. Install and explore the Python libraries and get into the world of notebooks. Start working on creating creating ML models.

If you planning to use Anaconda platform you can register for Anaconda Nucleus which is a community to share, learn from the community.

Once Anaconda is installed, we can open Anaconda Prompt to install TensorFlow and Keras. Tensor Flow is the most popular, free and open source software library for AI/ML. Keras is top level interface over Tensor Flow which helps to create deep learning models.


Once the prompt is open use the below commands one after the another to install Tensor Flow and Keras respectively.

pip install tensorflow
pip install keras

If everything installed properly, if you run pip install tensorflow, following "requirement already satisfied" messages must appear.


We will use Anaconda Navigator and Jupyter Notebook within navigator to start working.


Why Anaconda is used?

There are number of different python packages and Anaconda provides a platform where all these are installed and ready to use.

Post a Comment

0 Comments