跳转到主要内容
  • ANOVA : Analysis of Variance
  • AUC : Area Under the Curve

    also known as AUROCArea Under Receiver Operating Characteristic
  • CVCross Validation
  • CNN : Convolutional Neural Network
  • DNNDeep Neural Network or Deconvolutional Neural Network
  • EDAExploratory Data Analysis
  • GBMGradient Boosting Machine
  • GLMGeneralized Linear Model
  • GRUGated Recurrent Unit
  • HMM : Hidden Marcov Model
  • ICAIndependent Component Analysis
  • kNNk-Nearest Neighbors
  • LBLeaderBoard
  • LDALatent Dirichlet Allocation or Linear Discriminant Analysis
  • LLE : Locally Linear Embedding
  • LOOCV : Leave-One-Out cross-validation
  • LpO CV : Leave-p-out cross-validation
  • LSA/LSILatent Semantic Allocation/Indexing
  • LSTM: Long Short Term Memory
  • MAPEMean Absolute Percentage Error
  • MCMC : Markov Chain Monte Carlo
  • MDS : Multi-Dimensional Scaling
  • MSEMean Squared Error
  • NLDR: Non-Linear Dimensionality Reduction
  • NLP : Natural Language Processing
  • NMFNon-Negative Matrix Factorization
  • OOFOut Of Fold
  • PCAPrincipal Component Analysis
  • pLSAProbabilistic Latent Semantic Allocation
  • R2 : R-squared
  • RFRandom Forest
  • RFERecursive Feature Elimination
  • RMSLE : Root Mean Squared Logarithmic Error
  • RNNRecurrent Neural Network
  • ROC : Receiver Operating Characteristic
  • SMOTESynthetic Minority Over-sampling Technique
  • SVMSupport Vector Machine
  • tf-idfterm frequency, inverse document frequency
  • t-SNEt-Distributed Stochastic Neighbor Embedding
  • LB stands for LeaderBoard;
  • CV stands for Cross Validation https://en.wikipedia.org/wiki/Cross-validation_(statistics);
  • DNN stands for Deep Neural Network;
  • CNN stands for Convolutional Neural Network;
  • RNN stands for Recurrent Neural Network;
  • SVM stands for Support Vector Machine.
  • SMOTE: Synthetic Minority Over-sampling Technique
  • LSA/LSI: Latent Semantic Allocation/Indexing
  • pLSA: Probabilistic Latent Semantic Allocation
  • NMF: Non-Negative Matrix Factorization
  • kNN: k-Nearest Neighbors
  • RFE: Recursive Feature Elimination
  • RF: Random Forest
  • ICA: Independent Component Analysis
  • PCA: Principal Component Analysis
  • LOOV : Leave-One-Out cross-validation

  • LKOV : Leave-k-Out cross-validation

  • RMSLE : Root Mean Squared Logarithmic Error

  • R2 : R-squared (regression metrics)

  • ROC : Receiver Operating Characteristic

  • AUC : Area Under the Curve (ROC curve)

  • MDS : Multidimensional Scaling

  • LLE : Locally Linear Embedding

  • HMM : Hidden Marcov Model

  • MCMC : Markov chain Monte Carlo

  • ANOVA : Analysis of Variance

  • NLP : Natural Language Processing

原文:https://www.kaggle.com/getting-started/38187