Projects

My fascination with programming started when I was introduced to Python through my master program at UiT, through my courses I’ve been able to delve deeper into Python as well as some R. Through my personal projects I’ve touched languages such as C, PHP, and JS. Listed below are some of the projects that I have worked on:

I am imageless

Workflow tools

Having good workflow tools is really important when working on several projects at the same time. This became more prominent in my later years at university where I had to balance several assignments at the same time as well as my personal programming projects. This led me to create som basic shell-scripts to help organize projects, as well as automate tedious tasks.

I am imageless

Clustering algorithms

Clustering is a form of unsupervised learning, where labels are inferred from similarities in the data. K means K-means is an iterative clustering algorithm that classifies unlabeled into K different classes by finding K mean values best representing the given dataset. Let $K$ be the number of clusters $i ∈ {1, 2, 3, . . . K}, i$ represent each individual cluster and the mean value assigned to it, and $D$ represent the dataset to perform the K-means clustering on:

I am imageless

Wordle solver

Wordle is a game similar to mastermind, in which you have guess the right word (sequence of letters). It also happens to be a favorite acticity when procrastinating. Having solved it a few times I wanted to create a program to solve it for me. Thus the work towards a wordle solver began.

This page

A side project of mine to get more comfortable with html and css, as well as a perfect platform to share some of my personal projects, as well as a way to share some of my favorite recipes and scribles.