Data Preparation Tool for Machine Learning
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 ...
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 ...
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. ...