Washington Native
Born and raised in Seattle, I take pride in being from the Pacific Northwest.
Including Computer Science, I am a part of a recreational volleyball team and recently started ML/DL research.
What excites me most about Washington is the opportunity to build my career in one of the biggest tech sectors in the world.
Innovator
I am part of my schools Machine Learning/Deep Learning research team. Specifically, I am in a team doing research on Pacific Northwest National Laboratory's (PNNL) Global Change Assessment Model (GCAM). This fall, we plan on optimizing over the inputs so that we can define a set of desired outputs and determine the corresponding inputs as a result.
Creative
Became a Headstarter Fellow specializing on developing existing computer science skills and learning new abilities related to networking, marketing yourself, and career prep. 7 week program designed to create multiple projects, participate in weekend hackathons, and resume enhancement.
Flexible
Slowly building up CS repetoire with experience in various areas. This extends to reading research papers on AI models, linear optimization, machine learning ethics, computer networks, and object oriented design to name a few. I strive to continuously grow my repetoire and advance these skills by learning from my peers and making the most out my opportunities.
Projects
Calculator App
Recreation of the basic iPhone calculator app with similar styling. Main challenges were the many different combination of options when pressing multiple buttons and making those outcomes accurate compared to the iPhone version. Works for both IOS and Android.
Mini Shell Project
Project in C that when run acts as a simplified terminal. Wrote code that imitates ls, cd, pwd, cp, and env commands. If a different command is input then code forks and execs. From this project I developed my understanding of the built-in C functions and their corresponding man pages.