ProjectsContact

Projects

These projects have been completed on my own time.

May 29, 2023

Used Car Price Prediction

Modeled using Multiple Linear Regression

This project carefully goes through the process of creating a multiple linear regression model using a dataset containing details about used Volkswagen cars and attempts to predict the price using features such as mileage, year, mpg, engine type, etc.

Read more →
Apr 25, 2023

Fruit Fly Decision-Making Simulation

Biomimetic computing simulation that models decision-making in fruit flies using Spiking Neural Networks (SNNs). By mimicking natural biological processes, the simulation provided insights into how these networks can be applied to study decision-making in living creatures. 

Apr 20, 2023

Syllable Counting Showdown

Comparing Algorithms for the Ultimate Linguistic Challenge

This project explores and compares multiple syllable counting algorithms to evaluate their performance, accuracy, and effectiveness in different contexts. By examining hand-coded methods alongside advanced neural network-based approaches, the study aims to uncover the strengths and weaknesses of each algorithm. Currently under development