Data Science NLP Snippets #2: Cluster Documents Using Word2Vec Learn how to cluster documents using Word2Vec. You'll work through a sample project, train a Word2Vec model and use K-means to create groups of news articles.
Data Science Mind-reading Algorithms: An Introduction to Recommender Systems How do Netflix, Amazon, and Google recommend content to users? Understand the What, Why, and How of Recommenders through stories and examples.