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

https://github.com/kyzhouhzau/machine_learning


https://github.com/kyzhouhzau/machine_learning

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Machine_learning

# 算法实现:

### 一、PCA.py:实现PCA算法
+ 数据:以[1,3,5]为主成分,并添加高斯噪声,构建数据集。
![pca](./pca.png)

### 二、PCA.ipynb
+ 用pca做数据降维

### 三、evaluate.py
+ 实现F-score,加权F-score

### 四、boosting tree.py
+ 实现,回归问题下提升树算法。