Skip to content

Conversation

@charlie219
Copy link

i introduced a vectotised approch to the FeatureNoramlisation function which reduced the length of the code.

@anonrootkit
Copy link

More optimized code :

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants