Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Apply Natural Language Processing (NLP) with Python

Posted By: ELK1nG
Apply Natural Language Processing (NLP) with Python

Apply Natural Language Processing (NLP) with Python
Created by Govind Kumar, Sai Acuity Institute | Last updated 12/2020
Duration: 1 hour | 5 sections | 5 lectures | Video: 1280x720, 44 KHz | 306 MB
Genre: eLearning | Language: English + Sub

Learn to use Machine Learning, Spacy & NLTK to conduct Natural Language Processing

What you'll learn
You will gain insights on what Natural Language Processing(NLP) is, its Applications & Challenges
You will learn Sentence Segmentation, Word Tokenization, Stemming, Lemmatization, Parsing, POS & Ambiguities in NLP
You will learn to execute using Machine Learning, NLTK & Spacey
You will learn to work with Text Files with Python
You will utilize Regular Expressions for pattern searching in text
You will use Part of Speech Tagging to automatically process raw text files
You will visualize POS and NER with Spacy
You will understand Vocabulary Matching with Spacy
You will use NLTK for Sentiment Analysis

Requirements
Understanding of Python and basics of machine learning
Description
Natural Language Processing (NLP) is a very interesting field associated with AI and is at the forefront of many useful applications like a chatbot. Knowledge of NLP is considered a necessity for those pursuing a career in AI. This course covers both the theory as well as the applications of NLP. Case studies are explained along with a walkthrough of the codes for a better understanding of the subject.

NLP is a subfield of computer science and artificial intelligence concerned with interactions between computers and human (natural) languages. It is used to apply machine learning algorithms to text and speech.
For example, we can use NLP to create systems like speech recognition, document summarization, machine translation, spam detection, named entity recognition, question answering, autocomplete, predictive typing and so on.
Nowadays, most of us have smartphones that have speech recognition. These smartphones use NLP to understand what is said. Also, many people use laptops whose operating system has built-in speech recognition.

Some Examples:
1.Cortana
The Microsoft OS has a virtual assistant called Cortana that can recognize a natural voice. You can use it to set up reminders, open apps, send emails, play games, track flights and packages, check the weather and so on.
2.Siri
Siri is a virtual assistant of the Apple Inc.’s iOS, watchOS, macOS, HomePod, and tvOS operating systems. Again, you can do a lot of things with voice commands: start a call, text someone, send an email, set a timer, take a picture, open an app, set an alarm, use navigation and so on.
3.Gmail
The famous email service Gmail developed by Google is using spam detection to filter out some spam emails.

In this course we will deal with:
a)NLP Introduction:
What is NLP
Applications of NLP
Challenges in NLP