This crate aims to provide neuro network developing and training utilities in rust, where a variety of models and layers are supported.
Sequential
: similar to The Sequential model of KerasDense
: fully connected layersConv
: the convolution layerPooling
: the pooling layerLicense: MIT