About Natural Language Processing (NLP) using Python Course
Why pursue Natural Language Processing (NLP)?
More than 80% of the data in this world is unstructured in nature, which includes text. You need text mining and Natural Language processing (NLP) to make sense out of this data.
Natural Language Processing (NLP) helps you extract insights from emails of customers, their tweets, text messages.
Natural Language Processing (NLP) can power many applications, such as language translation, question answering systems, chatbots and document summarizers.
Key Takeways from the Natural Language Processing using Python course:
- Understand the nature of text data and how to work with it.
- Learn about different text pre-processing techniques.
- Learn how to perform Parts-of-Speech Tagging and Named Entity Recognition
- Learn about the important techniques for feature extraction from text.
- Understand how deep learning can be used to solve complex tasks in NLP.
- Implement awesome NLP projects using Deep Learning.
What will you learn in NLP with Python?
- 194 Video Lessons
- No past experience of working on text data required
- The course covers classic and Deep Learning based NLP
- Covers a wide range of techniques used in industry. For e.g. POS tagging, NER, RNNs and Sequence to sequence modeling
Why take Natural Language Processing?
Tools Covered in this Course
Projects in NLP Using Python Course
Natural Language Processing (NLP) Using Python Course Curriculum
-
1
Course Handouts
- Download Course Handouts
-
2
Module 1 : Introduction to Natural Language Processing
- Getting Started
- Knowing each other
- Welcome to the Course
- About the Course FREE PREVIEW
- Introduction to Natural Language Processing FREE PREVIEW
- Exercise : Introduction to Natural Language Processing
- Podcast with NLP Researcher Sebastian Ruder FREE PREVIEW
-
3
Module 2 : A Refresher to Python
- Installation steps for Linux
- Installation steps for Mac
- Installation steps for Windows
- Packages Installation
- Introduction to Python
- Variables and Operators
- Exercise : Variables and Operators
- Python Lists
- Exercise : Python Lists
- Dictionaries
- Exercise : Dictionaries
- Conditional Statements
- Exercise : Conditional Statements
- Loops
- Exercise : Loops
- Functions
- Python Functions Practice
- Exercise : Functions
- Packages
- Exercise : Packages
- Files
- Exercise : Files
-
4
Module 3 : Learn to use Regular Expressions
- Welcome to Module
- Understanding Regular Expression FREE PREVIEW
- Implementing Regular Expression in Python
- Exercise : Implementing Regular Expression in Python
- Regular Expressions in Action
-
5
Module 4 : First Step of NLP - Text Processing
- Welcome to Module
- Tokenization and Text Normalization FREE PREVIEW
- Exercise : Tokenization and Text Normalization
- Exploring Text Data
- Part of Speech Tagging and Grammar Parsing
- Exercise : Part of Speech Tagging and Grammar Parsing
- Implementing Text Pre-processing Using NLTK
- Exercise : Implementing Text Pre-processing Using NLTK
- Natural Language Processing Techniques using spaCy
-
6
Module 5 : Extracting Named Entities from Text
- Welcome to Module
- Understanding Named Entity Recognition FREE PREVIEW
- Exercise : Understanding Named Entity Recognition
- Implementing Named Entity Recognition
- Exercise : Implementing Named Entity Recognition
- Named Entity Recognition and POS tagging using spaCy
- POS and NER in Action : Text Data Augmentation
- Assignment: Share your learning and build your profile
-
7
Module 6 : Feature Engineering for Text
- Introduction to Text Feature Engineering
- Count Vector, TFIDF Representations of Text
- Exercise : Introduction to Text Feature Engineering
- Understanding Vector Representation of Text
- Exercise : Understanding Vector Representation of Text
- Understanding Word Embeddings
- Word Embeddings in Action - Word2Vec
- Word Embeddings in Action - GloVe
-
8
Module 7 : Mastering the Art of Text Cleaning
- Introduction to Text Cleaning Techniques Part 1
- Exercise : Introduction to Text Cleaning Techniques Part 1
- Introduction to Text Cleaning Techniques Part 2
- Exercise : Introduction to Text Cleaning Techniques Part 2
- Text Cleaning Implementation
- Exercise : Text Cleaning Implementation
-
9
Module 8 : Project I - Social Media Information Extraction
- Project I - Social Media Information Extraction
-
10
Module 9 : Interpreting Patterns from Text - Topic Modelling
- Introduction to Topic Modelling
- Exercise : Introduction to Topic Modelling
- Understanding LDA
- Exercise : Understanding LDA
- Implementation of Topic Modelling
- Exercise : Implementation of Topic Modelling
- LSA for Topic Modelling
-
11
Module 10: Project II - Categorization of Sports Articles
- Understanding the Problem Statement
- Importing Dataset
- Text Cleaning and Pre-processing
- Categorizing Articles using Topic Modelling
-
12
Module 11.1 : Machine Learning Algorithms
- Note
- Types of Machine Learning Algorithms
- Logistic Regression
- Decision Tree
- Naive Bayes
- SVM (Support Vector Machine)
- Random Forest
-
13
Module 11.2 : Understanding Text Classification
- Overview of Text Classification
- Exercise : Overview of Text Classification
- Assignment: Share your learning and build your profile
-
14
Module 12.1 : Introduction to Deep Learning (Optional)
- Note
- Getting started with Neural Network
- Exercise : Getting started with Neural Network
- Understanding Forward Propogation
- Exercise : Forward Propogation
- Math Behind Forward Propagation
- Exercise : Math Behind Forward Propagation
- Error and Reason for Error
- Exercise : Error and Reason for Error
- Gradient Descent Intuition
- Understanding Math Behind Gradient Descent
- Exercise : Gradient Descent
- Optimizer
- Exercise : Optimizer
- Back Propagation
- Exercise : Back Propagation
- Why Keras?
- Exercise : Why Keras?
- Building a Neural Network for Text Classification
- Why CNN?
- Exercise : Why CNN?
- Understanding the working of CNN Filters
- Exercise : Understanding the working of CNN Filters
- Introduction to Padding
- Exercise : Introduction to Padding
- Padding Strategies
- Exercise : Padding Strategies
- Padding Strategies in Keras
- Exercise : Padding Strategies in Keras
- Introduction to Pooling
- Exercise : Introduction to Pooling
- CNN architecture and its working
- Exercise : CNN architecture and its working
-
15
Module 12.2 : Deep Learning for NLP
- Deep Learning for NLP Part 1
- Exercise : Deep Learning for NLP Part 1
- Deep Learning for NLP Part 2
- Exercise : Deep Learning for NLP Part 2
- Text Generation Using LSTM
- Exercise : Text Generation Using LSTM
-
16
Module 13 : Project III – SMS Spam Classification
- Dataset download
- Text Cleaning
- Feature Engineering
- Advanced Feature Engineering
- Combining Features
- ML Classifier
- Spam Classification using Deep Learning
-
17
Module 14 : Project IV – Hate Speech Classification
- Project IV
-
18
Module 15 : Project V – Building Auto-Tagging System
- Overview of Auto-Tagging System
- Introduction to Dataset and Performance Metrics
- Auto-Tagging Implementation Using Machine Learning Part-1
- Auto-Tagging Implementation Using Machine Learning Part-2
- Auto-Tagging Implementation Using Deep Learning
-
19
Module 16 : Recurrent Neural Networks
- Why RNN
- Introduction to RNN: Shortcomings of an MLP
- Introduction to RNN: RNN Architecture
- Training an RNN: Forward propagation
- Training an RNN: Backpropagation through time
- Need for LSTM/GRU
- Long Short Term Memory (LSTM)
- Gated Recurrent Unit (GRU)
- Project: Categorisation of websites using LSTM and GRU I
- Dataset and Notebook
- Project: Categorisation of websites using LSTM and GRU II
-
20
Module 17 : Introduction to Language Modeling in NLP
- Overview : Language Modeling
- What is a Language Model in NLP?
- N-gram Language Model
- Implementing an N-gram Language Model - I
- Implementing an N-gram Language Model - II
- Neural Language Model
- Implementing a Neural Language Model
-
21
Module 18 : Sequence-to-Sequence Modeling
- Intuition Behind Sequence-to-Sequence Modeling
- Need for Sequence-to-Sequence Modeling
- Understanding the Architecture of Sequence-to-Sequence
- Understanding Functioning of Encoder and Decoder
- Case Study: Building an Spanish to English Machine Translation Model
- Preprocessing of Text Data
- Converting Text to Integer Sequences
- Model Building and Inference
-
22
Module 19 : Project VI - Summarization of Customer Reviews
- Introduction
- Preprocessing and Feature Creation
- Model Building and Summary Generation
-
23
Module 20 : Project VII - Build your first Chatbot
- Introduction
- About this module
- Overview of Conversational Agents
- Project - Foodbot
- Overview of Rasa Framework
- System Setup
- Rasa NLU: Understanding user intent from a message
- Rasa NLU: Extracting intents from a user's message
- Rasa Core: Making your chatbot conversational
- Working with Zomato API
- Create a Workspace in Slack
- Deploying to Slack
- Assignment: Share your learning and build your profile
-
24
Module 21 : Bonus Section (Advance NLP tools)
- Getting started with Bonus Section
- Text Classification & Word Representations using FastText (An NLP library by Facebook)
- Introduction to Flair for NLP: A Simple yet Powerful State-of-the-Art NLP Library
- Introduction to StanfordNLP: An Incredible State-of-the-Art NLP Library for 53 Languages (with Python code)
- Tutorial on Text Classification (NLP) using ULMFiT and fastai Library in Python
- 8 Excellent Pretrained Models to get you Started with Natural Language Processing (NLP)
- Geo-coding using NLP by Shantanu Bhattacharyya and Farhat Habib
- Demystifying the What, Why and How of Chatbot by Sonny Laskar
- Sentiment Analysis using NLP and Deep Learning by Jeeban Swain
- Identifying Location using Clustering and Language Model - By Divya Choudhary
- Building Intelligent Chatbots from Scratch
-
25
Module 22 : Where to go from here?
- Where to go from here?
Certificate of Completion
Instructor(s)
-
Shivam Bansal
Shivam Bansal is an experienced full stack data scientist with more than 5 years of experience. He has led the development and execution of multiple end-to-end data science and analytics products for a number of clients from Insurance, Healthcare, Retail, and Academia domain. He has extensive experience with natural language processing and unstructured data analysis. He is currently ranked 2nd in Kaggle Kernels ranking. He is an author of a book chapter on Deep Learning and has also shared a number of top viewed articles on AnalyticsVidhya. -
Prateek Joshi
Prateek is a Data Scientist at Analytics Vidhya. He has a multidisciplinary academic background and rich experience in BFSI and E-Learning industries. Prateek's strengths include expertise in Natural Language Processing (NLP) and Machine Learning. He is well versed in Python, R and most of the libraries and frameworks around machine learning and NLP. He has taken various trainings around NLP and Data Science and he is also a course instructor and content creator at Analytics Vidhya. -
Mohd Sanad Zaki Rizvi
Mohd Sanad Zaki Rizvi is a Data Scientist at Analytics Vidhya. Sanad’s strength includes his expertise in Machine Learning, NLP and Software Engineering. He has conducted multiple trainings around Data Science and NLP and will be your instructor for this course. He has previously worked in a research capacity at the University of Southern Califonia, Los Angeles where he was working at the intersection of NLP and Deep Learning to build better virtual STEM mentors. When Sanad is not busy trying to explore the breakthroughs in NLP, he is an avid contributor to open-source projects including the Python programming language.
NLP Assessment Test
Here's what our students have to say about our Natural Language Processing (NLP) using Python course
-
Good job of covering very complex subject matter.
Carl Ware
Very comprehensive, challenging, and worthwhile
Very comprehensive, challenging, and worthwhile
Read Less -
A very helpful course
Bianca Aguglia
The course had a lot of information (which made it overwhelming at times) but it was presented very well. I liked all the practical examples and exercises. T...
Read MoreThe course had a lot of information (which made it overwhelming at times) but it was presented very well. I liked all the practical examples and exercises. Thank you for a great learning experience.
Read Less -
Easy to understand course with good examples
Umang Verma
I took this course soon after its launch as I was working on a few NLP projects. The course content is easy to understand and it has good projects. Initially...
Read MoreI took this course soon after its launch as I was working on a few NLP projects. The course content is easy to understand and it has good projects. Initially it felt that there were not enough projects - but the team added them to make it a perfect course for any aspirant in NLP.
Read Less
FAQ
-
Who should take this course?
This course is for people who are looking to get into the field of Natural Language Processing, or those who want to brush up their knowledge of NLP and get familiar with the trends in the field. The course provides you everything you need to know to become an NLP practitioner
-
I have a programming experience of 2+ years, but I have no background of Machine learning. Is the course right for me?
The course assumes prior background in Machine Learning. So we would recommend you to be aware of basics of Machine Learning before going through this course.
-
Do I need to install any software before starting the course?
Yes, you will get information about all installations as part of the course.
-
What is the refund policy?
The fee for this course is non-refundable.
-
Do I need to take the modules in a specific order?
We would highly recommend taking the course in the order in which it has been designed to gain the maximum knowledge from it.
-
Do I get a certificate upon completion of the course?
Yes, you will be given a certificate upon satisfactory completion of the course.
-
What is the fee for this course?
Fee for this course is INR 10,999
-
How long I can access the course?
You will be able to access the course material for six months since the start of the course.
-
When will the classes be held in this course?
This is an online self-paced course, which you can take any time at your convenience over the 6 months after your purchase.
Customer Support for our Courses & Programs
We are there for your support when you need!
-
Phone - 10 AM - 6 PM (IST) on Weekdays (Mon - Fri) on +91-8368808185
-
Email [email protected] (revert in 1 working day)
-
Discussion Forum - answer in 1 working day