What is the difference between NLP and machine learning?

299 views

Let’s say, we sell shoes online and we have the history of every order our customers have ever placed stored in our database. We want to use that data so we know what shoes we should recommend to each customer, based on their previous purchases, so they buy more shoes from us. Could you please explain how NLP or machine learning would apply in this context and what the difference between the two is?

A colleague is using these terms interchangeably and I don’t think they are the same thing.

In: 3

9 Answers

Anonymous 0 Comments

NLP is a subset of machine learning where the input data is large amounts of natural language in text form.

There are lots of other kinds of machine learning: everything from simple linear regression to clustering to neural networks.

You are viewing 1 out of 9 answers, click here to view all answers.