A quick start guide to get you up and running with an easy yet highly relevant NLP project in Python
Natural Language Processing (NLP) is an extremely exciting field. It lies at the confluence of computer science, linguistics and artificial intelligence, and is concerned with the interaction between human language and computers. More specifically: its goal is to understand how to program computers to understand and interpret our natural language.
… Nonetheless, building models to classify natural language is relatively straightforward. It’s a cool exercise because it’s relevant. This is a very real application of ML that you could use in your own projects. Read More