Info
Version: | 0.1.8 |
Author(s): | Joel Self, Steffen Nissen |
Last Update: | Friday, April 8, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/joelself/FannCSharp |
NuGet Url: | https://www.nuget.org/packages/FANNCSharp-x86 |
Install
Install-Package FANNCSharp-x86
dotnet add package FANNCSharp-x86
paket add FANNCSharp-x86
FANNCSharp-x86 Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Cross-platform execution in both fixed and floating point are supported.
It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast.
Fann C# is a wapper around FANN that lets you use the FANN libraries from C# on Windows.
Currently all methods of the neural_net and training_data classes have been implemented. Additionally the new FANN parallel methods have been added as part of the NeuralNet classes.