EasyCNTK 0.4.2
C# library for easy Deep Learning and Deep Reinforcement Learning. It is wrapper over C# CNTK API. Has implementation of layers (LSTM, Convolution etc.), optimizers, losses, shortcut-connections, sequential model, sequential multi-output model, agent teachers, policy gradients, actor-critic etc.
Contains helpers for work with dataset (split, statistics, SMOTE etc).
Allows train, evaluate and inference deep neural networks in style similar to Keras.
Install-Package EasyCNTK -Version 0.4.2
dotnet add package EasyCNTK --version 0.4.2
<PackageReference Include="EasyCNTK" Version="0.4.2" />
paket add EasyCNTK --version 0.4.2
#r "nuget: EasyCNTK, 0.4.2"
Release Notes
Bugfix: https://github.com/StanislavGrigoriev/EasyCNTK/issues/2
Dependencies
-
.NETStandard 2.0
- CNTK.GPU (>= 2.7.0)
- Microsoft.CSharp (>= 4.5.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.