1 min read
机器学习核心算法仓库

回归 → SVM → CNN/RNN/LSTM → Transformer,每章自成一体

  • Python
  • NumPy
  • scikit-learn
  • PyTorch

A complete, self-study learning path through core machine-learning and deep-learning algorithms. Each chapter is self-contained: theory notes (.md), from-scratch + library code (.py), exercises with answer keys, and the figures the code produces — read, run, and verify in one place.

Covers: fundamentals & feature engineering, linear/logistic regression, decision trees & random forests, KNN & SVM, clustering, neural networks, CNN/RNN/LSTM and Transformers.