Feb 1, 2021 | .NET, AI, C#, Machine Learning
In the previous article, we started exploring some of the basic machine learning algorithms and learned how to use ML.NET. There we covered Linear Regression, its variations and we implemented it from scratch with C#. In this article, we focus on the classification...
Feb 18, 2019 | .NET, AI, Machine Learning
Check out new guide with ML 1.0 here. Code that accompanies this article can be downloaded here. Several months ago I wrote a series of articles about ML.NET. Back then ML.NET was at its infancy and I used 0.3 version to solve some real-world problems. One of my...
Oct 15, 2018 | .NET, AI, C#, Machine Learning
The code that accompanies this article can be downloaded here. In the previous article, we had a chance to see what is the Restricted Boltzmann Machine and how it functions and learns. The path was bumpy because first, we needed to learn what are Energy-Based Models,...