scirs2-neural 0.3.3

Neural network building blocks module for SciRS2 (scirs2-neural) - Minimal Version
Documentation
1
2
3
4
5
//! Neural network specific linear algebra operations

// Enable batch operations module
mod batch_operations;
pub use batch_operations::*;