Writing a linear regression algorithm in Python
When starting with Machine Learning, there are couple of "Hello World" template algorithms that helps beginner understand how basic concepts of ML work. Linear ...
When starting with Machine Learning, there are couple of "Hello World" template algorithms that helps beginner understand how basic concepts of ML work. Linear ...
Assume, there is a following code in Python that needs to be executed in Jupyter notebook in Visual Studio Code. import somemodule import matplotlib.pyplot as ...
To organize Python files in your project you can or better should place them in directories to better manage and find them. Project setup I've set ...
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 ...
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. ...