Versions Compared

Key

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

...

    Open Anaconda3 Command Prompt type ipython at prompt (If you want to test)

    import numpy as np

    import matplotlib.pyplot as plt

    a = np.random.randn(1000)

    plt.plot(a)

    plt.show()

    plt.hist(a, bins = 15)

    plt.show()


5. Install Deep Learning Libraries: Tensorflow, Keras, CNTL, Pytorch, Theano 

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

   pip install tensorflow

   pip install Keras (but first: conda install pip install tensorflow)

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


6. NVIDEA GPU

    Install Conda Toolkit already