Paketname | scilab-ann |
Beschreibung | Scilab module for artificial neural networks |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.4.2.3-3 |
Sektion | universe/math |
Priorität | optional |
Installierte Größe | 788 Byte |
Hängt ab von | scilab (>= 5.1.1) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 215134 Byte |
Prüfsumme MD5 | 8f364d3cd7a348c876ac4d123cf40051 |
Prüfsumme SHA1 | 6d87188bf1bb4ed61453ba229dade70145415329 |
Prüfsumme SHA256 | 7bab6d4261ad0c12bac29e17d18a803d50510076cb781dd17a2309fa8a352b02 |
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
|