Classification and regression problems may look hard to tackle at first but using tree methods such as Random Forests, Support Vector Regression, and the like can do most of the leg work for these types of problems and are generally a very good place to start. Here we will examine...

Algorithmic Methodology 1. Filter the Yelp Academic Dataset to yield only food based venues 2. Using the gensim library, I attempt to establish contextual similarity between words through sentence vector comparisons. The model looks at the context in each word is mentioned an establishes similarity based on the surrounding words....