keras
Keras is a deep learning library for Theano and Tensorflow.
- Allows for easy and fast prototyping (through user friendliness, modularity, and extensibility).
- Supports both convolutional networks and recurrent networks, as well as combinations of the two.
- Runs seamlessly on CPU and GPU.
Keras速查表
图片来自datacamp。
参考文档
- https://keras.io/
- https://keras.io/getting-started/sequential-model-guide/
- https://keras.io/getting-started/functional-api-guide/