I am a machine learning researcher and engineer with a strong interest in graph learning, multimodal AI, and biomedical applications. I enjoy working on problems that connect research with practice, from developing new methods to building the tools and systems needed to use them at scale. My work is driven by curiosity about complex data and by a desire to create machine learning approaches that are both technically strong and practically useful.
-
Inverted Prism
Posted on December 1, 2025
```python
from pathlib import Path
import os
import functools
import itertools
import time
[Read More]
-
Drumhead
Posted on November 28, 2025
```python
from pathlib import Path
import os
import functools
import itertools
import time
[Read More]
-
N-Body
Posted on November 24, 2025
```python
from pathlib import Path
import os
import functools
import itertools
import time
[Read More]
-
Double Pendulum
Posted on November 7, 2025
```python
from pathlib import Path
import os
import functools
[Read More]
-
Cart Pole
Posted on October 26, 2025
Cart pole is a classic problem in control theory.
[Read More]