ObcidiaNetwork 0.2.4

dotnet add package ObcidiaNetwork --version 0.2.4
NuGet\Install-Package ObcidiaNetwork -Version 0.2.4
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="ObcidiaNetwork" Version="0.2.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ObcidiaNetwork --version 0.2.4
#r "nuget: ObcidiaNetwork, 0.2.4"
#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 ObcidiaNetwork as a Cake Addin
#addin nuget:?package=ObcidiaNetwork&version=0.2.4

// Install ObcidiaNetwork as a Cake Tool
#tool nuget:?package=ObcidiaNetwork&version=0.2.4

A simple lightweight Neural network library, suitable for education and enthusiasts. Currently in development and not finished yet, please look forward for updates.

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.

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.2.4 1,048 2/17/2017
0.2.3 887 2/11/2017
0.2.2 912 2/11/2017

Added the ability to debug through TCP IP protocols, stabilized performance, minor fixes.