sevensense-learning 0.1.0

GNN-based learning and embedding refinement for 7sense bioacoustics platform
Documentation
1
2
3
4
5
6
7
//! Infrastructure layer for the learning bounded context.
//!
//! Contains GNN model implementations, attention mechanisms,
//! and other technical components.

pub mod gnn_model;
pub mod attention;