synapse-0.1.0.0: Synapse is a machine learning library written in pure Haskell.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Synapse.NN

Contents

Description

This module provides functions and datatypes that are needed in work with neural networks.

Synapse tries to supply as much of the common interface of any neural network library, such as the collection of different models, layers, optimisers, training algorithms and etc.

Synopsis

Re-exports