Module corgi::model[][src]

A supervised neural network model, which computes a forward pass, and updates parameters based on a target.

Structs

Model

A neural network model, containing the layers of the model, and the outputs.