- Hands-On Generative Adversarial Networks with Keras
- Rafael Valle
- 74字
- 2025-04-04 14:27:55
Installing Keras
Keras is a high-level deep learning API written in Python that supports TensorFlow, CNTK, and Theano as backends. Keras has the main building blocks for building, training, and prototyping deep learning projects. The building blocks in Keras include neural network layers, optimization functions, activation functions, and several tools for working with data and training in general.
Installing keras is easy! Inside our deeplearning virtual environment, type the following command:
pip install keras