Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • $\begingroup$ Thanks for the answer sir! ... I have a question please, how should the mean images computed over the dataset? shall I compute a single mean over (testing+training data) or shall I compute two different means one for training and the other for testing ? $\endgroup$ Commented Sep 11, 2016 at 13:36
  • $\begingroup$ Just a note, the mean you should remove from the test set should be the mean of the training data I believe right? To make the same transformation. Otherwise if sets are too different, means would be also different, and therefore the transformation applied to the test set, also different. Could anyone back me up? @amoeba? $\endgroup$ Commented Jul 2, 2017 at 21:06
  • 1
    $\begingroup$ @ouranos That's right -- you subtract the mean of the training data from the test data. That's what I meant by "both transformations should be done using the values obtained with the training set." $\endgroup$ Commented Jul 2, 2017 at 21:16