All Azure Cognitive Services at-once
Azure platform offers many REST based so called cognitive-services, which solves different kinds of cognitive tasks. The idea of this post is to provide very simple ...
Azure platform offers many REST based so called cognitive-services, which solves different kinds of cognitive tasks. The idea of this post is to provide very simple ...
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. ...