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.480.047 Times

Neural Fuzzy freeware
Filter: All | Freeware | Demo
 

Neural Fuzzy

< 1 2 3 4 5 > 
Added: September 13, 2013 | Visits: 363

BitBrains JavaBrains is an implementation of common AI algorithms in Java. Current algorithms implemented are: * Neural Networks * Genetic Algorithms * A* Pathfinding I hope to add the following features in the near future: * Bayesian Networks * State Machines * Rule-based inference * Fuzzy logic *... Platforms: Mac

License: Freeware Size: 10.24 KB Download (37): BitBrains Download

Added: June 25, 2013 | Visits: 375

SINCO - A Neural Network Library SINCO is a GPL library with functions to implement Artificial Neural Networks simulators. You are free to define the network (ilimited neurons and layers) and the functions (training, threshold, etc.). Platforms: *nix

License: Freeware Size: 81.92 KB Download (39): SINCO - A Neural Network Library Download

Released: November 05, 2000  |  Added: July 19, 2006 | Visits: 3.211

Trans-Dimensional Learning TDL - Win Neural Net Pattern Recog. Tool Quick, hassle-free automatic construction of NN by use of evolutionary processes. Trans-Dimensional Learning allows multiple data sets to be learned incrementally, regardless of differences in number of inputs and outputs. Complete graphical support of... Platforms: Windows

License: Freeware Size: 1.33 MB Download (674): Trans-Dimensional Learning Download

Added: January 18, 2010 | Visits: 1.090

AI::FuzzyInference AI::FuzzyInference is a Perl module to implement a Fuzzy Inference System. SYNOPSYS use AI::FuzzyInference; my $s = new AI::FuzzyInference; $s->inVar(service, 0, 10, poor => [0, 0, 2, 1, 4, 0], good => [2, 0, 4, 1, 6, 0], excellent => [4, 0, 6, 1, 8, 0], amazing => [6, 0, 8, 1,... Platforms: *nix

License: Freeware Size: 10.24 KB Download (109): AI::FuzzyInference Download

Added: January 07, 2010 | Visits: 1.102

annie annie stands for Artificial Neural Network Library and is a C++ API (library) for neural network training and execution. ersions exist for both Windows and flavours of Unix (tested on Linux). The library currently has support for training, saving and executing multi-layer perceptron,... Platforms: *nix

License: Freeware Size: 409.6 KB Download (112): annie Download

Added: January 17, 2010 | Visits: 1.004

AI::NNFlex AI::NNFlex is a base Perl class for implementing neural networks. SYNOPSIS use AI::NNFlex; my $network = AI::NNFlex->new(config parameter=>value); $network->add_layer( nodes=>x, activationfunction=>function); $network->init(); $network->lesion( nodes=>PROBABILITY,... Platforms: *nix

License: Freeware Size: 33.79 KB Download (94): AI::NNFlex Download

Added: March 09, 2010 | Visits: 1.109

AI::NNFlex::Backprop AI::NNFlex::Backprop project is a fast, pure perl backprop Neural Net simulator. SYNOPSIS use AI::NNFlex::Backprop; my $network = AI::NNFlex::Backprop->new(config parameter=>value); $network->add_layer(nodes=>x,activationfunction=>function); $network->init(); use... Platforms: *nix

License: Freeware Size: 33.79 KB Download (91): AI::NNFlex::Backprop Download

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: 944

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: 974

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: April 12, 2010 | Visits: 957

AI::FuzzyLogic AI::FuzzyLogic is a Perl module for Fuzzy Set Operations and Tools. SYNOPSIS use AI::FuzzyLogic; $i = new AI::FuzzyLogic $unittype, @numbers; # new set with one subset $i = new AI::FuzzyLogic age, 0, 0.1, 0.2, 0.1, 0; # same thing $i = new AI::FuzzyLogic $subset1, $subset2, $subset3; #... Platforms: *nix

License: Freeware Size: 24.58 KB Download (94): AI::FuzzyLogic Download

Added: August 12, 2010 | Visits: 825

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

Added: March 08, 2010 | Visits: 910

THC-FuzzyFingerprint Welcome to the world of Fuzzy Fingerprinting, a new technique to attack cryptographic key authentication protocols that rely on human verification of key fingerprints. It is important to note that while fuzzy fingerprinting is an attack against a protocol, it is not a cryptographic attack and... Platforms: *nix

License: Freeware Size: 204.8 KB Download (128): THC-FuzzyFingerprint 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: 542

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: 487

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

< 1 2 3 4 5 >