专栏名称: 大数据应用
数据应用学院被评为2016北美Top Data Camp, 是最专业一站式数据科学咨询服务机构,你的数据科学求职咨询专家!
目录
相关文章推荐
数局  ·  Salesforce:2025浅析中国制造业 ... ·  21 小时前  
大数据文摘  ·  字节发布 Seedance 1.0 ... ·  2 天前  
数据派THU  ·  BayesFlow:基于神经网络的摊销贝叶斯 ... ·  3 天前  
51好读  ›  专栏  ›  大数据应用

每日一练 | Data Scientist & Business Analyst &...

大数据应用  · 公众号  · 大数据  · 2017-12-08 11:09

正文

请到「今天看啥」查看全文


欲知答案如何?请见下期分解!

Day 149 答案揭晓

DS Interview Questions

Describe the basic steps to do the PCA (Principal Components Analysis)

  • Standardize the data.

  • Obtain the Eigenvectors and Eigenvalues from the covariance matrix or correlation matrix, or perform Singular Vector Decomposition.

  • Sort eigenvalues in descending order and choose the k eigenvectors that correspond to the k largest eigenvalues where k is the number of dimensions of the new feature subspace (k≤d).

  • Construct the projection matrix W from the selected k eigenvectors.







请到「今天看啥」查看全文