Thread: Neural Networks
View Single Post
  #83 (permalink)  
Old 09-01-2008, 11:47 PM
OnTheRoad's Avatar
OnTheRoad OnTheRoad is offline
Member
 
Join Date: Apr 2008
Posts: 53
OnTheRoad is on a distinguished road
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
Reply With Quote