Expand description
Fourier feature neural network codec implementation for the numcodecs
API.
Structs§
- Fourier
Network Codec - Fourier network codec which trains and overfits a fourier feature neural network on encoding and predicts during decoding.
- Neural
Network Error - Opaque error for when an error occurs in the neural network
- Positive
- Positive floating point number
Enums§
- Fourier
Network Codec Error - Errors that may occur when applying the
FourierNetworkCodec
.
Traits§
- Float
Ext - Floating point types.
Functions§
- decode_
into - Decodes the
encoded
data into thedecoded
output array by making a prediction using the fourier feature neural network. - encode
- Encodes the
data
by training a fourier feature neural network.