# Introduction Keras is an advanced neural network API written in Python that runs as a backend with TensorFlow, CNTK or Theano. The focus of Keras' development is the ability to turn ideas into experimentation quickly. Currently, TensorFlow has absorbed Keras and you can call related classes via `tf.keras`, which is consistent with Keras. Of course, this chapter is based on the Keras module.
Click the virtual machine below to start practicing