Show / Hide Table of Contents

Namespace Keras.Models

Classes

BaseModel

Model

In the functional API, given some input tensor(s) and output tensor(s). This model will include all layers required in the computation of b given a.

Sequential

The Sequential model is a linear stack of layers. You can create a Sequential model by passing a list of layer instances to the constructor

Back to top Generated by DocFX