SodiumPlus 1.0.13

There is a newer version of this package available.
See the version list below for details.
dotnet add package SodiumPlus --version 1.0.13
NuGet\Install-Package SodiumPlus -Version 1.0.13
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="SodiumPlus" Version="1.0.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SodiumPlus --version 1.0.13
#r "nuget: SodiumPlus, 1.0.13"
#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 SodiumPlus as a Cake Addin
#addin nuget:?package=SodiumPlus&version=1.0.13

// Install SodiumPlus as a Cake Tool
#tool nuget:?package=SodiumPlus&version=1.0.13

A powerful neural network library for creating perceptron for classifying inputs. Also see SodiumPlusTraining for training neural networks using the error backpropagation approach.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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 (2)

Showing the top 2 NuGet packages that depend on SodiumPlus:

Package Downloads
SodiumPlusTraining

A library for training neural networks created with SodiumPlus

SodiumPlusSerialization

A library for serializing/deserializing neural networks created with SodiumPlus

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.14 1,589 2/21/2017
1.0.13 1,085 2/19/2017
1.0.12 1,011 2/19/2017
1.0.11 2,032 2/17/2017

Fixed issues that prevented the package being installed.