Education

Georgia Institute of Technology
Atlanta, GA
Aug 2024 — May 2027 · GPA: 4.0/4.0

Relevant Coursework

Machine Learning

CS 4641

Hands-on introduction to learning from data: supervised/unsupervised methods, search over model spaces, probabilistic reasoning, and a taste of reinforcement learning.

Intro to Artificial Intelligence

CS 3600

Core AI toolkit: informed search, uncertainty with probabilistic models, and foundational ML concepts applied to decision-making problems.

Linear Algebra

MATH 1554

Vectors, matrices, eigen-stuff, and decompositions that power modern graphics and machine learning pipelines.

Intro to Probability and Statistics

MATH 3215

Random variables to inference: modeling uncertainty, drawing conclusions from data, and quantifying confidence.

Design and Analysis of Algorithms

CS 3510

Algorithmic thinking at scale: graphs, greedy vs dynamic programming, reductions, and NP-completeness intuition.

Objects and Design

CS 2340

Clean OO design with patterns, iterative teamwork, and modeling systems with pragmatic UML.

Computing, Society, and Professionalism

CS 3001

Ethics in practice: responsibilities of computing professionals and the broader impact of technology on society.

Systems and Networks

CS 2200

From CPU to packets: architecture, memory, I/O and how bits move reliably across networks.

Computer Organization

CS 2110

C and assembly fundamentals, stack frames, and what actually happens beneath high-level code.

Applied Combinatorics

MATH 3012

Counting cleverly: graphs, recurrences, and discrete optimization for real-world constraints.

Discrete Mathematics

CS 2050

Proofs, logic, combinatorics, and graph theory—the discrete backbone of computer science.

Data Structures

CS 1332

Designing efficient collections: lists, trees, heaps, and when each shines for performance.

Intro to Object-Oriented Programming

CS 1331

Java-based tour of OOP: encapsulation, inheritance, and building maintainable software from day one.