Home / Expert Answers / Computer Science / machien-learning-linear-regration-we-consider-the-following-data-set-concerning-house-pricing-th-pa739

(Solved): machien learning - linear regration We consider the following data set concerning House pricing. Th ...



machien learning - linear regration

We consider the following data set concerning House pricing. The table presents the values of two features (Area and Number o
We consider the following data set concerning House pricing. The table presents the values of two features (Area and Number of rooms) and the house price. 1- One variable Linear Regression We consider only the Area feature for estimating the price of house. We suggest to use a Linear Regression model the relationship between the Area - House price . a) Compute and the parameters of the Linear regression b) Compute the obtained cost function c) Compute the corresponding d) For computing the values of , we suggest using the Gradient Descent, with a learning rate . Compute the update of the parameters for three iterations of the GD. 2- Multivariable Linear Regression In this case both features re considered to build a Linear Regression. Where and correspond respectively to the features Area and number of rooms. a) Scaling of the data according to the two following steps - Subtract the mean value of each feature from the dataset. - After subtracting the mean, additionally scale (divide) the feature values by their respective standard deviations. b) Give the normal equations that compute the linear regression parameter vector (fill the matrix and the vector by the appropriate values).


We have an Answer from Expert

View Expert Answer

Expert Answer


a) To compute the parameters w and b of the Linear Regression model using the given data, you would need to use the following formulas:w = (X^T*X)^(-1
We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe