Slope of multidimensional line in regression

100 Views Asked by At

lets say I did a regression problem and I got weights = [w0,w1,w2,...wn], with n a large number.

How do we find the Slope of this line?

I know how to do slopes in 2D, but I'm having difficulty figuring this out.

Thanks

*Sorry if this is too basic for you.