question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Normalization

See original GitHub issue

I would like to add a threshold to the feature normalization.

Explanation taken from here: https://www.audiolabs-erlangen.de/content/resources/MIR/chromatoolbox/2011_MuellerEwert_ChromaToolbox_ISMIR.pdf

To avoid random energy distributions occurring during pas- sages of very low energy (e. g., passages of silence before the actual start of the recording or during long pauses), we replace a chroma vector x by the uniform vector of norm one in case |x|p falls below a certain threshold…

Anyone against adding a this parameter to the normalize() function?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
bmcfeecommented, May 4, 2016

Agreed. I think we’ll want to change the api to reverse the interpretation of axes.

0reactions
bmcfeecommented, Dec 10, 2016

Implemented as #471

Read more comments on GitHub >

github_iconTop Results From Across the Web

Feature scaling - Wikipedia
Feature scaling is a method used to normalize the range of independent variables or features of data. In data processing, it is also...
Read more >
5. Feature Normalization — Data Science 0.1 documentation
Normalisation is another important concept needed to change all features to the same scale. This allows for faster convergence on learning, and more...
Read more >
Feature Normalization - an overview | ScienceDirect Topics
Feature normalization is mostly needed to eliminate the effect of several quantitative features measured on different scales. Furthermore, feature extraction is ...
Read more >
Feature Scaling and Normalisation in a Nutshell
Feature scaling is the process of scaling the values of features in a dataset so that they proportionally contribute to the distance calculation....
Read more >
sklearn.preprocessing.StandardScaler
Standardize features by removing the mean and scaling to unit variance. The standard score of a sample x is calculated as: z =...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found