Install scilab-ann by entering the following commands in the terminal:
sudo apt update sudo apt install scilab-ann
Description:
Scilab module for artificial neural networks
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
Homepage: http://atoms.scilab.org/toolboxes/ANN_Toolbox/
Version: 0.4.2.4-1
Section: universe/math