Skip to content
View triceraz's full-sized avatar
🤩
🤩

Organizations

@tenki-labs

Block or report triceraz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
triceraz/README.md

Andreas Grønbeck

BSc student in Machine Learning and Artificial Intelligence
at the University of Oslo, graduating 2028.

| LinkedIn | andgron@uio.no |

What I'm working on

Punktlig — Machine learning models that beat Entur's official public transport delay predictions.

Entur publishes realtime arrival estimates but no history, so I archive both the predictions and the ground truth and train against the live production system as the baseline. Gradient boosted trees on a time-based split with no lookahead: 23% lower MAE than Entur's own estimates, weighted across horizons, on 167k held-out rows. Quantile regression adds calibrated arrival intervals, which the official feed does not offer at all.

The README documents the ablations, the learning curve, and the cases where the model loses.

Previously

Tenki Labs — Cofounder, 2026. Norwegian AI lab training and serving local LLMs on hardware it owns, with open benchmarks for Norwegian. I was the lead developer and worked on Hugin and Munin, the Norwegian fine-tunes, and on the research around them. Sold and exited in 2026.

Other projects

LMC Simulator — A Little Man Computer assembler and executor in Python, with branch labels, ASCII output and a library of example programs. Built because the browser-based simulator we were recommended in IN1020 was old, couldn't save anything, and I wanted something that ran in the terminal.

Technologies

Familiar with

Technologies I have used extensively

Have dipped my toes into

Technologies that I have used, but not extensively

Learning

Technologies I'm picking up now

Pinned Loading

  1. Punktlig Punktlig Public

    Machine learning models that beat Ruters official public transport delay predictions

    Python

  2. lmc-simulator lmc-simulator Public

    A small Python script to simulate the Little Man Computer

    Python 2

  3. conways-game-of-life-java conways-game-of-life-java Public

    My first take at Java, implementing conways game of life.

    Java