Skip to content

Instantly share code, notes, and snippets.

@laifi
laifi / keras_models.md
Created August 13, 2018 23:46 — forked from candlewill/keras_models.md
A collection of Various Keras Models Examples

Keras Models Examples

一系列常用模型的Keras实现

DNN

Multilayer Perceptron (MLP) for multi-class softmax classification

from keras.models import Sequential