easynn 0.1.0-alpha

A rust crate for quick-and-dirty neuro network developing and training
Documentation
easynn-0.1.0-alpha has been yanked.

easynn

This crate aims to provide neuro network developing and training utilities in rust, where a variety of models and layers are supported.

Supported models

Supported layer types

  • Primitive types:
    • Dense: fully connected layers
  • CNN types:
    • [] Conv: the convolution layer
    • [] Pooling: the pooling layer

License: MIT