Crate mininn

Source
Expand description

§MiniNN

A minimalist deep learnig crate for rust.

Modules§

constants
In this module you can find the most commonly used constants.
core
Core module of the library.
layers
Contains the different types of layers that can be used in a neural network.
prelude
In this module you can find the most commonly used types and functions.
registers
This module contains the register for activations, costs and layers.
utils
Utility functions and types for the library.

Macros§

register
Macro to register your own layers, activations and costs