BERT Tokenizers NuGet Package for 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...
Introduction to Machine Learning with C# and ML.NET
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...
Implementing & Testing Repository Pattern using Entity Framework
There are many blog posts and misconceptions about Repository Pattern, especially since the introduction of the OR/M libraries, like Entity Framework. In this article, we will investigate why this pattern is still useful, what are the benefits of using it and how we...
C# 10 – Top 5 Features in the new C# Version
Subscribe and receive free guide -Ultimate Data Visualization Guide* indicates required Email Address * C# has been around for a while. Since January 2002, to be more precise. As we wait for the 20th birthday of this popular programming language, we got its new...

