Skip to content

Instantly share code, notes, and snippets.

View loladmebrah's full-sized avatar

Santiago Hernández loladmebrah

View GitHub Profile
@candlewill
candlewill / keras_models.md
Last active December 9, 2022 02:43
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