Open-source .NET neural network library?

Viewed 32536

Can anyone recommend a good open-source .NET neural network library?

Thanks!

8 Answers

Download Weka and convert from the jar file (Java bytecode) to .NET Framework (managed) dll through IKVM. Weka is aknowledged by many as a very good open-source library for machine learning. It includes neural networks.

Related