- 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.
推薦閱讀
- 課課通計算機原理
- Natural Language Processing Fundamentals
- IoT Penetration Testing Cookbook
- 物聯(lián)網(wǎng)與云計算
- 電腦上網(wǎng)直通車
- 系統(tǒng)安裝與重裝
- 觸控顯示技術(shù)
- CompTIA Linux+ Certification Guide
- Grome Terrain Modeling with Ogre3D,UDK,and Unity3D
- 電腦日常使用與維護322問
- Linux Shell編程從初學到精通
- 從零開始學Java Web開發(fā)
- Hands-On Dashboard Development with QlikView
- Learning Linux Shell Scripting
- Cortex-M3嵌入式處理器原理與應(yīng)用