Synapse-0.1.0.0: src/Synapse.hs
{- | Synapse
"Synapse" is a machine learning library written in pure Haskell,
that makes creating and training neural networks an easy job.
There are examples of "Synapse" usage at <https://github.com/JktuJQ/Synapse>,
you are encouraged to look at library's repository to get yourself
a grasp on basic concepts.
-}
module Synapse () where