Can anyone recommend a good open-source .NET neural network library?
Thanks!
Can anyone recommend a good open-source .NET neural network library?
Thanks!
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.
https://dotnet.github.io/infer/ Infer.NET is a framework for running Bayesian inference in graphical models.