Skip to content

Commit

Permalink
Restructure a sentence (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-ali authored and astonzhang committed Jan 21, 2019
1 parent f488c74 commit a11f315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_deep-learning-basics/linear-regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ we assume that prediction can be expressed as a *linear* combination of the inpu

### Linear Model

For the sake of simplicity we will use the problem of estimating the price of a house based (e.g. in dollars) on area (e.g. in square feet) and age (e.g. in years) as our running example. In this case we could model
For the sake of simplicity we will use the problem of estimating the price of a house (e.g. in dollars) based on area (e.g. in square feet) and age (e.g. in years) as our running example. In this case we could model

$$\mathrm{price} = w_{\mathrm{area}} \cdot \mathrm{area} + w_{\mathrm{age}} \cdot \mathrm{age} + b$$

Expand Down

0 comments on commit a11f315

Please sign in to comment.