My problem is the following, when I take for example the fourth line and I compute the matrix multiplication XB to get my prediction, I got this: In [797]: np.dot(training[4], theta) Out[797]: array([-325625.35640697]) Which is totally wrong since I cannot have negative value for my dependent variable. It seems like because of my normalization ... More @Wikipedia
Hover over any link to get a description of the article. Please note that search keywords are sometimes hidden within the full article and don't appear in the description or title.