What is the difference between NLP and machine learning?

283 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

The other post is largely correct, but there’s more to add. NLP covers all natural language processing, much of which isn’t machine learning or AI at all. All computer parsing of natural language falls under NLP.

Also, much of machine learning has nothing to do with NLP. So NLP and machine learning venn diagram are two separate circles that partially overlap. Neither is a subset of the other.

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