Set up a SvelteKit website in GitHub Pages
In this article, I’ll show you how to use GitHub Pages to host your SvelteKit website. First of all, there are some things to consider when using GitHub Pages: It can only host static websites...
In this article, I’ll show you how to use GitHub Pages to host your SvelteKit website. First of all, there are some things to consider when using GitHub Pages: It can only host static websites...
In this article we’ll work with the Doom vs Animal Crossing dataset. A computer vision challenge to classify images from two different subreddits. The data The data was taken from Reddit’s /r/Doom...
This time we’ll use the Yu-Gi-Oh! Cards dataset to derive some insight on one of the most popular trading card games of all time. The setting Yu-Gi-Oh is my favorite card game. In fact, this websi...
In this article, we’ll take a look at what is probably the most well-known competition on Kaggle: Titanic - Machine Learning from Disaster The problem The task here is pretty simple: Given some in...
In this article, I’ll discuss a bit about my experience working with the 5 Million Song Lyrics Dataset, which contains data from Genius, a place where anyone can update information on songs from th...
This is the meta entry to the Road to Grandmaster series. Here I will briefly explain what Kaggle is and what I hope to achieve. Kaggle Kaggle is a platform for data science and machine learning w...
Binary search is one of the classic algorithms in computer science, with its first implementation dating back to somewhere in the 1940s or 1950s. It solves the problem of finding a number in a sort...