Implementing Simple Neural Network in C#

Implementing Simple Neural Network in C#

Often we forget that we stand on the shoulders of giants. Machine Learning, Deep Learning and AI have gained such traction, that there are many frameworks available. Today, it is really easy to pick the framework (for example ML.NET) of our choosing and start the...
Hugging Face Endpoints on Azure

Hugging Face Endpoints on Azure

Last week at the Build conference, Microsoft presented a bunch of new ideas, improvements and platforms that it is gonna take us a couple of months to digest all of that. One of the most exciting news (at least for a bunch at Rubik’s Code) was that Azure will...
C# 10 – Top 5 Features in the new C# Version

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...
.NET 6: Top 6 Features in the new .NET Version

.NET 6: Top 6 Features in the new .NET Version

Subscribe and receive free guide -Ultimate Data Visualization Guide with Python* indicates required Email Address * Microsoft .NET 6 is released on November 9th. Over the course of a previous couple of months, we got several preview releases and 2 release...
Using Huggingface Transformers with ML.NET

Using Huggingface Transformers with ML.NET

Subscribe and receive free guide -Ultimate Data Visualization Guide with Python* indicates required Email Address * Recently I had a request from a client to improve their NLP models in their solution. The request wouldn’t be so intriguing if  it didn’t...
.NET Interactive Notebooks for Machine Learning

.NET Interactive Notebooks for Machine Learning

The code that accompanies this article can be received after subscription * indicates required Email Address * A couple of months ago, Microsoft released the integration of Jupyter Notebooks into Visual Studio Code. This on its own was a big deal for me, because VS...