mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: FANN: Update description.
* gnu/packages/machine-learning.scm (fann)[description]: Remove "open source".
This commit is contained in:
parent
37e47aa73d
commit
bd2bd80df8
1 changed files with 3 additions and 3 deletions
|
@ -109,9 +109,9 @@ (define-public fann
|
|||
(home-page "http://leenissen.dk/fann/wp/")
|
||||
(synopsis "Fast Artificial Neural Network")
|
||||
(description
|
||||
"FANN is a free open source neural network library, which implements
|
||||
multilayer artificial neural networks in C with support for both fully
|
||||
connected and sparsely connected networks.")
|
||||
"FANN is a neural network library, which implements multilayer
|
||||
artificial neural networks in C with support for both fully connected and
|
||||
sparsely connected networks.")
|
||||
(license license:lgpl2.1))))
|
||||
|
||||
(define-public libsvm
|
||||
|
|
Loading…
Reference in a new issue