Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.145 Times

Neural freeware
Filter: All | Freeware | Demo
 

Neural

< 1 2 3 4 5 > 
Added: November 14, 2010 | Visits: 932

AI::NeuralNet::Simple AI::NeuralNet::Simple is a simple learning module for building neural nets. SYNOPSIS use AI::NeuralNet::Simple; my $net = AI::NeuralNet::Simple->new(2,1,2); # teach it logical or for (1 .. 10000) { $net->train([1,1],[0,1]); $net->train([1,0],[0,1]); $net->train([0,1],[0,1]);... Platforms: *nix

License: Freeware Size: 17.41 KB Download (108): AI::NeuralNet::Simple Download

Added: February 13, 2010 | Visits: 943

SigmaPi Neurosimulator The SigmaPi Neural Network Simulator is designed for time-series processing and neural network research on Unix/X11. Since version 0.5, it uses the LSTM neuron model, the RTRL training algorithm and a heuristic learning rate adaptation based on local update sign-changes. It is GPL-covered, so you... Platforms: *nix

License: Freeware Size: 204.8 KB Download (102): SigmaPi Neurosimulator Download

Added: March 17, 2010 | Visits: 973

dANN dANN library can help create artificial neural networks within other programs. It is currently written in Java, C++, and C#. However, C++ and C# versions can only be obtained through the SVN at the moment. Also, the C++ and C# versions are not properly documented and cleaned up, although they... Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): dANN Download

Added: August 04, 2010 | Visits: 896

AI::NeuralNet::BackProp AI::NeuralNet::BackProp is a simple back-prop neural net that uses Deltas and Hebbs rule. SYNOPSIS use AI::NeuralNet::BackProp; # Create a new network with 1 layer, 5 inputs, and 5 outputs. my $net = new AI::NeuralNet::BackProp(1,5,5); # Add a small amount of randomness to the network... Platforms: *nix

License: Freeware Size: 96.26 KB Download (99): AI::NeuralNet::BackProp Download

Added: May 26, 2010 | Visits: 893

KXNeur KXNeur is a X Neural Switcher front-end for KDE. Its a program like Punto Switcher, but has other functionally and features. Last version can get from svn: svn://xneur.ru:3690/xneur/xneur and svn://xneur.ru:3690/xneur/kxneur PS XNeur homepage ( http://xneur.ru ) on Russian only PPS KXNeur... Platforms: *nix

License: Freeware Size: 184.32 KB Download (98): KXNeur Download

Added: February 24, 2010 | Visits: 803

ffnet ffnet is meant to be an easy and fast feed-forward neural network training solution for python.. Platforms: *nix

License: Freeware Size: 36.86 KB Download (89): ffnet Download

Added: August 12, 2010 | Visits: 824

scnANNlib scnANNlib is a Sentinel Chicken Networks Artificial Neural Network Library. Documentation on what is what can be found in README.files. Currently, the API specification and documentation can only be found in the source of the header files (in lib/), but this will be improved in later releases.... Platforms: *nix

License: Freeware Size: 215.04 KB Download (95): scnANNlib Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 609

Spice-MLP SPICE-MLP (the old name is SpiceNeuro or Neural Network Example - NNE) is a small application of Three-Layer Neural Network (NN) with multi-inputs and outputs, written for students who wanted to learn and develop their own NN applications. The purpose of this program is to get you started... Platforms: Windows, Windows Vista, 7

License: Freeware Download (441): Spice-MLP Download

Released: November 19, 2012  |  Added: November 19, 2012 | Visits: 541

Spice-SOM The purpose of this program is to get you started quickly with Neural Network without having to go through lengthy theory of the Neural Network background. Once you understand these programs you will be able to consult the Neural Network materials on a need basis. Spice-SOM's arm is to introduce... Platforms: Windows, Windows Vista, 7

License: Freeware Download (495): Spice-SOM Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 486

