Jeremy Hummel

Software Engineer

Fullstack Developer

IMDb Predictive Analytics

A Jupyter notebook that uses a dataset of over 5000+ movies scraped from IMDb, and attempts to predict whether a movie will be highly rated based on the training data.

Technology

This notebook is written in Python and uses Pandas for transforming and cleaning the dataset, Matplotlib for visulization, and Scikit-learn for machine learning.

Traveling Salesman Genetic Algorithm

Using a genetic algorithm, and real data from Google Maps, we try to find the quickest route that visits all 49 capitals in the Continental United States.

Technology

This project is written in Python, and uses several different Google Map APIs: Directions, Distance Matrix, Static Maps, and Geocoding. The genetic algorithm implements stochastic selection and partionally matched crossover.

Gin Rummy

A purely text-based implementation of Gin Rummy, where the user can play against a computer opponent.

Technology

Written in Java 8.