Education

I graduated from Wheaton College in May, 2021 with a Bachelor of Science in Applied Mathematics, Bachelor of Arts in Economics, and a minor in Computer Science. I have provided a brief description of each of these below.

Applied Mathematics

Coursework: Calculus I, Calculus II, Physics I, Vector Calculus, Linear Algebra, Differential Equations, Introduction to Upper Level Math, Probability Theory, Mathematical Statistics, Mathematical Modeling, Applied Mathematics Project, Dynamical Systems, Real Analysis, Senior Seminar

Teaching Assistant: Calculus I, Calculus II, Linear Algebra, Mathematical Modeling

Applied Mathematics Project: During the course I Co-led and designed a semester-long research project to create a model to accurately monitor the spread of the Measles in a U.S. city. This involved constructing an S-E-I-R model fit to parameters that we aquired by previous research and bifurcation analysis. Analysis of model included calculation of sensitivity, solving for steady states analytically and computationally, and determining the sensitivity of these states analytically for a closed system, and computationally for an open system. Results were presented via powerpoint, poster, and written report. The poster and written report can be found on the projects / code page which can be accessed through the menu above or the hyperlink at the bottom of the page.

Computer Science

The route I chose for my minor in Computer Science was focused on implementation and analysis of complicated algorithms. The purpose that drove my study in Computer Science was to better understand how to model real-world phenomena through implementation of efficient algorithms.

Coursework: Programming I, Programming II, Discrete Mathematics and Functional Programming, Data Structures and Algorithms, Analysis of Algorithms, Machine Learning

Analysis of Algoritms: Analysis of Algorithms focused on creating algorithms to solve complicated problems correctly and with efficient allocation of time and storage. Students were evaluated based on types of data structures and strategy chosen to minimize runtime complexity. Proof of correctness and big-Oh notation were required with each algortithm we created in exams and homework.

Machine Learning: Machine Learning explored five machine learning techniques and required efficient python implementation of each of them for projects. With starter code, I implemented Gaussian Mixture Models, Multi-Layered Neural Networks, and Support Vector Machines in python. From scratch, I implemented K-Nearest-Neighbors and Principal Component Analysis. The algorithms implemented from scratch can be can be found on the projects / code page which can be accessed through the menu above or the hyperlink at the bottom of the page.

Economics

Coursework: Principles of Microeconomics, Principles of Macroeconomics, Statistics, Intermediate Microeconomics, Intermediate Macroeconomics, Game Theory, Wealth and Poverty of Nations, Econometrics, Senior Seminar

Econometrics: Econometrics explored ways to create regression models without breaking necessary assumptions. Class dove into methods of detecting unobserved heteroskedasticity and serial correlation, and provided corrections to account for these issues. Course also explored methods of blinding and controlling data in order to avoid these issues altogether.

Game Theory: The purpose of Game Theory was to make students aware of the many situations in the world that resemble games, and how to model them as such. This class was important in teaching me how to create models creatively with without assuming too much. For our final project, we were assigned to model a situation in the real world as a game to learn something new about it. You can access this through the Projects / Code panel below.