ML-For-Beginners/6-NLP
Abhinav Sharma f17f05ace9
Update README.md
Fix link to Jupyter-notebook
2021-07-29 07:48:06 +05:30
..
1-Introduction-to-NLP Update README.md 2021-07-29 07:26:26 +05:30
2-Tasks changes per request 2021-06-24 22:12:49 +01:00
3-Translation-Sentiment Update README.md 2021-07-29 07:34:20 +05:30
4-Hotel-Reviews-1 renaming NLP notebook 2021-06-29 10:53:23 -04:00
5-Hotel-Reviews-2 Update README.md 2021-07-29 07:48:06 +05:30
data notebook files and lesson writeup edits 2021-06-23 14:15:56 -04:00
images re-numbering lesson groups 2021-06-04 12:19:11 -04:00
translations Create README.zh-cn.md 2021-07-18 20:58:42 +08:00
README.md final NLP lesson, Learn collection link 2021-06-25 11:15:53 -04:00

README.md

Getting started with natural language processing

Natural language processing, NLP, is a subfield of artificial intelligence. The whole field is directed at helping machines understand and process the human language. This can then be used to perform tasks like spell check or machine translation.

Regional topic: European languages and literature and romantic hotels of Europe ❤️

In this section of the curriculum, you will be introduced to one of the most widespread uses of machine learning: natural language processing (NLP). Derived from computational linguistics, this category of artificial intelligence is the bridge between humans and machines via voice or textual communication.

In these lessons we'll learn the basics of NLP by building small conversational bots to learn how machine learning aids in making these conversations more and more 'smart'. You'll travel back in time, chatting with Elizabeth Bennett and Mr. Darcy from Jane Austen's classic novel, Pride and Prejudice, published in 1813. Then, you'll further your knowledge by learning about sentiment analysis via hotel reviews in Europe.

Pride and Prejudice book and tea

Photo by Elaine Howlin on Unsplash

Lessons

  1. Introduction to natural language processing
  2. Common NLP tasks and techniques
  3. Translation and sentiment analysis with machine learning
  4. Preparing your data
  5. NLTK for Sentiment Analysis

Credits

These natural language processing lessons were written with by Stephen Howell