Probabilistic Forecasting with LightGBM and Dask
Use LightGBM to make probabilistic predictions of a continuous variable. We cover aspects about the model architecture, training and evaluation that are specific for probabilistic...
Use LightGBM to make probabilistic predictions of a continuous variable. We cover aspects about the model architecture, training and evaluation that are specific for probabilistic...
Learn how to build an intelligent conversational AI system that combines RAG with your own documents, deployed on Kubernetes. This guide demonstrates how to create...
Investigate strategies for reallocating investments from a risk-free asset class to a risky class. This article uses stochastic modeling, including Geometric Brownian motion, to analyze...
We simplify the likelihood function obtained when regressing on categorical variables. This speeds up the variational inference implementation in tensorflow.
We provide a minimal example how to serve tensorflow models on a Kubernetes cluster and monitor them with Prometheus and Grafana. To expose the models...
We will containerize and deploy a MLflow server on a Kubernetes cluster on Google cloud. We will also create the MLflow backend DB, the artifact...
We explain the application of the Bayesian inference approach to the case of having multiple trajectories of a stochastic process. We will consider an analytically...
The Bayesian inference approach gives us the opportunity to systematically combine and update our prior beliefs about the model parameters with new evidence. In the...
Visualize random locations, vehicle trajectories and vehicle telematics data.
Real-Time Bidding (RTB) has become a relevant paradigm in display advertising. It mimics stock exchanges and utilizes computer algorithms to buy and sell ads in...
Federated learning is a machine learning technique that trains a model across multiple decentralized devices, each of them holding a local data sample, without exchanging...
We will look at the problem of navigating through a dynamically changing map. It can be represented as a sequence of optimization problems for every...