View of Busan

Hi, I'm Dennis. I'm a software engineer and here I write about things I dig into - mostly AI/ML, Wasm, and Java. I share what I learned to help others and my future self. You can read more about me on the About page.

ML

Dataset preparations for training a machine learning model

When the features are collected, they can be used for training a model. This post takes look at the preparation of the training pipeline.

Read →

ML

Training two models for better results in recommendation systems

Training one model for two different intents can lead to issues in recommendation systems. Two models trained on different signals can help to omit this issue.

Read →

Wasm

docfind - the static search for the VSCode site

ML

Technical view of a recommendation system

A technical view on the RSS digest which provides insights into how a recommendation system works.

Read →

ML

Selecting the features for the RSS digest

Beside of labels the inputs for an ML model need to be selected. This article gives insights into some thoughts and concepts.

Read →

ML

Collecting labels to train a model for an RSS digest

This article shows how to collect and store labels for to train a model for an RSS digest.

Read →