Skip to content

Commit 20ade3d

Browse files
committed
extended README
1 parent 7ea1763 commit 20ade3d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.markdown

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![Build Status](https://travis-ci.org/brunjlar/neural.svg?branch=master)](https://travis-ci.org/brunjlar/neural)
44

5+
## Motivation
6+
57
The goal of this project is to provide a flexible framework for
68
[neural networks](https://en.wikipedia.org/wiki/Artificial_neural_network)
79
(and similar parameterized models) in Haskell.
@@ -29,3 +31,11 @@ available combinators or [arrow notation](http://downloads.haskell.org/~ghc/8.0.
2931
Even though neural networks are the primary motivation for this project, any other kind of model can be
3032
defined in the same framework, whenever the model depends on a collection of numerical parameters in a differentiable
3133
way. - One simple example for this would be [linear regression](https://en.wikipedia.org/wiki/Linear_regression).
34+
35+
## Examples
36+
37+
At the moment, two examples are included:
38+
39+
- [sqrt](examples/sqrt) models the regression problem of approximating the square root function on the interval [0,4].
40+
41+
- [iris](examples/iris) solves the famous [Iris Flower](https://en.wikipedia.org/wiki/Iris_flower_data_set) classification problem.

0 commit comments

Comments
 (0)