File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/brunjlar/neural.svg?branch=master )] ( https://travis-ci.org/brunjlar/neural )
4
4
5
+ ## Motivation
6
+
5
7
The goal of this project is to provide a flexible framework for
6
8
[ neural networks] ( https://en.wikipedia.org/wiki/Artificial_neural_network )
7
9
(and similar parameterized models) in Haskell.
@@ -29,3 +31,11 @@ available combinators or [arrow notation](http://downloads.haskell.org/~ghc/8.0.
29
31
Even though neural networks are the primary motivation for this project, any other kind of model can be
30
32
defined in the same framework, whenever the model depends on a collection of numerical parameters in a differentiable
31
33
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.
You can’t perform that action at this time.
0 commit comments