Category
page 12014 in artificial intelligence
generative adversarial network
deep learning method in which two neural networks compete with each other in a game, learning to generate new data with the same statistics as the training set
gated recurrent unit
mechanisms in recurrent neural networks

sequence-to-sequence learning
thumb|Animation of seq2seq with Recurrent neural network|RNN and attention mechanism
Seq2seq is a family of machine learning approaches used for natural language processing. Originally developed by Lê Viết Quốc, a Vietnamese computer scientist and a machine learning pioneer at Google Brain, this framework has become foundational in many modern AI systems. Applications include language translation, image captioning, conversational models, speech recognition, and text summarization.
Seq2seq uses sequence transformation: it turns one sequence into another sequence.
neural Turing machine
neural network with external memory
GloVe
GloVe, coined from Global Vectors, is a model for distributed word representation. The model is an unsupervised learning algorithm for obtaining vector representations of words. This is achieved by mapping words into a meaningful space where the distance between words is related to semantic similarity. Training is performed on aggregated global word-word co-occurrence statistics from a corpus, and the resulting representations showcase interesting linear substructures of the word vector space. As log-bilinear regression model for unsupervised learning of word representations, it combines the f