Info
Version: | 0.4.2 |
Author(s): | Stanislav Grigoriev |
Last Update: | Wednesday, August 28, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/StanislavGrigoriev/EasyCNTK |
NuGet Url: | https://www.nuget.org/packages/EasyCNTK |
Install
Install-Package EasyCNTK
dotnet add package EasyCNTK
paket add EasyCNTK
EasyCNTK Download (Unzip the "nupkg" after downloading)
Dependencies
- CNTK.GPU(>= 2.7.0)
- Microsoft.CSharp(>= 4.5.0)
Tags
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.