Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.41 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.41 KB

Preprocessing

The preprocessing module implements common data preprocessing routines.

  • nlp.py: Routines and objects for handling text data.

  • dsp.py: Routines for handling audio and image data.

    • Signal windowing
    • Signal autocorrelation
    • Discrete Fourier transform
    • Discrete cosine transform (type II)
    • Signal resampling via (bi-)linear interpolation and nearest neighbor
    • Mel-frequency cepstral coefficients (MFCCs) (Mermelstein, 1976; Davis & Mermelstein, 1980)
  • general.py: General data preprocessing objects and functions.

    • Feature hashing (Moody, 1989)
    • Mini-batch generators
    • One-hot encoding / decoding
    • Feature standardization