Natural Language Processing, Deploy on Cloud(AWS) [Hindi]
Natural Language Processing, Deploy on Cloud(AWS) [Hindi], available at $19.99, has an average rating of 4.5, with 85 lectures, 4 quizzes, based on 54 reviews, and has 9397 subscribers.
You will learn about What is Natural Language Processing and its applications? What are various text cleaning/processing techniques and their implementation in python. Implementation: Spam Filter, Article Summarization, Article Classification, Sentiment Analysis What is Machine Leaning? What is Supervised and UnSupervised Learning? This course is ideal for individuals who are People willing to learn NLP and looking forward to build career in Machine Learning. or People who like coding as this course include Bit Heavy Python Coding in some sections. It is particularly useful for People willing to learn NLP and looking forward to build career in Machine Learning. or People who like coding as this course include Bit Heavy Python Coding in some sections.
Enroll now: Natural Language Processing, Deploy on Cloud(AWS) [Hindi]
Summary
Title: Natural Language Processing, Deploy on Cloud(AWS) [Hindi]
Price: $19.99
Average Rating: 4.5
Number of Lectures: 85
Number of Quizzes: 4
Number of Published Lectures: 85
Number of Published Quizzes: 4
Number of Curriculum Items: 91
Number of Published Curriculum Objects: 91
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- What is Natural Language Processing and its applications?
- What are various text cleaning/processing techniques and their implementation in python.
- Implementation: Spam Filter, Article Summarization, Article Classification, Sentiment Analysis
- What is Machine Leaning? What is Supervised and UnSupervised Learning?
Who Should Attend
- People willing to learn NLP and looking forward to build career in Machine Learning.
- People who like coding as this course include Bit Heavy Python Coding in some sections.
Target Audiences
- People willing to learn NLP and looking forward to build career in Machine Learning.
- People who like coding as this course include Bit Heavy Python Coding in some sections.
This course provides a basic understanding of NLP. Anyone can opt for this course. Prior understanding of Machine Learning is good to have. However, for those who don;t know Machine Learning, I have added sections for Machine Learning. Text Processing like Tokenization, Stop Words Removal, Stemming, different types of Vectorizers, WSD, etc are explained in detail with python code. Application of NLP like Spam Filter, Sentiment Analysis, Auto-Summarizing Article and Article Classification implemented in python.
Below Topics are covered
Chapter – Introduction to Natural Language Processing (NLP)
– NLP?
– NLP applications
– Machine Learning – Steps
Chapter – Setup Environment
– Installing Anaconda, how to use Spyder and Jupiter Notebook
– Installing Libraries
Chapter – Creating Environment on cloud (AWS)
– Creating EC2, connecting to EC2
– Installing libraries, transferring files to EC2 instance, executing python scripts
Chapter – Data Analysis and Data Cleaning
– Drawing various kinds of graph to understand the trend
– Regular Expression for data cleaning
Chapter – Text Preprocessing
Below Text Preprocessing Techniques
– Tokenization, Stop Words Removal, N-Grams
– Stemming, Word Sense Disambiguation
Chapter – Text Preprocessing – Python Code
Below Text Preprocessing Techniques with Python code
– Tokenization, Stop Words Removal, N-Grams, Stemming, Word Sense Disambiguation
– Count Vectorizer, Tfidf Vectorizer. Hashing Vector
Chapter – Vectorizing
– Count Vectorizer
– Tfidf Vectorizer
– Hashing Vector
Chapter – Machine Learning
– What is Machine Learning and its Types?
– Supervised Learning
– Simple Linear Regression
– Regression Model Performance – R-Square
– Logistic Regression
– K-Nearest Neighbours
– Naive Bayes
– Classification Model Performance – Confusion Matrix
Chapter – Spam Filter
– Concept with Python Code
Chapter – Sentiment Analysis
– Concept with Python Code
Chapter: Deploy Machine Learning Model using Flask on AWS
– Understanding the flow
– Serverside and Clientside coding, Setup Flask on AWS, sending request and getting response back from flask server
Chapter – Summarizing Article
– Concept with Python Code
Chapter: UnSupervised Learning: Clustering
– Partitioning Algorithm: K-Means Algorithm
– Random Initializing Trap
– Measuring UnSupervised Clusters Performace
– Elbow Method
Chapter – Article Classification
– Concept with Python Code
Course Curriculum
Chapter 1: Introduction to Natural Language Processing
Lecture 1: About Course
Lecture 2: What is Natural Language Processing (NLP)?
Lecture 3: Text Preprocessing
Lecture 4: Building Model – Steps
Chapter 2: Optional: Setup Environment
Lecture 1: Installing Anaconda
Lecture 2: How to Use Spyder Notebook
Lecture 3: How to use Jupiter Notebook
Lecture 4: Installing Library
Chapter 3: Setup Environment on Cloud(AWS)
Lecture 1: Why AWS?
Lecture 2: Create EC2 Instance
Lecture 3: Connect to EC2 instance
Lecture 4: Installing Packages
Lecture 5: Transferring Files to AWS EC2 instance
Chapter 4: Data Analysis and Data Cleaning
Lecture 1: Data Analysis – Python 1
Lecture 2: Data Analysis – Python 2
Lecture 3: Regular Expression – Concept
Lecture 4: Regular Expression – Python 1
Lecture 5: Regular Expression – Python 2
Lecture 6: Regular Expression – Python 3
Lecture 7: Data Cleaning – Python
Chapter 5: Text Preprocessing
Lecture 1: Tokenization
Lecture 2: Tokenization – Python
Lecture 3: Stop Words
Lecture 4: Stop Word Removal – Python
Lecture 5: N-Grams
Lecture 6: N-Grams – Python
Lecture 7: Stemming
Lecture 8: Stemming – Python
Lecture 9: Word Sense Disambiguation
Lecture 10: Word Sense Disambiguation – Python
Chapter 6: Vectorizing
Lecture 1: Vectorizing
Lecture 2: Count Vectorizer
Lecture 3: Count Vectorizer – Python
Lecture 4: TF-IDF Vectorizer
Lecture 5: TF-IDF Vectorizer – Python
Lecture 6: Hashing Vectorizer
Lecture 7: Hashing Vectorizer – Python
Chapter 7: Machine Learning
Lecture 1: What is Machine Learning?
Lecture 2: Types of Machine Learning
Lecture 3: Supervised Learning
Lecture 4: Simple Linear Regression: Concept
Lecture 5: Measuring Regression Model Performance: R^2 (R – Square)
Lecture 6: Supervised Learning: Classification: Logistic Regression
Lecture 7: Confusion Matrix
Lecture 8: K – Nearest Neighbours Algorithm
Lecture 9: K – Nearest Neighbours: Python 1
Lecture 10: K – Nearest Neighbours: Python 2
Lecture 11: Naive Bayes
Chapter 8: Spam Filter
Lecture 1: Spam Filter using CountVectorizer
Lecture 2: Spam Filter using Hashing
Lecture 3: Spam Filter – Python 1
Lecture 4: Spam Filter – Python 2
Lecture 5: Spam Filter – Python 3
Chapter 9: Sentiment Analysis
Lecture 1: Sentiment Analysis – Concept
Lecture 2: Sentiment Analysis – Python 1
Lecture 3: Sentiment Analysis – Python 2
Lecture 4: Sentiment Analysis – Python 3
Lecture 5: Sentiment Analysis – Python 4
Lecture 6: Sentiment Analysis – Python 5
Lecture 7: Sentiment Analysis – Python 6
Chapter 10: Deploy Machine Learning Model on AWS Using Flask
Lecture 1: Deploying ML on AWS – Concept
Lecture 2: Saving the ML Model
Lecture 3: Serverside – Python
Lecture 4: Clientside – Python
Lecture 5: Configuring AWS EC2 Instance as a Server
Lecture 6: Sending Request from Client and get Response Back
Chapter 11: Summarizing Article
Lecture 1: Summarizing Article – Concept
Lecture 2: Summarizing Article – Python 1
Lecture 3: Summarizing Article – Python 2
Lecture 4: Summarizing Article – Python 3
Lecture 5: Summarizing Article – Python 4
Chapter 12: Machine Learning: UnSupervised Learning
Lecture 1: UnSupervised Learning: Clustering: K-Means Algorithm
Lecture 2: Random Initialization Trap
Lecture 3: Measuring UnSupervised Clusters Performance
Lecture 4: Elbow Method: Choosing optimum no of clusters
Chapter 13: Article Classification
Lecture 1: Article Classification – Concept & Steps
Lecture 2: Article Classification – Python 1
Lecture 3: Article Classification – Python 2
Lecture 4: Article Classification – Python 3
Lecture 5: Article Classification – Python 4
Lecture 6: Article Classification – Python 5
Instructors
-
Rishi Bansal
Senior Developer
Rating Distribution
- 1 stars: 2 votes
- 2 stars: 2 votes
- 3 stars: 12 votes
- 4 stars: 16 votes
- 5 stars: 22 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024