Skip to content
View haihpse150218's full-sized avatar

Highlights

  • Pro

Block or report haihpse150218

Report abuse

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

Report abuse
haihpse150218/README.md

divider

whoami

class MLEngineer:
    def __init__(self):
        self.name        = "haihpse150218"
        self.role        = "ML / Data Science learner · MSE @ FSB (AI & Business Analytics)"
        self.philosophy  = "data > model — clean signal beats big nets"
        self.approach    = ["understand the fundamentals",
                            "engineer the data",
                            "reuse & fine-tune pretrained models"]
        self.note_system = "a structured Second Brain of ML study notes"

    def currently(self) -> str:
        return "shipping LLM-powered tooling and learning in public"

divider

tech arsenal

Languages & Core

languages and core

ML / Data Science & Tooling

ml and tooling
scikit-learn pandas numpy jupyter hugging face llms

divider

featured project

LLM IaC Drift Detection Service

hackathon python

An LLM-powered Infrastructure-as-Code drift detection service, built for the VPBank "Senior Stack" hackathon. It reasons over IaC definitions and live infrastructure to surface configuration drift, turning raw state diffs into human-readable, actionable insight.

view repository

divider

ml journey

📚 Currently Learning

  • Core ML fundamentals — bias / variance, cross-validation, evaluation metrics
  • Tree ensembles — Decision Trees, Random Forest, AdaBoost, XGBoost
  • Hyperparameter tuning & model selection
  • Data-centric workflows — cleaning, feature engineering, leakage hunting

🎯 Where I'm Heading

  • Fine-tuning & adapting pretrained models (transformers, LLMs)
  • Retrieval-augmented & LLM-powered services
  • Productionizing ML — from notebook to deployable service
  • Documenting everything in a structured Second Brain

divider

github pulse

github stats



snake eating my contribution graph



pull shark achievement quickdraw achievement

divider

writing

I write about building and breaking things — AI, ML, and coding agents.

nerf dev blog

divider

connect

Best way to reach me is through my work — explore the code, open an issue, or start a discussion.

linkedin github profile featured project link hugging face blog link



profile views

footer banner

Pinned Loading

  1. llm-iac-drift-detection-service llm-iac-drift-detection-service Public

    Forked from lyduchuy1204/llm-iac-drift-detection-service

    Hackathon VPbank Senior Stack

    Python 1