I dont know to make a deep learning model for regression prblems

In this course , i know only one model for regression I.e linear regression , should I solve this problem using linear regression or deep learning model for regression will be taught later?Challenge name is HOUSE PRICE PREDICTION

hey @rohansrivastav ,
THe model is same as the one you make for classification.

its just that we change the final activation layer from softmax to relu and loss function from categoical crossentropy to root mean squared error.

You can learn about this on google , and let me know if still you have some doubts.

1 Like

yes i got it , thank you very much