Software

Python

DeepSynth2

Théo Matricon et al.

The neuro-symbolic program synthesis tool.

DIKEBenchmarker

Ashlin Iser, Marie Anstacio, Théo Matricon

A tool with to run sustainable, reliable and efficient competitions or to just speed-up the feedback loop.

pltpublish

Théo Matricon

Utility package that takes care of configuring Matplotlib for publication-ready figures!
+ import pltpublish as pub
+ pub.setup()
# your plot code using matplotlib.pyplot
~ pub.save_fig("my_fig.eps")

Without pltpublishWith pltpublish