All in One Offer! | Access Unlimited Courses in any category starting at just $29. Offer Ends in:

Browse Library

  • Business Solutions
  • Become an Instructor
  • 0
    Shopping Cart

    Your Cart is empty. Keep shopping to find a course!

    Browse Courses
Get Unlimited Learning Access
$29
6 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
Subscribe to Learnfly’s top courses
Get this course, plus 11,000+ of our top-rated courses for one year with Go Annually Plan.
$348 $244 a year Save 30%
6 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
$29
$244
  • Tokenizing text data
  • Stemming and lemmatization
  • Chunks, corpuses
  • Extracting document term matrix using the Bag of Words model
  • Building a category predictor
  • Constructing a gender identifier
  • Building a sentiment analyzer
  • Topic modeling using Latent Dirichlet Allocation
  • Dealing with WordNet
  • Similarity between documents
  • Keyword search VS Semantic search
  • Building your vocabulary for any NLP model
  • Reducing Dimensions of your Vocabulary for Machine Learning Models

 THIS COURSE IS FOR BEGINERS OR INTERMEDIATES, IT IS NOT FOR EXPERTS

This course is a part of a series of courses specialized in artificial intelligence :

  • Understand and Practice AI - (NLP)

This course is focusing on the NLP:

  • Learn key NLP concepts and intuition training to get you quickly up to speed with all things NLP.

  • I will give you the information in an optimal way, I will explain in the first video for example what is the concept, and why is it important, what is the problem that led to thinking about this concept and how can I use it (Understand the concept). In the next video, you will go to practice in a real-world project or in a simple problem using python (Practice).

  • The first thing you will see in the video is the input and the output of the practical section so you can understand everything and you can get a clear picture!

  • You will have all the resources at the end of this course, the full code, and some other useful links and articles.

In this course, we are going to learn about natural language processing. We will discuss various concepts such as tokenization, stemming, and lemmatization to process text. We will then discuss how to build a Bag of Words model and use it to classify text. We will see how to use machine learning to analyze the sentiment of a given sentence. We will then discuss topic modeling and implement a system to identify topics in a given document. We will start with simple problems in NLP such as Tokenization Text, Stemming, Lemmatization, Chunks, Bag of Words model. and we will build some real stuff such as :

  1. Learning How to Represent the Meaning of Natural Language Text

  2. Building a category predictor to predict the category of a given text document.

  3. Constructing a gender identifier based on the name.

  4. Building a sentiment analyzer used to determine whether a movie review is positive or negative.

  5. Topic modeling using Latent Dirichlet Allocation

  6. Feature Engineering

  7. Dealing with corpora and WordNet

  8. Dealing With your Vocabulary for any NLP and ML model

TIPS (for getting through the course):

  • Take handwritten notes. This will drastically increase your ability to retain the information.

  • Ask lots of questions on the discussion board. The more the better!

  • Realize that most exercises will take you days or weeks to complete.

  • Write code yourself, don’t just sit there and look at my code.

You don't know anything about NLP? let's break it down!

I am always available to answer your questions and help you along your data science journey. See you in class!

NOTICE that This course will be modified and I will add new content and new concepts from one time to another, so stay informed! :)

  • Basics of Python.
  • Beginner python developers curios about NLP, this course is not for experienced data scientists
  • Anyone who wants to understand NLP concepts and build some projects
