My colleague and I uploaded a manuscript:
- Błaszczyszyn and Keeler, Determinantal thinning of point processes with network learning applications.
https://arxiv.org/abs/1810.08672
Details
The paper uses a (relatively) new model framework in machine learning. This framework is based on a special type of point process called a determinantal point process, which is also called a fermion point process. (This particle model draw inspiration from the form of the wave function in quantum mechanics.) Kulesza and Taskar introduced and developed the framework for using determinantal point processes for machine learning models.
Code
The MATLAB code for the producing the results in the paper can be found here:
https://github.com/hpaulkeeler/DetPoisson_MATLAB
I also re-wrote (or translated) the MATLAB code into Python:
https://github.com/hpaulkeeler/DetPoisson_Python