FANNCSharp-x64 0.1.8

dotnet add package FANNCSharp-x64 --version 0.1.8
NuGet\Install-Package FANNCSharp-x64 -Version 0.1.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FANNCSharp-x64" Version="0.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FANNCSharp-x64 --version 0.1.8
#r "nuget: FANNCSharp-x64, 0.1.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
0.1.8 7,598 4/8/2016
0.1.7 1,550 2/8/2016
0.1.4 1,310 4/8/2016
0.1.3 1,932 1/9/2016

This is the version 0.1.8 pre-release of FANNCSharp. This release has the following changes:

NuGet package actually works now.