mgl

MIT, see COPYING.

MGL is a machine learning library for backpropagation neural networks, boltzmann machines, gaussian processes and more.

$ area51 add mglCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(mgl:some-function ...)