Projects

A next-generation algorithm textbook for the AI age. When coding agents can write code, the core skill becomes judgment—how to judge problem types, solution correctness, complexity, and modeling direction.

Algorithms AI Education VitePress Markdown

BUPT_TAOBAO

Featured

Customer classification on TaoBao user behavior data using machine learning (Adaboost, K-means). Achieved 34% precision rate in multi-class classification.

Machine Learning Data Mining R

SpellCor

Featured

A fully Python spell correction tool inspired by JamSpell. Supports custom language models, dictionary filtering, and n-gram language model training. Pip-installable with extensible architecture.

NLP Spell Correction Python