-
wayfair.com
I'm a data scientist at Wayfair. I primarily work on search and browse problems. Examples include using mined click data in a logistic regression query classifier, developing user models mined from click stream data, exposing models to frontend systems via web services, and A/B site test analysis.
-
Github account
-
school projects
iOS paper
This project began as an exploration of mobile development for COS499(Independent Study). The result is this write up (needs some work) and the TouchWeather app!
Capstone
My senior Capstone project report. My work involved extending a framework for writing RESTful Java servlets that use progressive enhancement strategies.
COS 431
Our semester project for my operating systems course was to create a virtual machine in C that executed a specified 'assembly language' of sorts. We went though a few iterations, adding things like shared resource locks, shared memory, inter-process communication, virtual memory, multi-process scheduling, and more. This was my first semi-major project written in C. (Fall 2010)
COS 480
Our semester project for my databases course involved creating a database for managing adaptive preference-scanning Internet worm model data. In it, we defined a domain-specific language for querying the data in a number of ways, generating data required for scanning and simulating the internet, and more. This is fairly messy and somewhat incomplete. (Fall 2011)