Machine Learning (ML) Word Embeddings: GloVe and Word2Vec Word Embeddings correlates the likeness of the meaning of words with their relative similarity and represent them numerically as a vector.
Machine Learning (ML) K-medoids Clustering K-medoids Clustering is an Unsupervised Clustering algorithm that cluster objects in unlabelled data. It is an improvement to K Means clustering which is sensitive to outliers.