Mastering TensorFlow 1.x
上QQ阅读APP看书,第一时间看更新

Installing Keras

Keras can be installed in Python 3 with the following command:

pip3 install keras

To install Keras in other environments or from source, please refer to the following link: https://keras.io/#installation.