Relevant Projects

Database Project | Database Concepts and Usage (Comp 3380)

- Designed and implemented a MYSQL database using public data from the game “Stardew Valley”. Wrote complicated queries and illustrated them on a webpage designed with html, CSS, JavaScript, and Php.

Data Management System for Airlines | Intro Computer Science 2 (Comp 1020)

- An API to keep track of airline data to validate the number of people, employees, cargo for different commercial and industrial flights. It would also identify duplicated bookings of both customers and employees.

Game Of Life | Programming Practices (Comp 2160)

- This game was implemented on a LINUX machine. It was an automated version of the “Game of Life” in C language.

Machine Learning Algorithms | Octave

- Overall, in the Machine learning course of the Stanford university, multiple projects were completed with the objective of practicing the most common concepts of machine learning. Concepts including linear regression, neural networks, logistic regression with regularization and randomization, were all implemented in Octave on a variety of data sets. Subjects such as k-means clustering and basic PCA were also part of these projects.