- Deep Learning By Example
- Ahmed Menshawy
- 112字
- 2021-06-24 18:52:41
Interpreting model coefficients
Let's see how to interpret the coefficients of the model, such as the TV ad coefficient (beta1):
- A unit increase in the input/feature (TV ad) spending is associated with a 0.047537 unit increase in Sales (response). In other words, an additional $100 spent on TV ads is associated with an increase in sales of 4.7537 widgets.
The goal of building a learned model from the TV ad data is to predict the sales for unseen data. So, let's see how we can use the learned model in order to predict the value of sales (which we don't know) based on a given value of a TV ad.
推薦閱讀
- 大數(shù)據(jù)技術(shù)入門(第2版)
- 現(xiàn)代機械運動控制技術(shù)
- 21天學(xué)通Visual Basic
- Moodle Course Design Best Practices
- Android游戲開發(fā)案例與關(guān)鍵技術(shù)
- 過程控制系統(tǒng)
- Unity Multiplayer Games
- 從零開始學(xué)Java Web開發(fā)
- Machine Learning in Java
- 工業(yè)機器人應(yīng)用系統(tǒng)三維建模
- 數(shù)據(jù)結(jié)構(gòu)與實訓(xùn)
- 從實踐中學(xué)嵌入式Linux操作系統(tǒng)
- 歐姆龍CP1H型PLC編程與應(yīng)用
- BeagleBone Home Automation
- iPhone Game Blueprints