Crate numcodecs_fourier_network

Source
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

Fourier feature neural network codec implementation for the numcodecs API.

Structs§

FourierNetworkCodec
Fourier network codec which trains and overfits a fourier feature neural network on encoding and predicts during decoding.
NeuralNetworkError
Opaque error for when an error occurs in the neural network
Positive
Positive floating point number

Enums§

FourierNetworkCodecError
Errors that may occur when applying the FourierNetworkCodec.

Traits§

FloatExt
Floating point types.

Functions§

decode_into
Decodes the encoded data into the decoded output array by making a prediction using the fourier feature neural network.
encode
Encodes the data by training a fourier feature neural network.