Jan 11, 2021 | .NET, AI, Machine Learning
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...
Sep 17, 2018 | .NET, AI, C#, Machine Learning
The code that accompanies this article can be downloaded here. In the previous articles, we explored what Self-Organizing Maps are and how you can implement them using Python and TensorFlow. One of the most interesting things about these networks is that they utilize...
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...
Jun 25, 2018 | .NET, C#, Machine Learning
Code that accompanies this article can be downloaded here. In the previous article, we had a chance to look at the basics of machine learning and we got introduced to the way ML.NET framework is working. For that purpose, we have used Iris Dataset, which is a very...