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
encodeddata into thedecodedoutput array by making a prediction using the fourier feature neural network. - encode
- Encodes the
databy training a fourier feature neural network.