torsh-sparse 0.1.2

Sparse tensor operations for ToRSh with SciRS2 integration
Documentation
1
2
3
4
5
6
//! Sparse neural network optimizers

pub mod sgd;

// Re-export commonly used optimizer types
pub use sgd::{SparseSGD, SparseSGDBuilder};