Denis Deratani Maua
Denis Deratani Maua
Create packages for common distributions (debian/ubuntu, homebrew, what else?) and containerization (docker)
Allow for a #include "filename.py" or #include "filename.plp" directive that is equivalent to the Python snippet #python #end, but can be used to split a dpasp program into several files....
Implement algorithms for maximum a posteriori inference, that is, finding the probable interpretation of a selected set of facts. Implement at least a brute-force algorithm and an algorithm that calls...
Create a repository of pre-trained neural networks for common tasks such as object detection, object classification, entity extraction etc. Those networks should be easily accessible from a dpasp program by...
Implement MCMC inference a la PASTA for probabilistic logic programs, then extend it to approximate learning of neural logic programs.
Build dependency graph to help with grounding of probabilistic facts and accelerate inference
Implement efficient techniques for fully observed data (including at least observations of all probabilistic facts). Consider the case of probabilistic logic programs (solved in closed form) and neuro-probabilistic logic programs...