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

Neural Network For Forex freeware
Filter: All | Freeware | Demo
 

Neural Network For Forex

< 1 2 3 4 5 > 
Released: August 22, 2012  |  Added: August 22, 2012 | Visits: 670

Interactive Neural Network Simulator iSNS is an interactive neural network simulator written in Java/Java3D. The program is intended to be used in lessons of Neural Networks. The program was developed by students as the software project at Charles University in Prague.



Platforms: Windows, Mac, Linux

License: Freeware Size: 7.61 MB Download (58): Interactive Neural Network Simulator Download

Released: October 04, 2012  |  Added: October 04, 2012 | Visits: 557

Java Neural Network Framework Neuroph Neuroph is lightweight Java Neural Network Framework which can be used to develop common neural network architectures. Small number of basic classes which correspond to basic NN concepts, and GUI editor makes it easy to learn and use.





Platforms: Windows, Mac, Linux

License: Freeware Size: 347.34 KB Download (50): Java Neural Network Framework Neuroph Download

Added: March 24, 2013 | Visits: 493

CNN - Convolutional neural network class This project provides matlab class for implementation of convolutional neural networks. This networks was developed by Yann LeCun and have sucessfully used in many practical applications, such as handwritten digits recognition, face detection, robot navigation and others (see references for more...


Platforms: Matlab

License: Freeware Size: 1.28 MB Download (45): CNN - Convolutional neural network class Download

Function Approximation Using Neural Network Without using Toolbox This code implements the basic back propagation of error learning algorithm. the network has tanh hidden neurons and a linear output neuron, and applied for predicting y=sin(2pix1)*sin(2pix2).We didn't use any feature of neural network toolbox.


Platforms: Matlab

License: Freeware Size: 112.64 KB Download (39): Function Approximation Using Neural Network Without using Toolbox 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: January 07, 2010 | Visits: 1.100

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: February 24, 2010 | Visits: 799

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

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

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: July 25, 2012  |  Added: July 25, 2012 | Visits: 493

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: 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: November 19, 2012  |  Added: November 19, 2012 | Visits: 540

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

Added: June 27, 2013 | Visits: 319

Parzen PNN This little package contains a Parzen Neural Network classifier that can classify data between N classes in D dimensions. The classifier is really fast and simple to learn. The good classification performance can be obtained for a certain class of data distributions. Other classifiers must be...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Parzen PNN 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

Character Recognition Example (I&II): Pre-processing of Image This demo shows some examples for image pre-processing before the recognition stage. the first example is just some commnads of image processing which are commonly used for preprocessing, while the second example shows how to use the simple command to automate the image processing stage...


Platforms: Matlab

License: Freeware Size: 81.92 KB Download (43): Character Recognition Example (I&II): Pre-processing of Image Download

Added: July 25, 2013 | Visits: 452

SICNN This Program allows a Neural Network in conjuction with Image Processing to compute the best picture quality. This is done by splitting the Image into Its RGB components.


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): SICNN Download

Added: October 15, 2013 | Visits: 558

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: August 03, 2013 | Visits: 363

GUI for Cellular Neural Network Cellular neural networks (CNN) are a parallel computing paradigm similar to neural networks, with the difference that communication is allowed between neighbouring units only.in this system, 'A' template is feedback matrix, and 'B' template is control matrix.also, 'I' is Bias value.all image...


Platforms: Matlab

License: Freeware Size: 51.2 KB Download (40): GUI for Cellular Neural Network Download

Added: July 16, 2013 | Visits: 551

Neural Network training using the Unscented Kalman Filter Similar to using the extended Kalman filter, Neural Networks can also be trained through parameter estimation using the unscented Kalman filter. This file provides a function for this purpose. It also includes an example to show how to use this function. It requires the unscented Kalman filter,...


Platforms: Matlab

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

Added: June 21, 2013 | Visits: 481

Neural Mesh Neural Mesh is a purely PHP, fast, easy Neural Network Manager, Administrator and Framework.The highlight of the project is that it allows you to integrate Artificial Intelligence into your applications, quickly and easily, no matter what your experience.


Platforms: PHP

License: Freeware Size: 102.4 KB Download (43): Neural Mesh 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

< 1 2 3 4 5 >