Install keras using conda

Keras with the Tensorflow backend can be installed by running the following conda command

conda install -c conda-forge keras tensorflow

If you want a Intel CPU optimized version, install tensorflow-mkl

conda install -c conda-forge keras tensorflow-mkl

A GPU compatible version is also available

conda install -c conda-forge keras tensorflow-gpu