jonomendelson
2 yrs @janestreet. CS @ UPenn. Research intern @facebook. Fmr researcher @PRECISE, @petablox, @JalaliLabUCLA.
New York
Pinned Repositories
ChessAI
simple chess AI created using minimax and alpha-beta pruning. Built in 2017
CrosswordCreator
Crossword puzzle construction engine. Built in 2017
Forget-Me-Not
tool that tracks progress of patients with Alzheimers via memory games, won 1st prize at HackTrin III in 2015
gensynth
Implementation accompanying our AAAI 2021 paper titled GenSynth: Synthesizing Datalog Programs without Language Bias.
JavascriptDeepLearning
A deep learning library for JavaScript, written from scratch in 2016
Presto
iOS app that allows users to order food from their seats in restaurants. Built in 2018
PST-Web-Interface
web interface for the Phase Stretch Transform algorithm cell tracking algorithm created at Professor Jalali's UCLA lab in 2017, aided by Phase Stretch Transform edge detection algorithm (https://github.com/JalaliLabUCLA/Image-feature-detection-using-Phase-Stretch-Transform), created in Professor Bahram Jalali's lab at UCLA in 2017
TheArenaGame
multiplayer browser game created using NodeJS, SocketIO
TracerPST
cell tracking algorithm created at Professor Jalali's UCLA lab in 2017, aided by Phase Stretch Transform edge detection algorithm (https://github.com/JalaliLabUCLA/Image-feature-detection-using-Phase-Stretch-Transform)
ZombieGame
basic action game created in 2014. I used this project to teach myself the concept of object-oriented programming and practice implementing a simple physics engine from scratch
jonomendelson's Repositories
jonomendelson/gensynth
Implementation accompanying our AAAI 2021 paper titled GenSynth: Synthesizing Datalog Programs without Language Bias.
jonomendelson/Forget-Me-Not
tool that tracks progress of patients with Alzheimers via memory games, won 1st prize at HackTrin III in 2015
jonomendelson/JavascriptDeepLearning
A deep learning library for JavaScript, written from scratch in 2016
jonomendelson/TheArenaGame
multiplayer browser game created using NodeJS, SocketIO
jonomendelson/ZombieGame
basic action game created in 2014. I used this project to teach myself the concept of object-oriented programming and practice implementing a simple physics engine from scratch
jonomendelson/ChessAI
simple chess AI created using minimax and alpha-beta pruning. Built in 2017
jonomendelson/CrosswordCreator
Crossword puzzle construction engine. Built in 2017
jonomendelson/Presto
iOS app that allows users to order food from their seats in restaurants. Built in 2018
jonomendelson/PST-Web-Interface
web interface for the Phase Stretch Transform algorithm cell tracking algorithm created at Professor Jalali's UCLA lab in 2017, aided by Phase Stretch Transform edge detection algorithm (https://github.com/JalaliLabUCLA/Image-feature-detection-using-Phase-Stretch-Transform), created in Professor Bahram Jalali's lab at UCLA in 2017
jonomendelson/TracerPST
cell tracking algorithm created at Professor Jalali's UCLA lab in 2017, aided by Phase Stretch Transform edge detection algorithm (https://github.com/JalaliLabUCLA/Image-feature-detection-using-Phase-Stretch-Transform)
jonomendelson/datalog-benchmarks
Curated benchmark suite for interpretable rule learning
jonomendelson/jonomendelson.github.io
My personal website.
jonomendelson/SimpleChatRoom
basic chatroom created in 2015. I used this project to teach myself the concept of server-side & client-side code