neural-classifier
Classification of samples based on neural network.
$ area51 add neural-classifierCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(neural-classifier:some-function ...)