View More...
  • Section 1 : Getting an Idea of NLP and its Applications 23 Lectures 00:34:56

    • Lecture 1 :
    • Lecture 2 :
    • By The End Of This Section
    • Lecture 3 :
    • Installation
    • Lecture 4 :
    • Tips
    • Lecture 5 :
    • U - Tokenization
    • Lecture 6 :
    • P - Tokenization
    • Lecture 7 :
    • U - Stemming
    • Lecture 8 :
    • P - Stemming
    • Lecture 9 :
    • U - Lemmatization
    • Lecture 10 :
    • P - Lemmatization
    • Lecture 11 :
    • U - Chunks
    • Lecture 12 :
    • P - Chunks
    • Lecture 13 :
    • U - Bag Of Words
    • Lecture 14 :
    • P - Bag Of Words
    • Lecture 15 :
    • U - Category Predictor
    • Lecture 16 :
    • P - Category Predictor
    • Lecture 17 :
    • U - Gender Identifier
    • Lecture 18 :
    • P - Gender Identifier
    • Lecture 19 :
    • U - Sentiment Analyzer
    • Lecture 20 :
    • P - Sentiment Analyzer
    • Lecture 21 :
    • U - Topic Modeling
    • Lecture 22 :
    • P - Topic Modeling
    • Lecture 23 :
    • Summary
  • Section 2 : Feature Engineering 8 Lectures 00:01:36

    • Lecture 1 :
    • Using Google Colab
    • Lecture 2 :
    • Introduction
    • Lecture 3 :
    • One Hot Encoding
    • Lecture 4 :
    • Count Vectorizer
    • Lecture 5 :
    • N-grams
    • Lecture 6 :
    • Hash Vectorizing
    • Lecture 7 :
    • Word Embedding
    • Lecture 8 :
    • FastText
  • Section 3 : Dealing with corpus and WorldNet 8 Lectures 00:28:36

    • Lecture 1 :
    • Introduction
    • Lecture 2 :
    • In-built corpora
    • Lecture 3 :
    • External Corpora
    • Lecture 4 :
    • Frequency Distribution
    • Lecture 5 :
    • Corpuses & Frequency Distribution
    • Lecture 6 :
    • WordNet
    • Lecture 7 :
    • Wordnet with Hyponyms and Hypernyms
    • Lecture 8 :
    • The Average according to WordNet
  • Section 4 : Create your Vocabulary for any NLP Model 20 Lectures 01:06:12

    • Lecture 1 :
    • Putting the previous knowledge together
    • Lecture 2 :
    • Introduction and Challenges
    • Lecture 3 :
    • 1 - Building your Vocabulary
    • Lecture 4 :
    • 2 - Building your Vocabulary
    • Lecture 5 :
    • 3 - Building your Vocabulary
    • Lecture 6 :
    • 4 - Building your Vocabulary
    • Lecture 7 :
    • 5 - Building your Vocabulary
    • Lecture 8 :
    • Dot Product
    • Lecture 9 :
    • Similarity using Dot Product
    • Lecture 10 :
    • Reducing Dimensions of your Vocabulary using token improvement
    • Lecture 11 :
    • Reducing Dimensions of your Vocabulary using n-grams
    • Lecture 12 :
    • Reducing Dimensions of your Vocabulary using normalizing
    • Lecture 13 :
    • Reducing Dimensions of your Vocabulary using case normalization
    • Lecture 14 :
    • When to use stemming and lemmatization?
    • Lecture 15 :
    • Sentiment Analysis Overview
    • Lecture 16 :
    • Two approaches for sentiment analysis
    • Lecture 17 :
    • Sentiment Analysis using rule-based
    • Lecture 18 :
    • Sentiment Analysis using machine learning - 1
    • Lecture 19 :
    • Sentiment Analysis using machine learning - 2
    • Lecture 20 :
    • Summary
  • Section 5 : Word2Vec in Detail and what is going on under the hood 8 Lectures 00:11:25

    • Lecture 1 :
    • Introduction
    • Lecture 2 :
    • Bag of words in detail
    • Lecture 3 :
    • Vectorizing
    • Lecture 4 :
    • Vectorizing and Cosine Similarity
    • Lecture 5 :
    • Topic modeling in Detail
    • Lecture 6 :
    • Make your Vectors will more reflect the Meaning, or Topic, of the Document
    • Lecture 7 :
    • Sklearn in a short way
    • Lecture 8 :
    • Summary
  • Section 6 : Find and Represent the Meaning or Topic of Natural Language Text 4 Lectures 00:15:27

    • Lecture 1 :
    • Note!
    • Lecture 2 :
    • Keyword Search VS Semantic Search
    • Lecture 3 :
    • Problems in TI-IDF leads to Semantic Search
    • Lecture 4 :
    • Transform TF-IDF Vectors to Topic Vectors under the hood
  • How do i access the course after purchase?

    It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time.
  • Are these video based online self-learning courses?

    Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic.
  • Can i play & pause the course as per my convenience?

    Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on.
  • How do i contact the instructor for any doubts or questions?

    Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want.
  • Do i need a pc to access the course or can i do it on mobile & tablet as well?

    Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly.
  • Do i get any certificate for the courses?

    Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion.
  • For how long can i access my course on the platform?

    You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions.
  • Is there any free trial?

    Currently, we do not offer any free trial.
  • Can i cancel anytime?

    Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?

