vak.models.definition#

Code that handles classes that represent the definition of a neural network model; the abstraction of how models are declared with code in vak.

Functions

validate(definition)

Validate a model definition.

Classes

ModelDefinition(network, loss, optimizer, ...)

A class that represents the definition of a neural network model.