Jul 15, 2019 | .NET, AI, Machine Learning
As a person coming from .NET world, it was quite hard to get into machine learning right away. One of the main reasons was the fact that I couldn’t start Visual Studio and try out these new things in the technologies I am proficient with. I had to solve another...
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...
Jan 7, 2019 | .NET, AI, C#, Machine Learning, Python, Series
The path to learning story of Restricted Boltzmann Machine is bumpy. First, we needed to learn what are Energy-Based Models, the group of machine learning models that Restricted Boltzmann Machine is a part of. Then we need to explore functionalities of vanilla...
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,...
Sep 26, 2018 | .NET, AI, C#, Machine Learning, Python, Series
So far in our artificial neural network series, we have covered only neural networks that are using supervised learning. To be more precise, we only explored neural networks that have input and output data available to them during the learning process. Based on this...
Jul 9, 2018 | .NET, C#, Machine Learning
The code that accompanies this article can be downloaded here. In the previous articles, we explored how we can use Microsoft’s new framework for machine learning – ML.NET. We used different datasets for different purposes and explored how to solve...