Understanding Gradient Descent with Python

Understanding Gradient Descent with Python

The code that accompanies this article can be received after subscription * indicates required Email Address * So far in our journey through the Machine Learning universe, we covered several big topics. We investigated some regression algorithms,...
Scraping Images with Python

Scraping Images with Python

The code that accompanies this article can be received after subscription * indicates required Email Address * Process of building machine learning, deep learning or AI applications has several steps. One of them is analysis of the data and finding which parts of it...
Test Driven Development (TDD) with Python

Test Driven Development (TDD) with Python

The code that accompanies this article can be received after subscription * indicates required Email Address * Bugs! Every application has it and no matter how careful you are you will create one sooner or later. Especially if you are working on large enterprise...