FANNCSharp-x64
0.1.8
dotnet add package FANNCSharp-x64 --version 0.1.8
NuGet\Install-Package FANNCSharp-x64 -Version 0.1.8
<PackageReference Include="FANNCSharp-x64" Version="0.1.8" />
paket add FANNCSharp-x64 --version 0.1.8
#r "nuget: FANNCSharp-x64, 0.1.8"
// Install FANNCSharp-x64 as a Cake Addin #addin nuget:?package=FANNCSharp-x64&version=0.1.8 // Install FANNCSharp-x64 as a Cake Tool #tool nuget:?package=FANNCSharp-x64&version=0.1.8
Fast Artificial Neural Network (FANN) Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks.
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This is the version 0.1.8 pre-release of FANNCSharp. This release has the following changes:
NuGet package actually works now.