AI Acronyms
BERT: Bidirectional Encoder Representations from Transformers
BP: Brevity Penalty 惩罚因子 (机器翻译中用到)
BRNN: Bidirectional RNN
CBOW:
CNN: Convolutionary Neural Network
CTC: Connectionist Temporal Classification (语音识别用到)
DT: Decision Trees
FFN: Feedforward Neural Networks
GAN:
GI: General Inquirer
GRU: Gated Recurrent Unit
ICA: (独立成分分析)
IMDb: Internet Movie Database
Isomap: (流形学习)
KNN: K-Nearest Neighbors
LDA: Latent Dirichlet Allocation
LDA: (线性判别分析)
LLE: (流形学习)
LSTM: Long Short Term Memory
MJST: Multimodal Joint Sentiment-Topic
MLM: Masked Language Model
NaN: Not a Number
NB: Naive Bayes
NLP: Natural Language Processing
NSP: Next Sentence Prediction
PCA: (主成分分析)
RF: Random Forest
RNN: Recurrent Neural Network
SGD: Stochastic Gradient Descent
SVM: Support Vector Machines
t-SNE: (非线性降维方法)
TF: TensorFlow
WGAN: