https://github.com/matnoble/machinelearningnote
Study Notes of Machine Learning
https://github.com/matnoble/machinelearningnote
machine-learning numpy python3 pytorch
Last synced: 11 months ago
JSON representation
Study Notes of Machine Learning
- Host: GitHub
- URL: https://github.com/matnoble/machinelearningnote
- Owner: MatNoble
- Created: 2021-01-24T11:47:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-21T12:29:08.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T05:12:46.870Z (about 1 year ago)
- Topics: machine-learning, numpy, python3, pytorch
- Language: Jupyter Notebook
- Homepage:
- Size: 2.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Learning Note
- [Machine Learning Note](#machine-learning-note)
- [机器学习](#机器学习)
- [线性回归](#线性回归)
- [多项式回归](#多项式回归)
- [逻辑回归](#逻辑回归)
- [支持向量机](#支持向量机)
- [k 均值聚类](#k-均值聚类)
- [工具](#工具)
- [NumPy](#numpy)
- [Git](#git)
# 机器学习
## 线性回归
[什么是线性回归](./LinearRegression/linearRegression.ipynb)


### 多项式回归


[博文链接](https://matnoble.me/ai/ml/regression/)
## 逻辑回归
[什么是逻辑回归](./LogisticRegression/logisticRegression.ipynb)


## 支持向量机
[SVM 知识](https://github.com/MatNoble/MachineLearningNote/blob/main/svm/svm_basic.ipynb)

[colab 代码](https://colab.research.google.com/drive/1vEjBg5WRxwWjSZOEjFrJarimdbMIdMhr?usp=sharing)
## k 均值聚类
# 工具
## NumPy
[NumPy](https://nbviewer.jupyter.org/github/MatNoble/MachineLearningNote/blob/main/NumPyNotes/NumpyLN.ipynb)
## Git
[Git](https://matnoble.me/tech/programming/git/)