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.
-
Damped Oscillator
Posted on October 13, 2025
```python
from pathlib import Path
import os
[Read More]
-
PhiFlow
Posted on October 12, 2025
```python
from pathlib import Path
import os
from collections import defaultdict
[Read More]
-
Catalogue of LR Schedulers
Posted on October 8, 2025
```python
from pathlib import Path
import os
from collections import defaultdict
[Read More]
-
On Spring Simulation
Posted on October 5, 2025
I would like to investigate some spring physics. First let’s consider the one dimensional case. The spring force can be modeled as:
[Read More]