Easy setup a Python Deep Learning Environment

Overview

Step 1. Download Anaconda

Step 2. Install Anaconda

Step 3. Install Deep Learning libraries

pip3 install tensorflow
pip3 install --upgrade tensorflow
pip3 install tensorflow-gpu
pip3 install --upgrade tensorflow-gpu
pip3 install keras
pip3 install --upgrade keras

Step 4. Test the setup

python3
>>>import tensorflow 

--

--

Machine/Deep Learning, Amateur Photographer

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store