Trait ShallowNeuralStore

Source
pub trait ShallowNeuralStore<S, D>: RawHidden<S, D>
where S: RawData, D: Dimension,
{ }
Expand description

The ShallowNeuralStore trait for shallow neural networks

Implementations on Foreign Types§

Source§

impl<S, D> ShallowNeuralStore<S, D> for ParamsBase<S, D>
where S: RawData, D: Dimension,

Implementors§