C# 11 – Top 5 Features in the new C# Version

C# 11 – Top 5 Features in the new C# Version

Subscribe and receive free guide -Ultimate Data Visualization Guide* indicates required Email Address * I love writing about new features of C# and publish an article about it every year. This year is not an exception and I waited for C# 11 with a lot of excitement....
C# 10 – Top 5 Features in the new C# Version

C# 10 – Top 5 Features in the new C# Version

Subscribe and receive free guide -Ultimate Data Visualization Guide* indicates required Email Address * C# has been around for a while. Since January 2002, to be more precise. As we wait for the 20th birthday of this popular programming language, we got its new...
Machine Learning with ML.NET – NLP with BERT

Machine Learning with ML.NET – NLP with BERT

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...
Machine Learning with ML.NET – Linear Regression

Machine Learning with ML.NET – Linear Regression

Deep Learning and Machine Learning are no longer a novelty. Many applications are utilizing the power of these technologies for cheap predictions, object detection and various other purposes. In this article, we cover the Linear Regression. You will learn how Linear...