How to Install and Uninstall scilab-ann Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 08,2024

1. Install "scilab-ann" package

Please follow the guidance below to install scilab-ann on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install scilab-ann

2. Uninstall "scilab-ann" package

This tutorial shows how to uninstall scilab-ann on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove scilab-ann $ sudo apt autoclean && sudo apt autoremove

3. Information about the scilab-ann package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: scilab-ann
Priority: optional
Section: universe/math
Installed-Size: 708
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: all
Version: 0.4.2.4-1
Depends: scilab (>= 5.1.1)
Filename: pool/universe/s/scilab-ann/scilab-ann_0.4.2.4-1_all.deb
Size: 125136
MD5sum: 16f3499d7d95c1677a83c48c12a2ef97
SHA1: 1dda9f8909ceb350c5c92329c91c904ab6cbf7a4
SHA256: 5c94ef7ec472d9dda7cd6f719d86fb3e6115147b74f118d0c770d7f2ddfcb609
Description-en: 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
Description-md5: ef9994dd9c7811aac94edadf2764c77d
Homepage: http://atoms.scilab.org/toolboxes/ANN_Toolbox/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions