https://github.com/xiaorancs/xr-learn
自己手动实现机器学习的经典算法,写出来才是真正的理解.
https://github.com/xiaorancs/xr-learn
mechine-learing python3 tools
Last synced: 3 months ago
JSON representation
自己手动实现机器学习的经典算法,写出来才是真正的理解.
- Host: GitHub
- URL: https://github.com/xiaorancs/xr-learn
- Owner: xiaorancs
- License: bsd-2-clause
- Created: 2017-12-11T03:12:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T12:11:54.000Z (over 7 years ago)
- Last Synced: 2025-06-15T06:06:27.152Z (4 months ago)
- Topics: mechine-learing, python3, tools
- Language: Python
- Size: 10.8 MB
- Stars: 5
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xr-learn
机器学习与深度学习算法实现,手动实现才能理解和更好的使用.
## 目录
### 监督学习
#### 感知机算法
#### 决策树
#### LogisticRegression
### 推荐系统
#### 协同过滤算法
### 半监督学习
### 非监督学习
### 深度学习