oxicuda-anomaly 0.1.7

Anomaly detection primitives for OxiCUDA — DeepSVDD, AE/VAE reconstruction, LOF, COPOD, isolation scoring, statistical methods, ensemble
Documentation
1
2
3
//! Reconstruction-based anomaly detection (Autoencoder and VAE).
pub mod autoencoder;
pub mod vae_anomaly;