Coursera
Coursera copied to clipboard
Feature Normalization unit test not pass
Feature Normalization unit test not pass
Use the below code :
mu = mean(X_norm);
sigma = std(X_norm);
X_norm = X_norm - mu;
X_norm = X_norm ./ sigma;