8000 GitHub - pcoutin/ocaml-onnt: Automatically exported from code.google.com/p/ocaml-onnt
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pcoutin/ocaml-onnt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ocaml Neural Network Toolkit
============================
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public
 * License as published by the Free Software Foundation; either
 * version 3.0 of the License, or (at your option) any later version,
 * with the special exception on linking described in file LICENSE.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

Dependencies :
--------------
Ocaml 3.10
Findlib (ocaml library manager)

Installation :
--------------
To compile the native and bytecode library, run
> make all
This compiles the files onnt.cma and onnt.cmxa in the _build directory.

To install the files in the findlib system :
> make install

(If you want to reinstall the library, first type : ocamlfind remove onnt)

Usage :
-------
The documentation is in the doc directory.
To generate it, create the onnt.docdir directory by running :
> make doc

License :
---------
See LICENSE

Author :
--------
Jean-Denis Koeck
(anocka at gmail dot com)

About

Automatically exported from code.google.com/p/ocaml-onnt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0