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...
Image Classification With TensorFlow.js

Image Classification With TensorFlow.js

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...
Performance testing FastAPI ML APIs with Locust

Performance testing FastAPI ML APIs with Locust

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...
Receptive Field Calculations for Convolutional Neural Networks

Receptive Field Calculations for Convolutional Neural Networks

Subscribe and receive free guide -Ultimate Data Visualization Guide with Python* indicates required Email Address * In the past couple of years, convolutional neural networks became one of the most used deep learning concepts. They are used in a variety of industries...