Skip to content

TCGV/NeuralNetCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralNetCore

Porting of the Microsoft Cognitive Toolkit (CNTK) Recurrent Neural Network (RNN) python example to .NET Core

a) Download CNTK version 2.6 (Windows+Linux) from:

b) Extract it to C:\Local\cntk-2.6

c) Add the binarie path C:\Local\cntk-2.6\cntk to the PATH environment variable

d) Install Microsoft C++ Redistributable 2013 and Microsoft C++ Redistributable 2017

e) Run the test project dotnet test --framework netcoreapp2.1

Refactored from:

About

CNTK RNN implementation in .NET Core

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages