The Accord.NET Framework http://accord-framework.net
The Accord.NET Framework provides machine learning, mathematics, statistics, computer vision, computer audition, and several scientific computing related methods and techniques to .NET. The project extends the popular AForge.NET Framework providing a more complete scientific computing environment.
The GitHub repository at https://github.com/accord-net/framework is the official home of the project after release 2.10 was finished. As such, new releases will only be made available on this repository.
-
Download the framework through NuGet: https://www.nuget.org/packages?q=accord.net
-
Follow the Getting Started Guide http://accord-framework.net/get-started.html
-
Check the sample applications and find one that is related to what you need. http://accord-framework.net/samples.html
If you have installed the framework using the installer, the samples will be at
C:\Program Files (x86)\Accord.NET\Framework\Samples
You can open the Samples.sln solution on Visual Studio and check the sample applications for examples. Complete documentation is also available online at
- Clone the repository (SmartGit is the best Git tool available for Windows)
- Open Sources/Accord.NET.sln in Visual Studio (works with Express versions)
sudo apt-get install mono-complete monodevelop monodevelop-nunit
git clone https://github.com/accord-net/framework.git
cd framework
mdtool build -c:"NET40" Sources/Accord.NET.Mono.sln
Join the chat at https://gitter.im/accord-net/framework