Tutorial 0 : Introduction to NLP (Natural Language Processing)
Introduction
In this tutorial, we will try to create a simple text classifier following these steps :
Understand how the bag of words model work.
Build a small text dataset.
Convert this text dataset into numbers (to feed them to the classifier).
...
interrupt101.hashnode.dev3 min read