https://keras.io/zh/ https://keras.io/zh/getting-started/functional-api-guide/ https://github.com/keras-team/keras/tree/master/examples Keras 函数式 API 是定义复杂模型(如多输出模型.有向无环图,或具有共享层的模型)的方法. 函数式API: https://keras.io/zh/models/model/ 网络层的实例是可调用的,它以张量为参数,并…