Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3. Investigate Deep Learning Software to load. (Anaconda, CUDA, TensorFlow, PyTorch, Keras,...) <done>

4. Download Anaconda3 Individual Edition Windows 64 via link https://anaconda.com/download <done>

    (includes Numpy, Scipy, MatPlotLib, Pandas, NLTK, SKlearn)

...

   pip install tensorflow <done>

   pip install Keras (but first: conda install pip) <done> 

   pip install nltk <done>

   pip install theano <done>

   pip install http://cntk.ai/...whl (I need to google how to install microsoft cntk for http path)

6. NVIDEA GPU

Microsoft CNTK python)

   pip install https://cntk.ai/PythonWheel/GPU/cntk_gpu-2.7.post1-cp36-cp36m-win_amd64.whl (chose for NVIDEA GPU)

   In [3]: pip install https://cntk.ai/PythonWheel/GPU/cntk_gpu-2.7.post1-cp36-cp36m-win_amd64.whl
   ERROR: cntk_gpu-2.7.post1-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform.
   Note: you may need to restart the kernel to use updated packages.

   pip install -c peterjc123 pytorch <did not work>

   Error:

   In [17]: pip install -c peterjc123 pytorch
   ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'peterjc123'
   Note: you may need to restart the kernel to use updated packages.

   Suggested Fix:   

   Anaconda Navigator - environments → channels → add "conda-forge" update channels (did not work but should be done anyway) 

   <Break>


6. NVIDEA GPU and Theano

    Installed Conda Toolkit already

    conda install theano <left bracket> pygpu ]

7. Open AI Gym

   Open Anaconda3 Command Prompt type ipython at prompt (If you haven't already)

   pip install gym

   conda install -c menpo ffmpeg (if you want to play and save videos with AI gym)

    pip    Install Conda Toolkit already