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§

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

Enums§

Traits§

Functions§

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