Skip to content
View Kevindic0214's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Deloitte
  • Taiwan

Block or report Kevindic0214

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.

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
Kevindic0214/README.md

Hung-Ting Hsieh (謝弘廷)

Consultant · AI & Data, Technology & Transformation @ Deloitte

Applied ML & reinforcement learning · NYCU, Taiwan


About

Consultant on the AI & Data team within Technology & Transformation at Deloitte, applying machine learning and data science to business problems. Research background in reinforcement learning, sequence models, and multimodal ML from National Yang Ming Chiao Tung University (NYCU) — drawn to problems where a learned policy or representation has to hold up under distribution shift (financial markets, speech, biomedical signals).


Featured projects

🏛️ MacroHFT × Dynamic Hybrid — Adaptive multi-agent RL for crypto HFT

Extended the KDD 2024 MacroHFT memory-augmented hierarchical RL framework with a Dynamic Hybrid coordination mechanism that adaptively switches between soft-consensus and hard-expert-selection at the hyper-agent level, gated by a learned market-regime signal.

On minute-level ETHUSDT (held-out test set):

Metric MacroHFT baseline Dynamic Hybrid (mine)
Total Return 6.05% 38.66%
Sharpe 0.87 3.64
Profit Factor 1.42 4.08

Also explored Rainbow DQN and QR-DQN sub-agents as documented negative results — kept in the repo because the regime they failed in informed the Dynamic Hybrid design.

🏭 AMR Fleet Sizing & Scheduling — How many robots does a fab need?

Frames a semiconductor fab's material-handling bottleneck as an optimization problem: find the smallest AMR fleet (lowest capital cost) whose schedule still clears a month of wafer transport. A genetic algorithm does the scheduling, cross-checked against an exact Gurobi MILP baseline; an automated search returns the business answer — 6 AMRs (TWD 36M) on the demo instance.

The repo's signature move is intellectual honesty: a random-baseline check shows the GA beats naive assignment by only ~1–2% here — and explains why (no time windows, so load-balancing is trivially easy), turning a "my method won" demo into a clear-eyed read of when a metaheuristic is actually the right tool. NYCU GA course project; tests + CI.

🧬 Voice-Face Aging Prediction — Multimodal healthy-aging signal

Multimodal model combining voice and facial-expression features to predict markers of healthy aging.

🗣️ FSR-Challenge-2025 — Hakka ASR

Competition entry for the Formosa Speech Recognition Challenge 2025 (Taiwanese Hakka). Both tracks: Hanzi (CER) and Pinyin (SER).

Deep models for 12-lead ECG arrhythmia classification on the CPSC 2018 dataset.

🎧 shadowing-player — Listening practice tool

YouTube sentence-by-sentence blind-listening trainer for language learners — listen first, reveal subtitles after.


Tools

Working areas: deep reinforcement learning (DQN family, policy gradient, hierarchical RL), transformers & speech models, multimodal learning, LLM fine-tuning.


Stats



📧 hsiehk0214@gmail.com · 💼 LinkedIn

Popular repositories Loading

  1. MacroHFT MacroHFT Public

    Forked from ZONG0004/MacroHFT

    Python 1 1

  2. FSR-Challenge-2025 FSR-Challenge-2025 Public

    Python 1

  3. shadowing-player shadowing-player Public

    A YouTube sentence-by-sentence blind listening practice tool — focus on listening without looking at subtitles.

    JavaScript 1

  4. AMR-Fleet-Scheduling-Optimization AMR-Fleet-Scheduling-Optimization Public

    Minimum AMR fleet sizing & scheduling for a semiconductor fab — a genetic algorithm benchmarked against an exact Gurobi MILP and an honest random baseline. NYCU course project.

    Python 1

  5. Kevindic0214 Kevindic0214 Public

    Config files for my GitHub profile.

  6. unsloth-finetune-playground unsloth-finetune-playground Public

    Jupyter Notebook