How is the hypothesis represented in multivariate regression? Transpose of matrix a is represented as aT.
How is the hypothesis represented in multivariate regression? Transpose of matrix a is represented as aT. Correct Answer h(X) = tTX
In multivariate regression, t = T, X = T. t is the vector of coefficients of the features. X is the feature vector denoting all the features.




