Jul 6, 2021 | AI, Machine Learning, Python
The code that accompanies this article can be received after subscription * indicates required Email Address * When talking about neural networks and deep learning, we usually think about feed-forward neural networks and supervised learning. To be more precise, we are...
Jun 29, 2021 | AI, Machine Learning, Python
The code that accompanies this article can be received after subscription * indicates required Email Address * In a previous couple of articles, we specifically focused on the performance of machine learning models. First, we talked about how to quantify machine...
May 31, 2021 | AI, Python
Deepfakes have entered mainstream culture. These realistic-looking fake videos, in which it seems that someone is doing and/or saying something even though they didn’t, went viral a couple of years ago. Today artists and bands, like Steven Wilson and...
Apr 19, 2021 | .NET, AI, C#
So far, in our ML.NET journey, we were focused on computer vision problems like Image Classification and Object Detection. In this article, we change a direction a bit and explore NLP (Natural Language Processing) and the set of problems we can solve with machine...
Apr 12, 2021 | .NET, AI, C#, Machine Learning
So far in our journey through Machine Learning with ML.NET, we used different machine learning algorithms to solve various tasks. Usually, at the end of each tutorial, we showed some metrics that determine how well the algorithms performed, but we haven’t...