Projects: Python

A high-level programming language

Hackathon: Machine Learning

Keras
Keras

Gartner announced they were going to host a company-wide hackathon to be held in May of 2019. I proposed a machine learning proof-of-concept to address the low quality of the pros and cons featured on our new reviews page. While leading the project, I thought it was important that everyone be able to pursue whatever approach they saw fit to learn the skills they desired to learn.

In the end, we all mostly got results of one kind or another. We learned a few things along the way. And everyone lost to the team we all knew we would lose to. We went on to implement our solution on the live site.

Repair Broken Leads

The fine folks at *terrible contractor we were using that I will not call out by name* decided that if a lead funneling in from LoanappGenius (LG) did not transmit to a client’s FG LOS correctly, a cron would try again five minutes later. With any application, things can go wrong. With LG, things do go wrong. I start by interpreting mysterious and totally ambiguous error status codes. If I haven’t hooked you by this point, keep reading anyway.

3D Artillery Game

3D Artillery Game
3D Artillery Game

I recalled an old turn-based two-player computer game where players took turns firing missiles at each other’s base. You would specify the angle of fire and the game would trace out the path of the projectile through the air as gravity pulled it down to the surface to explode. It was a two-dimensional game that would randomly seed base positions atop varying topography. I set for myself the goal of coding this game in three dimensions. As a classically trained meteorologist, I also added air resistance and random wind fields.