Ilya Karakotov
Software Engineer
About Me
More projects will be added soon!
Coding Projects
Customer Churn Prediction [Capstone Project]
A machine learning web application that uses a Logistic Regression model to predict the risk of a customer churning from a broadcasting company. Various graphs also help to visualize various factors that contribute to customer churn.
Package Delivery Route Algorithm [School Project]
Uses the Nearest Neighbor algorithm and a custom hash table to create a truck package delivery route, with two drivers and three trucks. Delivers all packages by their deadline, follows delivery requirements, and creates an optimized path.
Landon Hotel Booking Web App [School Project]
A web application that allows booking hotels at the Landon Hotel. This project implements both french and english via multithreading, as well as multiple time zone conversions and currencies.