71570 Course Views

1 Courses

My name is Abdulhadi Darwish, I am a software developer, and I have studied at the Faculty of Information Technology Engineering of Damascus University Department of Artificial Intelligence. I thrive on what makes people's lives easier, more fun, and more convenient, I'm interested in games, mobile and web applications, education, AI, Machine Learning, and Whatever doesn't destroy me and makes me stronger. I have done courses in Artificial Intelligence, Machine Learning, Deep Learning, Natural Language Processing, Computer Vision, Data Science, Game Development, from other Universities like Stanford, Washington, Michigan and National Research University Higher School of Economics (HSE) online. I have experience in Computer Science, programming languages, algorithms, data structures, and I've developed many applications in android, web, and some games that use artificial intelligence and machine learning techniques using the Unity game engine.
View More...
  • Unmatched Variety and Value!
    Learnfly's monthly subscription offers unlimited access to a vast range of courses. Affordable pricing, compared to competitors, makes it the ultimate choice for continuous learning.
    Jessica M.

    4.7

    JM
  • Top-Notch Quality, Affordable Rates!
    High-quality courses with certified instructors make Learnfly stand out. The affordable pricing is a game-changer for those seeking premium education.
    Alex P.

    4.5

    AP
  • Certified Excellence Every Time!
    Learnfly's courses, taught by certified instructors, ensure top-notch learning experiences. The course completion certificates add significant value to one's skill set.
    Sarah R.

    4.3

    SR
  • Round-the-Clock Support!
    Learnfly goes the extra mile with 24/7 course support. Their dedication to helping students succeed is commendable.
    Ryan K.

    4.1

    RK
  • Learn Anywhere, Anytime!
    Whether on mobile, PC, or tablet, Learnfly's platform offers flexibility. Learning on the go has never been easier.
    Emily S.

    4.7

    ES
  • Job-Ready Skills!
    Learnfly's job-oriented courses equip learners with practical skills for the workplace. An investment in career growth!
    Jake M.

    4.2

    JM
  • Budget-Friendly Brilliance!
    Learnfly's pricing is a steal for the quality and variety of courses offered. Quality education without breaking the bank.
    Olivia T.

    4.5

    OT
  • Instructor Excellence Unleashed!
    Learn from the best with Learnfly's certified instructors. The platform ensures that knowledge is imparted by industry experts.
    Daniel L.

    4.0

    DL
  • Achievement Unlocked!
    Learnfly not only offers courses but also recognizes your efforts with course completion certificates. A sense of accomplishment with every course finished.
    Maya H.

    4.6

    MH
  • Learning Revolution!
    Learnfly's platform is a revolution in education. Access to unlimited courses at affordable rates is a game-changer.
    Ethan W.

    4.7

    EW
  • big-data-pipeline-applied-to-ufos

    Big Data Pipeline Applied to UFOs

    By : Eduardo Morelli

    Lectures 6 Beginner 0:16:47
  • git-and-github-version-control-the-complete-startup-guide

    Git and GitHub Version Control - Th...

    By : Abhilash Nelson

    Lectures 15 Beginner 1:34:6
  • statistics-for-data-scientists-and-data-analysts

    Statistics for Data Scientists and ...

    By : Phikolomzi Gugwana

    Lectures 31 Intermedite 0:36:49
  • big-data-and-hadoop

    Big Data and Hadoop

    By : Saheb Singh chaddha

    Lectures 26 Beginner 0:1:29
  • technical-writing-how-to-write-software-documentation-using-dita-xml

    Technical Writing: How to Write Sof...

    By : Jordan Stanchev

    Lectures 21 Beginner 3:35:45
  • apache-nifi-the-complete-guide-part-1

    Apache NiFi - The Complete Guide (P...

    By : Manoj G T

    Lectures 19 Beginner 1:23:18

Students learning on Learnfly works with Fortune 500 companies around the globe.

Sign Up & Start Learning
By signing up, you agree to our Terms of Use and Privacy Policy
Reset Password
Enter your email address and we'll send you a link to reset your password.