An open API service indexing awesome lists of open source software.

https://github.com/apjansen/apjansen


https://github.com/apjansen/apjansen

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## About me

I'm Aron Jansen, a physicist now working as a [Research Software Engineer](https://en.wikipedia.org/wiki/Research_software_engineering) at the [Netherlands eScience Center](https://www.esciencecenter.nl/).

My research as a physicist was on black holes, with a focus on numerics. Perhaps my biggest contribution was the creation of a Mathematica package ([code](https://github.com/apjansen/qnmspectral), [paper](https://inspirehep.net/literature/1626095)) to compute oscillations of black holes, and its subsequent use to further our understanding of the (im)possibility of escape from the inside of a black hole ([paper](https://inspirehep.net/literature/1639422)).

## Current work

I now apply machine learning to academic research in various domains:
- [NNPDF](https://github.com/NNPDF/nnpdf): Learning what protons are made of
- [DEEPDIP](https://github.com/deepDIP-project/): Learned closure models for hydrodynamic simulations with turbulence
- [UNSAT3D](https://github.com/UNSAT3D): Image segmentation of X-ray scans of plant roots in soil

## Side projects
To learn about reinforcement learning I created an AI that can play the ancient board game The Royal Game of Ur.
You can learn all about the game and the reinforcement learning techniques used, and more importantly try to beat it, [here](https://github.com/apjansen/tdur).

To learn about the concept of equivariance in deep learning, I created a [library](https://github.com/apjansen/groco) for group convolutions in Keras.
It again has a lot of explanations as well, unfortunately work got in the way of polishing and developing it further.