Building Jekyll site for GH pages with custom plugins
I changed from manually deploying my blog to automatic deploying with Github Actions.
I changed from manually deploying my blog to automatic deploying with Github Actions.
Some takeaway points from my Master Thesis. You can find the code here and the project report here. A short version is also available as a paper draft here.
This post describes how to train a n-gram Language Model of any order using Wikipedia articles. The code used is available from my GitHub repo.
Implementation of the Smith-Waterman algorithm in Python using Dynamic Programming.
I attended a course about Advanced Programming Paradigms for my master studies (MSE course TSM_AdvPrPa) which introdu...