The latest version of neural is 0.3.0.1-0.

neural

Version 0.1.0.1 revision 0 uploaded by lbrunjes.

Package meta

Synopsis
Neural Networks in native Haskell
Description

The goal of neural is to provide a modular and flexible neural network library written in native Haskell.

Features include

  • composability via Arrow instances and pipes,

  • automatic differentiation for automatic gradient descent/ backpropagation training (using Edward Kmett's fabulous ad library).

The idea is to be able to easily define new components and wire them up in flexible, possibly complicated ways (convolutional deep networks etc.).

Two examples are included as proof of concept:

  • A simple neural network that approximates the sqrt function on [0,4].

  • A slightly more complicated neural network that solves the famous Iris flower problem.

The library is still very much experimental at this point.

Author
Lars Bruenjes
Bug reports
n/a
Category
Machine Learning
Copyright
Copyright: (c) 2016 Dr. Lars Bruenjes
Homepage
http://github.com/brunjlar/neural
Maintainer
brunjlar@gmail.com
Package URL
n/a
Stability
n/a

Components