2 #+Title: Neural Network
7 A Clojure DSL for specifying Artificial Neural Networks
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
17 4) try the examples in [[file:neural-net.org][neural-net.org]]
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/>.