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

Quenda

Featured

A lightweight, layered Agent framework for Python. Minimal API with Agent, Session, @tool. 26 model providers, 9 core tools, skills framework, and a terminal AI coding agent (Quenda Code).

Agent LLM Python Framework

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