# Machine Learning

- [Linear Model Cheating Sheet](https://ai.younglimit.com/machine-learning/linear-model-cheating-sheet.md)
- [Nonlinear Model Cheating Sheet](https://ai.younglimit.com/machine-learning/nonlinear-model-cheating-sheet.md)
- [General Linear Model 1](https://ai.younglimit.com/machine-learning/general-linear-model-1.md): Here are the notes for general linear regression.
- [General Linear Model 2](https://ai.younglimit.com/machine-learning/general-linear-model-2.md)
- [General Linear Model 3](https://ai.younglimit.com/machine-learning/general-linear-model-3.md)
- [Tree Based Methods](https://ai.younglimit.com/machine-learning/tree-based-methods.md)
- [Tree Based Methods Supplement](https://ai.younglimit.com/machine-learning/tree-based-methods-supplement.md)
- [XG,Cat,Light\_\_Boosting](https://ai.younglimit.com/machine-learning/xg-cat-light__boosting.md)
- [KNN\&PCA](https://ai.younglimit.com/machine-learning/knn-and-pca.md)
- [Model Performance](https://ai.younglimit.com/machine-learning/model-performance.md)
- [Model Evaluation](https://ai.younglimit.com/machine-learning/model-evaluation.md)
- [Code Practice](https://ai.younglimit.com/machine-learning/code-practice.md)
- [KNN](https://ai.younglimit.com/machine-learning/code-practice/knn.md): KNN
- [Decision Tree Python Code](https://ai.younglimit.com/machine-learning/code-practice/decision-tree-python-code.md)
- [Data and Feature Engineering](https://ai.younglimit.com/machine-learning/data-and-feature-engineering.md)
- [Handle Bias Data](https://ai.younglimit.com/machine-learning/data-and-feature-engineering/handle-bias-data.md)
- [Cold Start Problem](https://ai.younglimit.com/machine-learning/data-and-feature-engineering/cold-start-problem.md): in recommendation system
