pkg://scilab-toolbox-ANN-0.4.2-4mdk.noarch.rpm:68634/HEADER
downloads
Name : scilab-toolbox-ANN Relocations: (not relocateable)
Version : 0.4.2 Vendor: MandrakeSoft
Release : 4mdk Build Date: Sun Feb 8 12:35:41 2004
Install date: (not installed) Build Host: klama.mandrake.org
Group : Sciences/Mathematics Source RPM: scilab-toolbox-ANN-0.4.2-4mdk.src.rpm
Size : 226691 License: GPL
Packager : NanarDon <nanardon@mandrake.org>
URL : ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/contrib/ANN/
Summary : Artificial neural network toolbox
Description :
Artificial Neural Networks Toolbox
- 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