iT邦幫忙

2019 iT 邦幫忙鐵人賽

DAY 3
0
自我挑戰組

機器學習與數學天天玩系列 第 3

Day 3-機器學習與數學天天玩-PCA-Statistical Introduction: Mean Value

  • 分享至 

  • twitterImage
  •  

Today is Staturday and I will continue my study on Coursera course with a simple summary.

Like what I shared yesterday, the brief structure leading to the milestone of PCA is as below:
1. Statistical Introduction
2. Transformation of Vectors in Spaces
3. Orthogonal Projection

In the statistical introduction, the course firstly introduces the meaning of mean value in a dataset D. The mean value is to have the summation of all elements in a dataset divided by the total number of elements.

https://ithelp.ithome.com.tw/upload/images/20181006/201115544wR6M0gEpc.png


Along with the course, a useful function marked as one of fundamental tools in develping PCA skill is: flatten()

x = np.matrix([[1, 2], [3, 4]])

Out[11]:
matrix([[1, 2],
[3, 4]])

x_reshaped = x.flatten()

Out[10]: matrix([[1, 2, 3, 4]])

By observing the above code, it is apparent that flatten() helps tranform values in a matrix from several layers into one row.


上一篇
Day 2-機器學習與數學天天玩-PCA
下一篇
Day 4-機器學習與數學天天玩-PCA-Statistical Introduction: Variance
系列文
機器學習與數學天天玩13
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言