nncombinator 0.9.0

A library of neural networks that can be written type-safely
Documentation
1
2
3
4
5
6
//! Implementation of function calls to cuda kernel functions

pub mod activation;
pub mod lossfunction;
pub mod device;
pub mod optimizer;