packages feed

neural-network-base-0.1.0.0: neural-network-base.cabal

name:                neural-network-base
version:             0.1.0.0
license-file:        LICENSE
license:             BSD3
author:              Jiasen Wu
maintainer:          jiasenwu@hotmail.com
homepage:            https://github.com/pierric/neural-network
bug-reports:         https://github.com/pierric/neural-network/issues
Category:            AI
Synopsis:            Yet Another High Performance and Extendable Neural Network in Haskell
Description:         Provides a common interface for definition components and execution
                     backend of neural network and also an extendable set of specification
                     of neural layers.
Stability:           Experimental
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Data.NeuralNetwork
  build-depends:       base >= 4.7 && < 5, constraints
  default-language:    Haskell2010