Open Source Neural Network Library [closed]
问题 I am looking for an open source neural network library. So far, I have looked at FANN, WEKA, and OpenNN. Are the others that I should look at? The criteria, of course, is documentation, examples, and ease of use. 回答1: Last update: 2019/01/07 (I will update this answer from time to time...) Simple Implementations of Neural Networks FANN is a very popular implementation in C/C++ and has bindings for many other languages. I think WEKA hasn't got a very good implementation for neural networks.