Neural.NET
1.0.2
Highly extendable neural network framework. Allows you to customly define number of features (inputs), how many hidden layers exist and how many nodes exist on each layer, as well as how many output neurons there are.
Install-Package Neural.NET -Version 1.0.2
dotnet add package Neural.NET --version 1.0.2
<PackageReference Include="Neural.NET" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Neural.NET --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Performance improvements.
Dependencies
-
- MathNet.Numerics (>= 3.17.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.