arrow-ml-activations 0.1.0

Neural network activation functions (ReLU, GELU, Sigmoid, SiLU, Tanh, Softmax) for Apache Arrow arrays.
Documentation
1
2
3
4
5
6
pub mod gelu;
pub mod relu;
pub mod sigmoid;
pub mod silu;
pub mod softmax;
pub mod tanh;