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

Horseracing Neural Usa freeware
Filter: All | Freeware | Demo
 

Horseracing Neural Usa

< 1 2 3 4 5 > 
Added: July 28, 2013 | Visits: 486

Simple Neural Network The attached zip file contains what is needed to implement a two layer neural network. This will hopefully be the first part of a broader collection of neural network tools.It can be used to train and simulate a NN with two layers, an input layer and an output layer. The output layer's activation...



Platforms: Matlab

License: Freeware Size: 20.48 KB Download (49): Simple Neural Network Download

Neural Network Simulation of non-linear Mass Spring Damper -Compatible with pre-2010 vers. of Matlab and Neural network toolbox-Trains a perceptron for the spring and one for the damper. -Runs a simulation with forcing function and noise.-If you don't have the toolbox, you can still use my back-propagation.





Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Neural Network Simulation of non-linear Mass Spring Damper Download

Added: August 09, 2013 | Visits: 487

Neural Network training using the Extended Kalman Filter The extended Kalman filter can not only estimate states of nonlinear dynamic systems from noisy measurements but also can be used to estimate parameters of a nonlinear system. A direct application of parameter estimation is to train artificial neural networks. This function and an embeded example...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Neural Network training using the Extended Kalman Filter Download

Added: July 07, 2013 | Visits: 486

Linear matrix-based neural network This is a learning model for matrix-based data. It can be more efficient than standard vector-based models when the training sample is small or the inputs are matrices, since this model has less parameters than standard ones and exploits an inner structure of the inputs. This model can be...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Linear matrix-based neural network Download

Morphological Shared-Weight Neural Network for Face Recognition We introduce an algorithm based on the morphological shared-weight neural network. Being nonlinear and translation-invariant, the MSNN can be used to create better generalization during face recognition. Feature extraction is performed on grayscale images using hit-miss transforms that are...


Platforms: Matlab

License: Freeware Size: 18.26 MB Download (53): Morphological Shared-Weight Neural Network for Face Recognition Download

Added: June 25, 2013 | Visits: 374

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: February 05, 2002  |  Added: January 11, 2006 | Visits: 5.523

USA Patriotic Show off your American pride! This patriotic screen saver displays red, white and blue animated fireworks bursting over six different all-American scenes. Backgrounds include the American flag, Statue of Liberty, bald eagle, rider on horseback with flag, Mount Rushmore, and the Liberty Bell in...


Platforms: Windows

License: Freeware Size: 696 KB Download (156): USA Patriotic Download

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

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

Released: March 04, 1998  |  Added: May 11, 2006 | Visits: 3.754

Fuzzy Symbolic Connectionist v(1.0) fSC-Net - Win Neural Net Fuzzy Pattern Recognition. Quick, hassle-free automatic construction of Neural Networks. Incremental learning. Support of fuzzy logic. Hybrid symbolicconnectionist representation. Complete graphical support of training and testing. Point and click recall of network...


Platforms: Windows

License: Freeware Size: 764 KB Download (1049): Fuzzy Symbolic Connectionist Download

Added: February 15, 2006 | Visits: 3.415

Living American  USA Flag "Old Glory" has lived with us for over 300 years. It's stars and stripes of red, white and blue have led us into battles against giants and helped us overcome our fears and establish our freedoms. Its stars have gradually increased in number while a nation was being born. It has been a waving...


Platforms: Windows

License: Freeware Size: 2.71 MB Download (120): Living American USA Flag Download

Added: January 07, 2010 | Visits: 1.101

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.003

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

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

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

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

< 1 2 3 4 5 >