Seyong Ryoo's Blog
  • About Me
  • Resources
    Project Euler Kaggle
  • Search
Navigation bar avatar
✕

    Seyong Ryoo

    Bias-variance Tradeoff

    Posted on March 25, 2023

    Recently, on a flight to Zurich for the weekend, my husband posed an intriguing question. [Read More]
    Tags: machine learning bias-variance tradeoff

    Linear Discriminant Analysis

    Predict Whether or Not a User Clicked on Ad

    Posted on July 29, 2022

    In today’s post, we’ll explore Linear Discriminant Analysis (LDA) and demonstrate how it works with a straightforward example. We’ll be using the same dataset as our previous discussion on logistic regression, which identifies whether or not a particular internet user clicked on an advertisement. If you want to learn more... [Read More]
    Tags: machine learning linear discriminant analysis lda

    Logistic Regression

    Predict Whether or Not a User Clicked on Ad

    Posted on July 20, 2022

    Today’s post is about logistic regression that predicts a categorical dependent variable given a set of independent variables. We will go through important concepts of logistic regression with data about advertisement downloaded from Kaggle. The goal here is to predict well whether a user clicked on an advertisement or not... [Read More]
    Tags: machine learning logistic regression

    Elastic Net Regression

    Predict Weight of Fish Species using Multiple Variables

    Posted on July 19, 2022

    In the last two posts, we have seen two regularization techniques; Ridge and Lasso. Depending on the situation, we can choose one of the two to estimate a model. When the model contains many variables that do not help predict the dependent variable, lasso regression works best because it removes... [Read More]
    Tags: machine learning elastic net regression

    Lasso Regression

    Predict Weight of Fish Species using Multiple Variables

    Posted on July 18, 2022

    In today’s article, we will look at lasso regression as an extension of ridge regression. They are very similar in that they aim to reduce variance at the expense of bias by penalizing a model with a penality term. The difference between them is that lasso regression takes the sum... [Read More]
    Tags: machine learning lasso regression
    • ← Newer Posts
    • Older Posts →
    • Email me
    • GitHub
    • Instagram

    Seyong Ryoo  •  2024

    Powered by Beautiful Jekyll