
IP屬地:浙江
Logistics Regression 1 邏輯回歸和線性回歸的比較 先給出結論的表格 其中Cross Entropy: 為什么要用Cross...
Classification(分類) 應用舉例Credit Scoringinput: income, saving, profession, ...
Gradient Descent Tip1: Turning Your Learning Rate Learning Rate 會影響梯度下降...
Where does the error comes from Bias and Variance error 的來源有兩種—bias(偏差) ...
Regression(回歸) 回歸可以用來做什么? 股票預測:Input 股票歷史數據,Output 明日股票數據 自動駕駛:Input 周圍障...
# 什么是Machine Learning Looking for function from data(從很多數據中找到解決問題的方法) Ma...