Keras Install Guide using TensorFlow in Anaconda for Windows 10

GPU Version (CPU Version here)

1. Download Anaconda

     a) https://www.anaconda.com/download/

     b) Install Microsoft Visual C++ 2015 when given the option

2. Run the prompt and install TensorFlow

     a) Anaconda Prompt should be in the start menu

     b) conda create --name tf_gpu tensorflow-gpu (Credit to Harveen Singh's Article)

7. Install Keras

     a) activate tf_gpu ("deactivate" to exit environment later)

     a) pip install keras

8. Download test file (mnist_mlp.py) and save to your user folder (ex. C:\Users\YourUserName)

     a) Download File (mnist_mlp.py)

9. Run file

     a) python mnist_mlp.py