Skip to content
Rain Hu's Workspace
Go back

[ML] 機器學習與統計學

Rain Hu

Introduction to ML

統計學與機器學習差在哪裡?

結論

統計與機器學習類似的專有名詞

\(\begin{array}{ll} \text{Statistics} & \text{Machine Learning} \text{response, dependent variable} & \text{label} \\\hline \text{covariate, explanatory variable, independent variable} & \text{feature} \\\hline \text{model} & \text{network} \\\hline \text{parameter, coefficient} & \text{weight} \\\hline \text{fitting} & \text{learning} \\\hline \text{refression, classification} & \text{supervised learning} \\\hline \text{density estimation, cluster} & \text{unsupervised learning} \\\hline \end{array}\)


Share this post on:

Previous
[LeetCode] 1323. Maximum 69 Number
Next
[LeetCode] 79. Word Search