Trait ShallowModelRepr

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

The ShallowModelRepr trait for shallow neural networks

Implementations on Foreign Types§

Source§

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

Implementors§