Software

Statistical Relational Learning

"Statistical Relational Learning" (SRL) is a subfield of artificial intelligence that combines logical representations with probabilistic reasoning. I've built some tools to help users incorporate these models into the wider machine learning ecosystem, or apply them to new applications. Also see: https://github.com/srlearn/

Image

srlearn

A library for learning SRL models with a scikit-learn-style programming interface.

View srlearn on GitHub
Image Image
Image

relational-datasets

A library to load benchmark datasets for relational learning.

View relational-datasets on GitHub
Image Image
Image

RelationalDatasets.jl

A library to load benchmark datasets for relational learning—but in Julia.

View RelationalDatasets.jl on GitHub
Image
Image

Relational Dataset Archive

An archive of standard, versioned benchmark relational datasets.

View Relational Dataset Archive on GitHub
Image
Image

Relational Data Linter

A grammar and linter to check that relational or inductive logic programming datasets meet standards.

View Relational Data Linter on GitHub
Image
Image

SRLBoost

⚡ Fast implementations of boosted relational dependency networks and Markov logic networks.

View SRLBoost on GitHub
Image
Image

rnlp

Relational Natural Language Processing. Lifting raw text into a relational representation.

View rnlp on GitHub
Image Image
Image

Walk-ER

A tool for converting Entity-Relationship Diagrams (ERDs) into search constraints.

View Walk-ER on GitHub
Image

Bayesian Networks

Tools for working and modeling with Bayesian networks.

Image

UniDAGs

Uniformly distributed samples of directed acyclic graphs for random Bayesian Network generation.

View UniDAGs on GitHub
Image
A Bayesian network where alpha, beta, gamma influence X, which influences T.

bn-rule-extraction

Extracting interpretable decision lists from Bayesian Networks.

View bn-rule-extraction on GitHub
Image

Miscellaneous

Occasionally one of my projects has a need that seems like it could be helpful elsewhere. So I extract the code into a more-general utility.

Image

awesome-bib-builder

Scripts for transforming BibTeX files into markdown collections.

View awesome-bib-builder on GitHub
Image
Image

nuMoM2b-preprocessing

Preprocessing scripts to create reproducible partitions of the nuMoM2b data set.

View nuMoM2b-preprocessing on GitHub
Image
Directed graph with blue and violet nodes.

ffscraper

A super simple scraper for FanFiction.Net

View ffscraper on GitHub
Image
Image

ExportPublic.jl

Julia macro for people who prefer declaring public/private scoping with syntactic sugar.

View ExportPublic.jl on GitHub
Image

Course Projects

Things I built while working on a course or learning something new. Generally I built these to "learn lessons" rather than "develop for long-term support," so the quality has high variance.

An arduino redboard wired to a breadboard.

Arduino Thermometer Control

Diagrams, controller code, and evaluation for a TMP102 thermometer.

View Arduino Thermometer Control on GitHub
Image
Directed graph with blue and violet nodes.

FanFiction Search Engine

A full-text search engine for Code Lyoko FanFiction. Final project for Search Informatics.

View FanFiction Search Engine on GitHub
Image
Image

Malicious .exe Detection

Using classifiers to determine whether a Windows portable executable file (.exe) is malicious or benign.

View Malicious .exe Detection on GitHub
Image
Image

Autonomous Robotic Arm

Control code for a robot arm that senses and manipulates cans.

View Autonomous Robotic Arm on GitHub
Image

(Notes and Acknowledgements)

Badges were made with shields.io, and Python package statistics are occasionally pulled from PePy (for example, see the PePy entry for srlearn).