Sep 13, 2022 | .NET, AI, C#
In the previous article, I wrote about how you can use Huggingface transformers with ML.NET. The process is fairly simple, you need to convert the Huggingface model to the ONNX file format, and load it with ML.NET. However, while working with BERT Models from...
Jul 2, 2018 | .NET, C#, Machine Learning
Code that accompanies this article can be downloaded here. In the first article of machine learning in ML.NET saga, we explored basics of machine learning and we got our first look at Microsoft’s framework for this purpose. There we mentioned that machine...
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...