Are there any good (functional) neural network simulators for Windows?

I tried using SNNS, but only on a Linux machine, and this is pretty terrible. Since my home machine is Windows 7, I was hoping that a decent neural simulator would appear on Windows. SNNS has a Java version, but it is equally no worse than use.

Any suggestions?

+4
source share
3 answers

Assuming you want a free solution, Emergent and Neural Lab . Emergent has a better community, plus Neural Lab is still evolving. There are paid programs, but I believe that emu should work just as well (it probably has a worse interface - that's all).

+3
source

The Fast Artificial Neural Network Library (FANN) is a free, open source neural network library that implements multilayer C artificial neural networks and supports both fully and loosely coupled networks. FANNTool is the FANN library GUI that makes it easy to use without programming

http://code.google.com/p/fanntool/

+2
source

I don't know anything about this topic, but maybe this comparison table will help?

Neural simulators

+1
source

Source: https://habr.com/ru/post/1337809/


All Articles