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...
May 11, 2022 | AI, JavaScript, Machine Learning
The code that accompanies this article can be received after subscription * indicates required Email Address * When I was a kid every almost every superhero had a voice-controlled computer. So you can imagine how my first encounter with Alexa was a profound experience...
May 10, 2022 | AI, JavaScript, Machine Learning
The code that accompanies this article can be received after subscription * indicates required Email Address * A couple of days ago news about DALL-E 2 and its ability to create realistic images from text descriptions took the world by storm. Even though, this news...
May 9, 2022 | AI, JavaScript, Machine Learning
The code that accompanies this article can be received after subscription * indicates required Email Address * Open-source library TensorFlow.js was introduced about a couple of years ago. However, I didn’t manage to try it out up until now. In this article, we...
Mar 21, 2022 | AI, Python
The code that accompanies this article can be received after subscription * indicates required Email Address * MLOps knowledge has become one of the major skills that one machine learning engineer can have. However, putting a machine learning model into production...