April 2017
Beginner to intermediate
358 pages
9h 30m
English
In this application, we will look at predicting the gender of a writer based on their use of different words. We will use a Naive Bayes method for this, trained in MapReduce. The final model doesn't need MapReduce, although we can use the Map step to do so—that is, run the prediction model on each document in a list. This is a common Map operation for data mining in MapReduce, with the reduce step simply organizing the list of predictions so they can be tracked back to the original document.
We will be using Amazon's infrastructure to run our application, allowing us to leverage their computing resources.
Read now
Unlock full access