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 http://cntk.ai/...whl (I need to google how to install microsoft cntk Microsoft CNTK for http path) <skip>

   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

    Install Conda Toolkit alreadyInstalled 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