Skip to content

Commit

Permalink
add Common Lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
melisgl committed Jan 27, 2015
1 parent 213de30 commit 160c1c9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ For a list of free machine learning books available for download, go [here](http
- [General-Purpose Machine Learning](#cpp-general-purpose)
- [Natural Language Processing](#cpp-nlp)
- [Sequence Analysis](#cpp-sequence)
- [Common Lisp](#common-lisp)
- [General-Purpose Machine Learning](#common-lisp-general-purpose)
- [Clojure](#clojure)
- [Natural Language Processing](#clojure-nlp)
- [General-Purpose Machine Learning](#clojure-general-purpose)
Expand Down Expand Up @@ -142,6 +144,16 @@ For a list of free machine learning books available for download, go [here](http
#### Sequence Analysis
* [ToPS](https://github.com/ayoshiaki/tops) - This is an objected-oriented framework that facilitates the integration of probabilistic models for sequences over a user defined alphabet.

<a name="common-lisp" />
## Common Lisp

<a name="common-lisp-general-purpose" />
#### General-Purpose Machine Learning

* [mgl](https://github.com/melisgl/mgl/) - Neural networks (boltzmann machines, feed-forward and recurrent nets), Gaussian Processes
* [mgl-gpr](https://github.com/melisgl/mgl-gpr/) - Evolutionary algorithms
* [cl-libsvm](https://github.com/melisgl/cl-libsvm/) - Wrapper for the libsvm support vector machine library

<a name="clojure" />
## Clojure

Expand Down

0 comments on commit 160c1c9

Please sign in to comment.