Skip to content
View hun9812's full-sized avatar

Block or report hun9812

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hun9812/README.md

Hun Namgung

Undergraduate at Sungkyunkwan University. I study machine learning and computer vision, and work mainly with Python and C.

Projects

  • ESW — Vibration and current monitoring on an STM32-driven linear stage, with anomaly detection trained on normal runs.

  • Homography — 2D image transformations, homography estimation, and RANSAC.

  • Min–max–median queue — A C implementation using an AVL tree with subtree counts.

  • Options Radar — A local stock and options dashboard with saved analysis, background jobs, and an offline demo.

  • RISC-V Spike Labs — Pipeline cycle accounting, hazard handling, and cache replacement/write policies on Spike.

  • ETF Risk Research — ETF exposure rules and time-series experiments, with tests for signal timing and transaction costs.

Study notes

Kaggle · PyTorch · LeetCode

Pinned Loading

  1. ESW_project ESW_project Public

    STM32 이송축의 진동·전류 수집과 정상 데이터 기반 이상 탐지

    C

  2. options-radar options-radar Public

    Local stock and options analysis dashboard with saved results and an offline demo.

    Python

  3. riscv-spike-labs riscv-spike-labs Public

    RISC-V pipeline cycle accounting and cache policy extensions on Spike.

    C++

  4. CV_transformation_homography CV_transformation_homography Public

    2D 영상 변환과 SVD·RANSAC 기반 호모그래피 추정

    Python

  5. etf-risk-research etf-risk-research Public

    ETF exposure rules, walk-forward experiments and time-series validation.

    Python

  6. Algorithm_minMaxMedianPriorityQueue Algorithm_minMaxMedianPriorityQueue Public

    AVL 트리로 구현한 최소·최대·중앙값 우선순위 큐

    C