GINNet GINNet, also known as the Graphical Interface for Neural Networks was developed as a decision-making platform written in Java. It has been designed in order to favorize the development and use of neural networks. It was create so that it could make, neural networks, teaching and evaluation easier. Platforms: Windows

License: Freeware Download (457): GINNet Download

Released: November 18, 2012  |  Added: November 18, 2012 | Visits: 734

Multiple Back-Propagation Multiple Back-Propagation is an easy to use application specially designed for the training of neural networks with the Back-Propagation and the Multiple Back-Propagation algorithms. Platforms: Windows

License: Freeware Download (493): Multiple Back-Propagation Download

Released: August 12, 2012  |  Added: August 12, 2012 | Visits: 441

AnimatLab AnimatLab is a simple, easy to use application specially designed to combine biomechanical simulation and biologically realistic neural networks. You can build the body of an animal, robot, or other machine and place it in a virtual world where the physics of its interaction with the... Platforms: Windows

License: Freeware Download (439): AnimatLab Download

Released: November 20, 2012  |  Added: November 20, 2012 | Visits: 435

DynNet DynNet is built as a Java library that contains basic elements that are necessary in order to build neural networks. Neural network classical models are already available (Multi-layer perceptron, Kohonen self-organizing maps, neural gas, growing neural gas, etc.). Platforms: Windows

License: Freeware Download (52): DynNet Download

Released: July 25, 2012  |  Added: July 25, 2012 | Visits: 497

Cognity Cognity is designed as an object-oriented neural network library for the Java programming language. The main goal of the library is to provide an easy-to-use, high level architecture for neural network computations along with reasonable performance. Platforms: Windows

License: Freeware Download (48): Cognity Download

Added: October 15, 2013 | Visits: 559

RNNLIB RNNLIB is a recurrent neural network library for sequence learning problems. Applicable to most types of spatiotemporal data, it has proven particularly effective for speech and handwriting recognition. Platforms: Mac

License: Freeware Size: 286.72 KB Download (53): RNNLIB Download

Added: May 10, 2013 | Visits: 568

Data Mining with Neural Nets This script uses the IAC (interactive-competition-and-activation) model to analyze a database. Scalyze a dils: - The example is taken from Parallel Distributed Processing, a classic text on neural networks. - The field values represent neurons. - The database rows represent excitory... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Data Mining with Neural Nets Download

Added: July 07, 2013 | Visits: 407

autoassociative memory Develop a Matlab program to demonstrate a neural network autoassociative memory. Show the importance of using the pseudoinverse in reducing cross correlation matrix errors. Show the performance of the autoassociative memory in noise. The results are contained in the Matlab file assoc_mem_demo.m Platforms: Matlab

License: Freeware Size: 880.64 KB Download (48): autoassociative memory Download

Added: May 14, 2013 | Visits: 476

Shape recognition A very simple program that trains a neural network with 9 images(3 rectangles, 3 triangles and 3 circles)and then simulates the neural network in way to recognize 3 others images(1 rectangles, 1 triangles and 1 circles). Platforms: Matlab

License: Freeware Size: 235.52 KB Download (49): Shape recognition Download

Added: September 01, 2013 | Visits: 424

M-files for This set of programs correspond to demos, exercises, and implementations of algorithms described inAbdi H. (1994) Les Reseaux de Neurone (in French) andin (in English)Abdi, Valentin, Edelman (1999) Neural Networks. SageThese include:Linear auto and hetero associators, radial basis function... Platforms: Matlab

License: Freeware Size: 61.44 KB Download (40): M-files for "Neural Networks" Download

Added: August 26, 2013 | Visits: 437

MMGDX: a maximum-margin training method for neural networks The large classification margin is the most usual approach to achieve good generalization. The most known maximal margin algorithm is SVM, for which different kernels have been investigated. Unfortunately, in the context of some real world problems, such as on-the-fly object detection, the use of... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): MMGDX: a maximum-margin training method for neural networks Download

< 1 2 3 4 5 >