An open API service indexing awesome lists of open source software.

https://github.com/xiaorancs/xr-learn

自己手动实现机器学习的经典算法,写出来才是真正的理解.
https://github.com/xiaorancs/xr-learn

mechine-learing python3 tools

Last synced: 3 months ago
JSON representation

自己手动实现机器学习的经典算法,写出来才是真正的理解.

Awesome Lists containing this project

README

          

# xr-learn
机器学习与深度学习算法实现,手动实现才能理解和更好的使用.
## 目录
### 监督学习
#### 感知机算法
#### 决策树
#### LogisticRegression
### 推荐系统
#### 协同过滤算法
### 半监督学习
### 非监督学习
### 深度学习