Posts by Category

project

Generalized Tic Tac Toe web app

less than 1 minute read

I recently built a web app that plays a generalized version of Tic Tac Toe using tree search based AI algorithms. Check out the project summary here.

Back to Top ↑

ProM

ProM development using IntelliJ

less than 1 minute read

While ProM plugin development has been traditionally done on Eclipse, here I experimented with how it can also be done in IntelliJ by performing the followin...

Back to Top ↑

prom

Back to Top ↑

process mining

Back to Top ↑

Process Mining

Back to Top ↑

Python

Back to Top ↑

linear algebra

Approximation by orthogonal projections

8 minute read

```python %load /home/jonathan/.ipython/profile_default/startup/startup-01.py start up settings for ipython import numpy as np import pandas as pd import mat...

Back to Top ↑

AI

Back to Top ↑