Deploying AI models

wandb.ai

A few times in your life you will experience situations when you’ll see something and immediately know that “that’s it”. My latest that kind of situation was when I opened wandb.ai or the first time. Let’s start from the beginning. So, you want to train an AI model. Of course, ... Read More
JavaScript Programming

JavaScript for DataScience

Like it or not, JavaScript is here to stay. Tensorflow models can be accessed by JavaScript, so do Torch ones. And node.js is something that allows to use JavaScript in command line. So, deal with it, on the proper way, and take the best of JavaScript. Of course, you don’t ... Read More
Deploying Machine Learnng Models

Deploying Machine Learning Models

Introduction Deploying machine learning models into production is a separate step of the Machine Learning pipeline. It comes after the research phase, covered with analyzing data, feature engineering, and feature selection. The Machine Learning model shows its full value when the company that produced it is generating predictions using fully ... Read More