GloVe stands for Global Vectors and is a model to produce a distributed word representation. It's an unsupervised learning method that finds a useful word representation in a vector space using statistics on the co-occurrence words from a corpus.
It combines two methods: global matrix factorization and local context windows. We will now explain these two models in more detail and show an example of how to use it.