Use CNTK and LSTM in Time Series prediction with .NET and C#
This post shows how to model Time Series data using CNTK library, and LSTM RNN in C# programming language. Originally the tutorial is written in Python so this would give .NET community more examples how to use CNTK in .NET. ...