mgl
MGL is a machine learning library for backpropagation neural networks, boltzmann machines, gaussian processes and more.
$ area51 add mglCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(mgl:some-function ...)