Projects
These are some of the projects I've worked on. They differ in scope, and many are just things I've done for personal use. Hopefully some of them will be useful or entertaining to you as well!
Data Structures Overview
An overview of data structures covering the same topics as an entry level course. Useful companion for any such course.
Only available in Swedish.
Face Detection
Face detection implemented in Java using Viola-Jones Object Detection Framework, created as part of a Chalmer’s introductory course to artificial intelligence.
Gaussian Elimination
Matrix triangulation implementation in the MIPS assembly language. Written as part of a Chalmer’s course and ranked as the second most efficient solution.
Checkout the code repository or read the accompanying report.
MCTS in Two Player Snake
Game playing system using Monte Carlo Tree Search to play a two-player snake game.
Numpy Optimization
Optimize Python code by using numpy