Crate neuroflow [] [src]

Modules

activators

Module contains popular neural networks activation functions and theirs derivatives

data

Module contains functions, structs and traits for data storage, access, and processing.

estimators
io

The module contains functions, structs, enums, and traits for input/output neural networks. E. g. it can save network to the file and then loads it back.

Structs

FeedForward

Feed Forward (multilayer perceptron) neural network that is trained by back propagation algorithm. You can use it for approximation and classification tasks as well.