3.1. Linear Regression -- Dive into Deep Learning 0.7 documentation
To keep things simple, we will start with running example in which we consider 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). In economics papers, it is common for authors to write out linear models in this format with a gigantic equation that spans multiple lines containing terms for every single feature. For the high-dimensional data that we often address in machine learning, writing out the entire model can be tedious. In these cases, we will find it more convenient to use linear algebra notation. Above, the vector \(\mathbf{x}\) corresponds to a single data point.
Jun-29-2019, 13:18:31 GMT
- Technology: