Aug 29, 2022 | .NET, AI, Machine Learning, Python
This year after the Build conference, we got a real feeling that one of the main areas in which Microsoft tried to improve is how Machine Learning and Artificial Intelligence applications are developed. Until recently, it was not easy to create a machine learning...
Apr 26, 2021 | .NET, AI, C#, Machine Learning
In the previous article, we have explored how we can use BERT with ML.NET for the question and answering NLP task. In this article, we explore another kind of NLP task – Sentiment analysis. This type of analysis is used to determine if some textual data is...
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...
Mar 22, 2021 | .NET, AI, C#, Machine Learning
It is always fun and educational to read deep learning scientific papers. Especially if it is in the area of the current project that you are working on. However, often these papers contain architectures and solutions that are hard to train. Especially if you want to...