Explain GloVe?
GloVe is used to represent distributed words. It is an unsupervised learning algorithm to represent the words. It maps the word comparing the distance between the word based on semantic similarity. It is used in finding relations between company and products, zip codes and cities and various other applications. It uses approaches like cosine similarity and Euclidean distance which measures the distance between the words.