diff --git a/dl/keras_install.html b/dl/keras_install.html index 514658a..9aec986 100644 --- a/dl/keras_install.html +++ b/dl/keras_install.html @@ -128,6 +128,16 @@

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
+