numpy-ml

Machine learning, in NumPy

Navigation

  • Hidden Markov models
  • Gaussian mixture models
  • Latent Dirichlet allocation
  • N-gram smoothing models
  • Multi-armed bandits
  • Reinforcement learning
  • Nonparametric models
  • Matrix factorization
  • Tree-based models
  • Neural networks
  • Linear models
  • Preprocessing
    • General
    • Digital signal processing
    • Natural language processing
  • Utilities

Related Topics

  • Documentation overview
    • Previous: LinearRegression
    • Next: General

Quick search

PreprocessingΒΆ

  • General
    • FeatureHasher
    • OneHotEncoder
    • Standardizer
    • minibatch
  • Digital signal processing
    • DCT
    • DFT
    • dft_bins
    • magnitude_spectrum
    • power_spectrum
    • batch_resample
    • nn_interpolate_2D
    • nn_interpolate_1D
    • bilinear_interpolate
    • to_frames
    • autocorrelate1D
    • preemphasis
    • cepstral_lifter
    • mel_spectrogram
    • mfcc
    • mel2hz
    • hz2mel
    • mel_filterbank
  • Natural language processing
    • BytePairEncoder
    • HuffmanEncoder
    • TFIDFEncoder
    • Vocabulary
    • Token
    • ngrams
    • remove_stop_words
    • strip_punctuation
    • tokenize_words
    • tokenize_whitespace
    • tokenize_chars
    • tokenize_bytes_raw
    • bytes_to_chars
©2022, David Bourgin. | Page source