Using CNTK and Python to learn from Iris data
In this blog post we are going to implement training and evaluation ANN model based on Iris data set using CNTK and Python. The Iris data ...
In this blog post we are going to implement training and evaluation ANN model based on Iris data set using CNTK and Python. The Iris data ...
WHen working with IotEdge, you might get following error, when executing setup or uninstall command with iotedgectl cli. 500 Server Error: Internal Server Error ("unable ...
Softmax is a function, which intuitively highlights large values and in the same time suppresses values, which are significantly below maximum value. For example, assume we ...
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 ...
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 ...