Better NN EA development - page 34

 

Good Resources for NN library and Computing power

hi to all ,

these are good resources for NN library in C and C++:

1-FANN library by Steffen Nissen (Fast Artificial Neural Network Library)

Fast Artificial Neural Network Library

2-LWNN library by Peter van Rossum (Light Weight Neural Network Library)

SourceForge.net: Lightweight Neural Network

3-A good hardware acceleration for large computational application:

by using GPU multi processing threads (NVIDIA CUDA , AMD ATI...)

Nvidia is provided a good C library for using GPU power in your application

a comparision:

(Intel Core 2 Quad Extreme QX9770 : less than 100 GFLOPS (single 32bit float) or (double 64bit float) )

(NVIDIA GTX260 , GTX280: 933 GFLOPS(single 32bit float) and 100 GFLOPS (double 64bit float))

CUDA Zone -- The resource for CUDA developers

 

I have a new version of SVM_EA for windows.

Try it.You can change the parameters in MT4.

Copy Project2.dll --> libraries and the EA-->experts

TP=SL=60

 

SVM_EA_v17a

TP=SL=50

 

SVM_EA_v17b

TP=SL=70

 

SVM_EA_v17c

TP=SL=80

 

TrainTimeFrame=PERIOD_H1;

TrainTimeFrame=PERIOD_M5;

Files:
svm_17__.gif  17 kb
svm_17.gif  20 kb
 

SVM_EA_v20

TrainTimeFrame=PERIOD_M5;

TP=SL=60

 

SVM_EA_v20a

TrainTimeFrame=PERIOD_M5;

TP=SL=50

 

SVM_EA_v20b

TrainTimeFrame=PERIOD_M5;

TP=SL=70

 

SVM_EA_v20c

TrainTimeFrame=PERIOD_M5;

TP=SL=80

Reason: