giving phi function control over input collection and evaluation
[neural-net.git] / README
blobe187d17c19d9cc0fb8709e5592a99e6452b0907a
1 # -*- mode: org -*-
2 #+Title: Neural Network
3 #+Author: Eric Schulte
5 * neural-net
7 A Clojure DSL for specifying Artificial Neural Networks
9 ** Usage
11 1) clone the git source
12    : git clone http://gitweb.adaptive.cs.unm.edu/neural-net.git
13 2) install [[https://github.com/technomancy/leiningen][leiningen]]
14 3) install the dependencies
15    : cd neural-net
16    : lein deps
17 4) try the examples in [[file:neural-net.org][neural-net.org]]
19 ** License
21 Copyright (C) 2010 Eric Schulte
23 This program is free software: you can redistribute it and/or modify
24 it under the terms of the GNU General Public License as published by
25 the Free Software Foundation, either version 3 of the License, or
26 (at your option) any later version.
28 This program is distributed in the hope that it will be useful,
29 but WITHOUT ANY WARRANTY; without even the implied warranty of
30 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
31 GNU General Public License for more details.
33 You should have received a copy of the GNU General Public License
34 along with this program.  If not, see <http://www.gnu.org/licenses/>.