Coursera icon indicating copy to clipboard operation
Coursera copied to clipboard

Feature Normalization unit test not pass

Open TriEyeMonster opened this issue 6 years ago • 1 comments

Feature Normalization unit test not pass

TriEyeMonster avatar Mar 31 '19 15:03 TriEyeMonster

Use the below code :

mu = mean(X_norm);
sigma = std(X_norm);

X_norm = X_norm - mu;
X_norm = X_norm ./ sigma; 

anonrootkit avatar Feb 05 '20 17:02 anonrootkit