Open-source contributions

SOMATA: State-space oscillator modeling and time series analysis

State-space Oscillator Modeling And Time-series Analysis (SOMATA) is a Python library for state-space neural signal processing algorithms developed in the Purdon Lab.

Authors: Mingjian He, Proloy Das, Ran Liu, Amanda Beck, Patrick Purdon

Toy projects

Push/Fold Heads Up Texas Hold'em Solver

A Nash equilibrium solver for the 2-player Push/Fold (all-in or fold preflop) subgame of Texas Hold'em, written in Rust and compiled to WebAssembly. The game is solved via CFR+, a counterfactual regret minimization algorithm variant with good empirical performance. Precomputed tables of equities and matchup probabilities allow fast solutions even on mobile devices.