scilab-ann

Scilab module for artificial neural networks

Description

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

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://atoms.scilab.org/toolboxes/ANN_Toolbox/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install scilab-ann