legume-numeric 0.8.11

Numeric and ML foundation for the legume ecosystem (matrix, Leiden, candle, MCMC)
Documentation
// Re-exported so downstream crates don't need a direct dep on candle-core/-nn.
pub use candle_core;
pub use candle_nn;

pub mod batched_dot;
pub mod convert;
pub mod data;
pub mod decoder;
pub mod device;
pub mod encoder;
pub mod fast_index;
pub mod feature_embedding;
pub mod frozen_features;
pub mod grad_clip;
pub mod grow;
pub mod lora;
pub mod loss;
pub mod masking;
pub mod mcmc;
pub mod nn;
pub mod optim;
pub mod sgvb;
pub mod topic_refinement;
pub mod traits;
pub mod vae;
pub mod value_transform;