Package: wnpp Severity: wishlist Owner: lumin <cdlumin...@gmail.com> X-Debbugs-CC: jeanmichel.sell...@gmail.com
* Package name : gneural-network Version : 0.9.1 Upstream Author : Jean Michel Sellier * URL : https://www.gnu.org/software/gneuralnetwork/ * License : GPL-3.0+ * Description : Gnu Neural Network Gneural Network is the GNU package which implements a programmable neural network. The current version, 0.9.1, has the following features: . * A scripting language is available which allows users to define their own neural network without having to know anything about coding. * Advanced programmers can use the methods/routines inside the code for their own purposes. * When defining the neurons of a network, it is possible to choose among various discriminant and activation functions, etc. * Different methods to train a neural network are available, such as genetic algorithms, multi-scale Monte Carlo optimizers, simulated annealing, and others. * Several training methods can run in parallel on clusters. * Neural networks can be saved once trained for later use. * The code is truly cross platform since it is entirely developed in C and does not depend on any external library. . This project is currently still an early work in progress.