Crate corgi[][src]

Machine learning, and automatic differentiation implementation.

Modules

array

An n-dimensional array, with automatic differentation.

dense

A fully-connected neural network layer, which applies y = activation(Ax + b).

layer

A layer of a neural network.

model

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

numbers

Floating point type wrapper, which may be changed to f32 when the feature “f32” is active.

Macros

arr

Creates an Array, which is row-major, with either: