ANNdotNET the first GUI based CNTK tool
ANNdotNET ANNdotNET is windows desktop application written in C# for creating and training ANN models. The application relies on Microsoft Cognitive Toolkit, CNTK, and it is ...
ANNdotNET ANNdotNET is windows desktop application written in C# for creating and training ANN models. The application relies on Microsoft Cognitive Toolkit, CNTK, and it is ...
Regardless of machine learning library you use, the data preparation is the first and one of the most important step in developing predictive models. It is ...
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 ...
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 ...