scilab-ann binary package in Ubuntu Bionic amd64

 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

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2017-10-24 21:55:24 UTC Published Ubuntu Bionic amd64 release universe math Optional 0.4.2.4-1
  • Published
  • Copied from ubuntu oneiric-release i386 in Primary Archive for Ubuntu