type
Post
status
Published
date
Aug 2, 2024
slug
ML
summary
tags
study
tech
develop
economy
category
Academy
icon
password
Easy Machine Learning guide!
This is a simplified machine learning guidebook written entirely by myself. The initial idea was to find a path to learn machine learning independently, as our school doesn’t offer any useful courses on the subject. Later, I realized I could write down what I’d learned as a blog for my friends and others to read, which also serves as a way to review the material myself.
The blog is primarily based on lectures from Stanford’s CS229 and Machine Learning by Zhi-Hua Zhou. I removed some outdated or irrelevant content and added insights from blogs I’ve read. I typed this all in Notion myself, so there might be some typo and so on, please let me know if you get one.
这里是简明机器学习系列博客。鉴于现在国内大多数本科课程大多无法应对大家就业和实际使用的需求,直接看《机器学习》或者《统计学习方法》又难免比较难以入门,特参考CS229和周,李两位老师的书写出了这个博客,希望你能喜欢。对于《机器学习》一书中部分现在看来过于冷门的算法,我几乎全部砍掉了,感觉实在用处不大。
Mathematic PreparationsSupervised LearningDeep LearningRegulations and GeneralizationUnsupervised LearningReinforcement Learning
Mathematic Preparations
Mathematic preparationsSupervised Learning
Linear regressionClassification and logistic regressionGeneralized linear modelsDecision trees and Ensemble learningGenerative learning algorithmKernel methodSupport vector machinesDeep Learning
Deep learningRegulations and Generalization
Bias-Variance Tradeoff and so moreThe double descent phenomenon and so moreRegularization and model selectionUnsupervised Learning
Clustering algorithmsEM algorithmsPCA and ICAReinforcement Learning
Reinforcement learningLQR, DDP and LQGPolicy Gradient (REINFORCE)Practice code