Projects

In my free time I have developed several projects dealing with data analysis, finance, and databases.

They are all hosted on GitHub.

Feel free to clone, fork, or copy the code from those projects. If something doesn't work, please let me know, so that I can correct and learn from those mistakes.

You could also click on the GitHub logo at the navigation bar to see my repository. Or click the image of the projects below to see the project's repository.

Internship

Internship/Volunteer opportunity at The GreatFull Plate

Machine Learning Algorithms Used:
- Linear Regression (Python and R)
- Random Forest (Python and R)

Data Used:
- insurance.csv from Kaggle.com

Finance

Monte Carlo Simulation (Python)
Put European Option with the Black-Scholes-Merton model (partial differential equation)
Compound Interest (C and C++)
C++ program uses Object Oriented Programming
C program uses arrays and pointers

csvtomysql

Program written entirely in Python that allows the user to transfer a CSV file to MySQL

Libraries Used:
PyMySQL
Pandas
SQLAlchemy
MySQL Client


Sorting

Sorting Algorithms in C and C++
Algorithms Used:
- Insertion sort
- Merge sort
- Quick sort
- Selection sort
- Bubble sort

Website

Objectives:
Simple website with HTML and CSS
Simple to replicate and edit with all the information on the README.md

Notes

Topics:
- Python
- C++ (notes on competitive programming)
- Go example on reading data