A short example of implicitly linking the LPSolve library using CMake in C++
This is a short note on getting lpsolve to work for the C++ api. It actually took me a while to get it working, so I thought this minimal example might perh...
This is a short note on getting lpsolve to work for the C++ api. It actually took me a while to get it working, so I thought this minimal example might perh...
This is an ongoing series about the progress on improving our mineral identification web app.
This is the second post about my ongoing efforts to improve the deep learning part of our mineral identification web app. This continues the previous post.
This post is about my ongoing efforts to improve the deep learning part of our mineral identification web app. Unfortunately, there has been less than expect...
So I have been working through the introductory paper on CFR: An Introduction to Counterfactual Regret Minimization. One of exercises is to implement the Fix...
I recently developed an online conformance checking techique based on Hidden Markov Models. Checkout the web demo and the project summary.
I recently launched a web app that helps user identify mineral type through uploaded images: mineralid. Check out the project summary here.
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.
TL;DR New feature in the AcceptingPetriNetDecomposer plugin to allow SESE-based decomposition.
```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...
I presented about my work on recomposing conformance checking of process mining at the AIS group meeting and had received some feedback and new ideas.
TL;DR New ProM plugin that converts alignment results from PNReplayer to the XAlignedLog format.
Implemented by Hernan Valdivieso, OpyenXes is a Python implementation of the XES standard. As hinted by its name, OpyenXes is based on the Java implementatio...
In the area of process mining, efficient alignment-based conformance checking alignment-based conformance checking is a hot topic. This accepted paper presen...
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...