views:

328

answers:

2

Looking for neuronal network libraries (providing the basic multi-layer-perceptron with back-propagation and possibly teachers) i did find only libraries which seem to come from the 1990s and don't use more modern approaches (stl etc.) or small student projects.

Did i miss libraries that you know about?

update:
Support for mnist would be nice but is not necessary.
I can also search myself - it'd be interesting to hear about libraries others found very usable.

+2  A: 

There are some:

However, software engineering quality is not that high compared to say e.g. web frameworks. It's mostly researchers working on those, and they tend to have very tight deadlines. ;)

bayer
+2  A: 

Many libraries exist on SourceForge: (apply filter to c/c++ lang)
http://sourceforge.net/search/?words=neural&type_of_search=soft

To name a few:

Amro
Thanks, i will check them out at the weekend.
Georg Fritzsche