πŸ¦†
Statduck
  • (The link was changed)
  • Resume
  • Projects
    • KBO Prediction
    • Building's Fire in Gimhae
    • Parking Demand
    • Profiling of Y&Z Investors
    • Atlanta Police Station
    • Meal kit location strategy
  • Machine Learning
    • Overview: Supervised Learning
      • Curse of dimensionality
      • Statistical Decision Theory
    • Linear method: Regression
      • Problem Definition
      • Residual Sum of Squares
      • Coefficients(Beta)
      • Orthogonalization
      • Variation Version
      • Some problems
    • Linear method: Classification
      • Linear Model
      • LDA & QDA
      • Generalized Discriminant Analysis
      • Calculation
      • RDA
      • Support Vector Machine
    • Basis Expansions & Regularization
      • Piecewise Polynomials and Splines
      • Natural Cubic Spline
      • Smoothing Splines
      • Smoother Matrices
      • λΉ„λͺ¨μˆ˜ λ‘œμ§€μŠ€ν‹± νšŒκ·€
    • Kernel Smoothing
      • Kernel method
      • Local regression
      • Kernel Density Estimation
      • Local Likelihood
    • Optimization
      • Convex Optimization
      • Conditional Gradient
      • Novelty Detection
    • Model Assessment & Selection
      • Bias-Var decomposition
      • Optimism
      • The Effective Number of Parameters
      • CV and Boostrap
    • Ensemble
      • Boosting
    • Unsupervised Learning
      • Association Rule
      • Clustering & Nearest Neighbor
      • Self-Organized Map
      • K-medoids[PAM algorithm]
  • Bayes
    • Prior, Posterior, Sample
    • One Parameter Model
    • Two parameter model
    • Bayesian Regression
  • Python Study
    • Python OverView
    • Class
    • Algorithm
      • Algorithm Analysis
      • Recursion
      • Binary Search
      • Stack
      • DFS
  • Mathematical Stat
    • Probability distribution
    • Discrete Variable
    • Moment Generating Function
  • Recommender System
    • LightGCN
    • Collaborative Filtering
      • Neighborhood-Based method
      • A View of Regression
      • Graph Model for NB model
    • Model-Based CF
      • Latent Factor Models
      • Subproblem
      • Summary
    • Content based filtering
    • Ensemble-Based
  • Incomplete posting
    • D3-js[Data handling]
    • Ch6(editing)
    • Gibbs Sampling
    • Session 9(editing)
  • Causal inference
  • SQL
    • Introduction
    • Basic Statement
    • Join Statement
Powered by GitBook
On this page

Was this helpful?

  1. Projects

Building's Fire in Gimhae

PreviousKBO PredictionNextParking Demand

Last updated 3 years ago

Was this helpful?

  • Problem: Predictive Modeling of Building's Fire in Gimhae, South Korea 2021.

  • Question: How can we make a model, in the situation where the trend of data differs by season.

  • Approach: We make 4 models for each season. Because a seasonal effect was so strong that it changes whole covariance structure of X variable.

  • Model: We used a bayesian logistic regression. In the bayesian setting, we assumed coefficients are random variable. It made possible to estimate the confidence interval of coefficients leading to more deep analysis about effect of explanatory variables.

  • Evaluation: This project doesn't suggest the actual interpretation, just it interprets the meaning of the coefficients. It was the obvious limitation of this project.

  • Period: 2021.05-2021.06

  • Prize: First out of 3 team in ESC club.