ATOMS : Module details

ANN Toolbox

ANN Toolbox
Details
Version
0.4.2.3-1
Author(s)
Ryurick M. Hristev
Entity
Private Individual
Package maintainers
Allan Cornet
Pierre Marechal
Category
Modeling and Control Tools
License
Supported Scilab Versions
>= 5.2
Creation Date
6th of August 2009
ATOMS packaging system
Available on
How To Install
atomsInstall(['ANN_Toolbox','0.4.2.3'])
Description
This represents a toolbox for artificial neural networks,
based on my developments described in "Matrix ANN" book,
under development, if interested send me an email at
r.hristev@phys.canterbury.ac.nz

Current feature:s
 - 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

For full descriptions start with the toplevel "ANN" man page.
Files (2)
[94.32 Ko] ANN_Toolbox_0.4.2.3.zip
sources files

exec builder.sce
exec loader.sce
[154.70 Ko] ANN_Toolbox_0.4.2.3.bin.zip
Binary version
Automatically generated by the ATOMS compilation chain
News (0)
Comments (0)     Leave a comment 
Leave a comment
You need to log in before you can comment this bug.