TENSORFLOW

Revision as of 10:20, 9 November 2019 by Rasimsen (talk | contribs) (Created page with "=Installation= == ANACONDA == The open-source Anaconda Distribution is the easiest way to perform Python/R data science and machine learning on Linux, Windows, and ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installation

ANACONDA

The open-source Anaconda Distribution is the easiest way to perform Python/R data science and machine learning on Linux, Windows, and Mac OS X. With over 15 million users worldwide, it is the industry standard for developing, testing, and training on a single machine, enabling individual data scientists to:

Download : https://www.anaconda.com/distribution/

PYCHARM - IDE

For both Scientific and Web Python development. With HTML, JS, and SQL support.

Download : https://www.jetbrains.com/pycharm/download/#section=mac

TENSORFLOW

Download : https://www.tensorflow.org/install

or you can run in Docker container:

 docker pull tensorflow/tensorflow                  # Download latest image
 docker run -it -p 8888:8888 tensorflow/tensorflow  # Start a Jupyter notebook server