NNLib library implements MLP neural network, gradient descent and Levenberg–Marquardt algorithms.
Info
Version: | 1.2.40 |
Author(s): | Marek Pękala |
Last Update: | Tuesday, February 2, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/NNLib |
Install
Install-Package NNLib
dotnet add package NNLib
paket add NNLib
NNLib Download (Unzip the "nupkg" after downloading)
Dependencies
- MathNet.Numerics(>= 4.12.0)