Skip to content

Commit

Permalink
Merge pull request mGalarnyk#19 from psikrishna/patch-1
Browse files Browse the repository at this point in the history
Updated featureNormalize.m according to question

Thanks for the PR
  • Loading branch information
mGalarnyk authored May 27, 2020
2 parents 0ba8bfe + f55b471 commit a618732
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@
%






mu=mean(X);
sigma=std(X);
X_norm=(X-mu)./sigma;



Expand Down

0 comments on commit a618732

Please sign in to comment.