install keras with TensorFlow backend
As i am working on windows and familiar with it, i will explain how to install keras with TensorFlow cpu. Install anaconda by downloading(just clicking next, next...install). Open anaconda prompt and type following command to create an environment and activate it.(keras is the environment name of mine) >>conda create --name keras It will prompt for yes or no : type yes. For activating the Environment,Type following: >>conda activate keras Follow the link in-case you got struck somewhere: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#activating-an-environment If you reopen the anaconda prompt after closing, it will open with it's default base environment. So to change the environment use activate command as above If needed check these: (keras) C:\Users\saicharan>conda info active environment : keras active env location : E:\anaconda3\envs\keras shell level : 2 user config file ...