Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Linear Regression with n Features | Multiple Linear Regression
Linear Regression with Python

Linear Regression with n FeaturesLinear Regression with n Features

n-feature Linear Regression Equation

As we have seen, adding the new feature to the linear regression model is as easy as adding it along with the new parameter to the model's equation. We can add much more than two parameters that way.

Note

Consider n to be a whole number greater than two.

Normal Equation

The only problem is the visualization. If we have two parameters, we need to build a 3D plot. But if we have more than two parameters, the plot will be more than three-dimensional. But we live in a 3-dimensional world and cannot imagine higher-dimensional plots. However, it is not necessary to visualize the result. We only need to find the parameters for the model to work. Luckily, it is relatively easy to find them. The good old Normal Equation will help us:

X̃ Matrix

Notice that only the matrix has changed. Let's take a closer look at this matrix. You can think of the columns of this matrix as each responsible for its β parameter. The following video explains what I mean.

The first column of 1s is needed to find the β₀ parameter.

Choose the INCORRECT statement.

Selecione a resposta correta

Tudo estava claro?

Seção 2. Capítulo 2
course content

Conteúdo do Curso

Linear Regression with Python

Linear Regression with n FeaturesLinear Regression with n Features

n-feature Linear Regression Equation

As we have seen, adding the new feature to the linear regression model is as easy as adding it along with the new parameter to the model's equation. We can add much more than two parameters that way.

Note

Consider n to be a whole number greater than two.

Normal Equation

The only problem is the visualization. If we have two parameters, we need to build a 3D plot. But if we have more than two parameters, the plot will be more than three-dimensional. But we live in a 3-dimensional world and cannot imagine higher-dimensional plots. However, it is not necessary to visualize the result. We only need to find the parameters for the model to work. Luckily, it is relatively easy to find them. The good old Normal Equation will help us:

X̃ Matrix

Notice that only the matrix has changed. Let's take a closer look at this matrix. You can think of the columns of this matrix as each responsible for its β parameter. The following video explains what I mean.

The first column of 1s is needed to find the β₀ parameter.

Choose the INCORRECT statement.

Selecione a resposta correta

Tudo estava claro?

Seção 2. Capítulo 2
some-alt