Skip to content

Commit

Permalink
Merge branch 'master' of github.com:/masonium/cl-fann
Browse files Browse the repository at this point in the history
  • Loading branch information
masonium committed Dec 14, 2010
2 parents 510a178 + b3bdf27 commit 4725b1f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Written by Mason Smith [masonium@gmail.com](mailto:masonium@gmail.com)
4. [Limitations](#limit)
5. [TODO](#todo)

<h2 id="whatis">1. What is cl-autodiff?</h2>
<h2 id="whatis">1. What is cl-fann?</h2>
cl-fann is a CFFI-wrapper for [libfann](http://leenissen.dk/fann/), a fast
artificial neural network. In addition, cl-fann provides a lispy interface to
libfann, providing idiomatic macros and functions for easy integration into
Expand All @@ -23,18 +23,21 @@ at:
http://github.com/masonium/cl-fann.git

In addition to libfann 2.*, cl-fann requires the cffi, trivial-garbage, and alexandria libraries, all installable
via ASDF-install or clbuild.
via ASDF-install or clbuild. With all of the dependencies, a clbuild line would look like:

cl-fann get_git http://github.com/masonium/cl-fann.git get_trivial-garbage get_cffi get_alexandria

<h2 id="usage">3. Usage</h2>

<h2 id="limit">4. Limitations</h2>
The current working version of cl-fann is designed around version 2.0.0 of libfann. This is somewhat behind the current release version of libfann, which
is 2.1.0b. I'm currently targeting 2.0.0 because this version has a binary
The current working version of cl-fann is designed around version 2.0.0 of libfann. This is somewhat behind the current release version of libfann, which is 2.1.0b. I'm currently targeting 2.0.0 because this version has a binary
release on all major platforms.

<h2 id="todo">5. TODO</h2>
* Complete function coverage
* Complete function coverage (mostly complete)

* (Thorough) testing on various platforms and CL implementations

* Versioning / tagging releases in the repository

* Updating to 2.1.0b or 2.2.0, once the latter is released.

0 comments on commit 4725b1f

Please sign in to comment.