Intro

I love learning how things work. When I was a small child, I would point at everything and demand to know what it was and what made it function. My inquisitive nature has been a defining aspect of my life ever since.

I studied Mathematics in college, but found myself fascinated by data because of its ability to inform, generate insights, and even lead to new discoveries. In 2021, I completed a data science immersive course through General Assembly as a way to build my data science skill set beyond what I had previously learned through on-the-job experience and self-teaching. The statistical methods and modeling techniques I learned are highly applicable to the projects I will work on throughout my career. Equally valuable, though, is my approach to solving problems, which begins with the same question I asked as a child: "How does it work?"

House Price Prediction

For this project, I created a regression model with the Ames Housing Dataset to see how well can we predict the price of a house, given it's characteristics and other important properties. I cleaned and analyzed 79 features which described (almost) every aspect of residential homes in Ames, Iowa.

Our model achieved an R squared of 97.6% on training data and 94.3% on unseen data. This means two things: 94.3% of the variability in the data is explained by our model and our model is overfit. In the future I would try improve the model by:

  • Revisiting the data cleaning and imputation process
  • Filtering the features to only the ones that are highly correlated with Sale Price
  • Feature engineering new features and checking their correlation with the Sale Price

Github Repo

Wildfire Smoke Detection

Wildfires pose a threat to nature and human health especially in the age of global warming. These fires are getting bigger and more destructive than ever. Their early detection is key to effectively fighting it, because once a wildfire reaches a certain size it can be difficult to control.

For this project, I built a wildfire smoke object detector using wildfire smoke images captured by HPWREN cameras. After training the model with thousands of annotated images, the model was able to correctly detect smoke in 80% of the images. In the future, I would try to improve the models performance by collecting more images from different altitudes and angles.

Github Repo

Resume

Lorem ipsum dolor sit amet, consectetur et adipiscing elit. Praesent eleifend dignissim arcu, at eleifend sapien imperdiet ac. Aliquam erat volutpat. Praesent urna nisi, fringila lorem et vehicula lacinia quam. Integer sollicitudin mauris nec lorem luctus ultrices. Aliquam libero et malesuada fames ac ante ipsum primis in faucibus. Cras viverra ligula sit amet ex mollis mattis lorem ipsum dolor sit amet.

Contact

My LinkedIn

Elements

Text

This is bold and this is strong. This is italic and this is emphasized. This is superscript text and this is subscript text. This is underlined and this is code: for (;;) { ... }. Finally, this is a link.


Heading Level 2

Heading Level 3

Heading Level 4

Heading Level 5
Heading Level 6

Blockquote

Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.

Preformatted

i = 0;

while (!deck.isInOrder()) {
    print 'Iteration ' + i;
    deck.shuffle();
    i++;
}

print 'It took ' + i + ' iterations to sort the deck.';

Lists

Unordered

  • Dolor pulvinar etiam.
  • Sagittis adipiscing.
  • Felis enim feugiat.

Alternate

  • Dolor pulvinar etiam.
  • Sagittis adipiscing.
  • Felis enim feugiat.

Ordered

  1. Dolor pulvinar etiam.
  2. Etiam vel felis viverra.
  3. Felis enim feugiat.
  4. Dolor pulvinar etiam.
  5. Etiam vel felis lorem.
  6. Felis enim et feugiat.

Icons

Actions

Table

Default

Name Description Price
Item One Ante turpis integer aliquet porttitor. 29.99
Item Two Vis ac commodo adipiscing arcu aliquet. 19.99
Item Three Morbi faucibus arcu accumsan lorem. 29.99
Item Four Vitae integer tempus condimentum. 19.99
Item Five Ante turpis integer aliquet porttitor. 29.99
100.00

Alternate

Name Description Price
Item One Ante turpis integer aliquet porttitor. 29.99
Item Two Vis ac commodo adipiscing arcu aliquet. 19.99
Item Three Morbi faucibus arcu accumsan lorem. 29.99
Item Four Vitae integer tempus condimentum. 19.99
Item Five Ante turpis integer aliquet porttitor. 29.99
100.00

Buttons

  • Disabled
  • Disabled

Form