Using CNTK and C# to train Mario to drive Kart
Introduction In this blog post I am going to explain one of possible way how to implement Deep Learning ML to play video game. For this ...
Introduction In this blog post I am going to explain one of possible way how to implement Deep Learning ML to play video game. For this ...
Recently, I was playing with CNTK object detection API, and produced very interesting model which can recognize the Nokia3310 mobile phone. As you probably already know Nokia3310 is legendary mobile phone which was popular 15 years ago, and recently re-branded by Nokia. ...
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. ...