Learning by playing with http://playground.tensorflow.org/
- Install Anaconda Python 3.x version (https://www.continuum.io/downloads)
- Install TensorFlow with Anaconda (https://www.tensorflow.org/install)
- Install matplotlib
pip install --ignore-installed --upgrade matplotlib
For macOS you can run this script after install Anaconda
conda create -n tensorflow --yes
source activate tensorflow
yes | pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.2.0-py3-none-any.whl
yes | pip install --ignore-installed --upgrade matplotlib
Problem with installation matplotlib on MacOS (it will throw you some errors mention matplotlib)
cd ~/.matplotlib
echo 'backend: TkAgg' >> matplotlibrc