| Paketname | scilab-ann |
| Beschreibung | Scilab module for artificial neural networks |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.4.2.3-3 |
| Sektion | math |
| Priorität | optional |
| Installierte Größe | 756 Byte |
| Hängt ab von | scilab (>= 5.1.1) |
| Empfohlene Pakete | |
| Paketbetreuer | Debian Science Team |
| Quelle | |
| Paketgröße | 190594 Byte |
| Prüfsumme MD5 | aabf2af5c26730da26e2d60432256684 |
| Prüfsumme SHA1 | cb4de5a472bc53ca3a1da6a8aebd7ea3d361023f |
| Prüfsumme SHA256 | 3f2aa1bffd0cc5247f4cc0618c35ac5e3746653702412c5adef6d99d269a91f9 |
| Link zum Herunterladen | scilab-ann_0.4.2.3-3_all.deb |
| Ausführliche Beschreibung | This module implements artificial neural networks capabilities
into the Scilab language.
Current features are:
* Only layered feedforward networks are supported *directly* at the moment
(for others use the "hooks" provided)
* Unlimited number of layers
* Unlimited number of neurons per each layer separately
* User defined activation function (defaults to logistic)
* User defined error function (defaults to SSE)
* Algorithms implemented so far:
* standard (vanilla) with or without bias, on-line or batch
* momentum with or without bias, on-line or batch
* SuperSAB with or without bias, on-line or batch
* Conjugate gradients
* Jacobian computation
* Computation of result of multiplication between "vector" and Hessian
* Some helper functions provided
|