YoranAtWhut / mooc

This repository contains the demos which are written with the guidance of mooc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

慕课里的一些算法的实现

pca算法的实现步骤: Step 1: 求平均值以及做normalization Step 2: 求协方差矩阵(Covariance Matrix) Step 3: 求协方差矩阵的特征根和特征向量 Step 4: 选择主要成分:得到特征值和特征向量之后,我们可以根据特征值的大小,从大到小的选择K个特征值对应的特征向量。 Step 5: 转化得到降维的数据

About

This repository contains the demos which are written with the guidance of mooc


Languages

Language:Python 100.0%