Skip to content

Explore Courses | Elder Research | Contact | LMS Login

Statistics.com Logo
  • Courses
    • See All Courses
    • Calendar
    • Intro stats for college credit
    • Faculty
    • Group training
    • Credit & Credentialing
    • Teach With Us
  • Programs/Degrees
    • Certificates
      • Analytics for Data Science
      • Biostatistics
      • Programming For Data Science – Python (Experienced)
      • Programming For Data Science – Python (Novice)
      • Programming For Data Science – R (Experienced)
      • Programming For Data Science – R (Novice)
      • Social Science
    • Undergraduate Degree Programs
    • Graduate Degree Programs
    • Massive Open Online Courses (MOOC)
  • Partnerships
    • Higher Education
    • Enterprise
  • Resources
    • About Us
    • Blog
    • Word Of The Week
    • News and Announcements
    • Newsletter signup
    • Glossary
    • Statistical Symbols
    • FAQs & Knowledge Base
    • Testimonials
    • Test Yourself
Menu
  • Courses
    • See All Courses
    • Calendar
    • Intro stats for college credit
    • Faculty
    • Group training
    • Credit & Credentialing
    • Teach With Us
  • Programs/Degrees
    • Certificates
      • Analytics for Data Science
      • Biostatistics
      • Programming For Data Science – Python (Experienced)
      • Programming For Data Science – Python (Novice)
      • Programming For Data Science – R (Experienced)
      • Programming For Data Science – R (Novice)
      • Social Science
    • Undergraduate Degree Programs
    • Graduate Degree Programs
    • Massive Open Online Courses (MOOC)
  • Partnerships
    • Higher Education
    • Enterprise
  • Resources
    • About Us
    • Blog
    • Word Of The Week
    • News and Announcements
    • Newsletter signup
    • Glossary
    • Statistical Symbols
    • FAQs & Knowledge Base
    • Testimonials
    • Test Yourself
Student Login

NLP and Deep Learning

NLP and Deep Learning

This course will teach you the algorithms, techniques and software used in natural language processing (NLP).

In this course you will learn about deep neural networks, and how to use them in processing text with Python (Natural Language Processing or NLP).

$799 | Enroll Now
Alert me to upcoming courses
Group Rates
  • Overview
  • Learning Outcomes
  • Instructors
  • Syllabus
  • Dates
  • Prerequisites
  • Student Stories
  • FAQS
  • Requirements
Menu
  • Overview
  • Learning Outcomes
  • Instructors
  • Syllabus
  • Dates
  • Prerequisites
  • Student Stories
  • FAQS
  • Requirements

Overview

In this course you will learn about deep neural networks (deep learning), and how to leverage them in processing, understanding and mining for insights from text.  We start with an introduction to neural networks and deep learning. We then dive into essentials of representation learning like word and document embeddings and then move onto more complex methodologies including convolutional neural networks and sequence models and deep transfer learning approaches including universal embeddings and transformers. Popular applications are also covered with hands-on tutorials and exercises including text classification, information extraction, recommenders, search, summarization, translation and more.

Intermediate Level Course
4-Week Course
100% Online Courses
ACE + CAP Credit Eligible
Expert Instructors
Teacher Assistant Support
Tution-Back Guarantee

Learning Outcomes

In this course you will learn:

  • How to specify and run artificial neural networks and deep networks
  • How deep networks represent words as binary vectors
  • How to use recurrent neural networks for sequential learning (sequence-to-sequence modeling)
  • How to use attention models to improve predictive performance

Who Should Take This Course

Data scientists and aspiring data scientists.

Instructors

Loading...
Mr. Dipanjan Sarkar

Mr. Dipanjan Sarkar

Dipanjan (DJ) Sarkar is a Data Science Lead, published author and has been recognized as a Google Developer Expert in Machine Learning by Google in 2019. He has also been recognized as one of the Top Ten Data Scientists in India, 2020 by a few leading technology magazines and publishing houses. Dipanjan has led advanced analytics initiatives working with several Fortune 500 companies like Applied Materials, Intel and Open Source organizations like Red Hat (now IBM). He primarily works on leveraging data science, machine learning and deep learning to build large- scale intelligent systems.

He holds a master of technology degree from IIIT Ban...

See Instructor Bio

Course Syllabus

Week 1

Introduction to Deep Learning and Representation Learning

  • Introduction to deep neural networks and deep learning
  • Applications of Deep Learning for NLP
  • Essential components of deep learning
    1. Types of models (especially for NLP)
    2. Layers, activation and loss functions 
    3. Gradient descent and Backpropagation
  • Representation Learning for Text Data
    1. Understanding Embeddings 
    2. Types of Embeddings 
    3. CBOW (Continuous Bag of Words) and SkipGram
    4. Word Embedding Models - Word2Vec, GloVe, FastText
    5. Obtaining document embeddings

 

Week 2

 Context Sensitive Learning: Convnets and Sequential Models

  • Convolutional Neural NetworksConvnets for NLP
    1. Convolutional Neural Networks
    2. 1D-CNNs for Text Classification
  • Sequential Models for NLP
    1. Recurrent Neural Networks
    2. Long Short Term Memory Networks (LSTMs)
    3. Gated Recurrent Units (GRUs)
    4. Bi-directional LSTMs (Bi-LSTMs)
    5. Contextual Embeddings using BiLSTMs - ELMO
  • Sequence-to-Sequence Models for NLP
    1. Encoder-Decoder Models
    2. Applications of Encoder-Decoder Models

 

Week 3

Deep Transfer Learning for NLP

  • Transfer Learning
    1. Need and importance
    2. Methodologies
  • Pre-trained word embeddings
    1. Word2vec, GloVe, FastText
  • Universal Embeddings
    1. Neural net language model (NNLM)
    2. Universal Sentence Encoder
  • Transformers and Multi-task Learning
    1. Brief and types of transformers
    2. Advantages of pre-trained transformers
    3. Applications

 

Week 4

Attention, Transformers and Applications

  • Limitations of Sequential and Sequence-to-sequence models
  • Attention in sequential Models
  • Understanding Transformer Models
    1. Encoders and Decoders
    2. Self Attention and Multi-headed Attention
    3. Contextual and Pooled Embeddings
    4. BERT
  • Transformers Variants 
    1. Bidirectional Encoder Representations from Transformers (BERT) variants - Roberta, Albert, XLNet etc.
    2. Efficient Transformers with knowledge distillation - DistilBERT
    3. Generative Transformers - generative pre-training (GPT) family

 

 

Class Dates

2023

Jul 7, 2023 to Aug 4, 2023

Nov 10, 2023 to Dec 8, 2023

2024

Mar 8, 2024 to Apr 5, 2024

2025

No classes scheduled at this time.

Send me reminder for next class

Prerequisites

You should be sufficiently familiar with Python to follow and use code examples (see suggested course below).  You should also be familiar with the neural net material covered in the predictive analytics course, below.

 

Loading...
Introduction to NLP and Text Mining

Introduction to NLP and Text Mining

In this course you will be introduced to the essential techniques of natural language processing (NLP) and text mining with Python.
Topic: Data Science, Machine Learning, Text Mining, Using Python | Skill: Intermediate, Advanced | Credit Options: ACE, CAP, CEU
Class Start Dates: May 12, 2023, Sep 8, 2023, Jan 12, 2024, May 10, 2024
Predictive Analytics 2 – Neural Nets and Regression with Python

Predictive Analytics 2 with Python – Neural Nets and Regression

As a continuation of Predictive Analytics 1, this course introduces to the basic concepts in predictive analytics, with a focus on Python, to visualize and explore predictive modeling.
Topic: Data Science, Analytics, Machine Learning, Prediction/Forecasting, SQL, Using Python | Skill: Introductory, Intermediate | Credit Options: ACE, CAP, CEU
Class Start Dates: Jul 7, 2023, Nov 10, 2023, Mar 8, 2024

What Our Students Say​

Loading...
Left Square Qoute

I realized that I deal with statistics every day. We covered issues that pertain to real life and I now feel I have knowledge about important issues I was previously unaware about.

Amelia Feuer
Right Square Qoute
Left Square Qoute
William Barbour

This course will help me evaluate and code speech recognition tools and develop information extraction models.  It will guide me toward what to consider and keep me from falling into some traps.

William Barbour
Consultant at TEKsystems
Right Square Qoute

Frequently Asked Questions

What is your satisfaction guarantee and how does it work?

We offer a “Student Satisfaction Guarantee​” that includes a tuition-back guarantee, so go ahead and take our courses risk free. That’s our commitment to student satisfaction. Students may cancel, transfer, or withdraw from a course under certain conditions. If you’re not satisfied with a course, you may withdraw from the course and receive a tuition refund.

Please see our knowledge center for more information.

Who are the instructors at the Institute?

The Institute has more than 60 instructors who are recruited based on their expertise in various areas in statistics. Our faculty members are:

  • Authors of well-regarded texts in their area;
  • Advisory board members;
  • Senior faculty; and
  • Educators who have made important contributions to the field of statistics or online education in statistics.

The majority of our instructors have more than five years of teaching experience online at the Institute.

Please visit our faculty page for more information on each instructor at The Institute for Statistics Education.

Please see our knowledge center for more information.

What type of courses does the Institute offer?

The Institute offers approximately 80 courses each year. Topics include basic survey courses for novices, a full sequence of introductory statistics courses, bridge courses to more advanced topics. Our courses cover a range of topics including biostatistics, research statistics, data mining, business analytics, survey statistics, and environmental statistics.

Please see our course search or knowledge center for more information.

Do your courses have for-credit options?

Our courses have several for-credit options:

  • Continuing education units (CEU)
  • College credit through The American Council on Education (ACE CREDIT)
  • Course credits that are transferable to the INFORMS Certified Analytics Professional (CAP®)

Please see our knowledge center for more information.

Is the Institute for Statistics Education certified?

The Institute for Statistics Education is certified to operate by the State Council of Higher Education for Virginia (SCHEV). For more information visit: https://www.schev.edu/

Please see our knowledge center for more information.

Visit our knowledge base and learn more.

FAQs + Knowledge Base

Related Courses

Loading...
Introduction to NLP and Text Mining

Introduction to NLP and Text Mining

In this course you will be introduced to the essential techniques of natural language processing (NLP) and text mining with Python.
Topic: Data Science, Machine Learning, Text Mining, Using Python | Skill: Intermediate, Advanced | Credit Options: ACE, CAP, CEU
Class Start Dates: May 12, 2023, Sep 8, 2023, Jan 12, 2024, May 10, 2024

Additional Course Information

Organization of Course

This course takes place online at The Institute for 4 weeks. During each course week, you participate at times of your own choosing – there are no set times when you must be online. Course participants will be given access to a private discussion board. In class discussions led by the instructor, you can post questions, seek clarification, and interact with your fellow students and the instructor.

At the beginning of each week, you receive the relevant material, in addition to answers to exercises from the previous session. During the week, you are expected to go over the course materials, work through exercises, and submit answers. Discussion among participants is encouraged. The instructor will provide answers and comments, and at the end of the week, you will receive individual feedback on your homework answers.

Time Requirements

This is a 4-week course requiring 10-15 hours per week of review and study, at times of your choosing.

Homework

Homework in this course consists of coding exercises using Python.

 

Course Text

The text used for the practical work in this course is Text Analytics with Python (Apress, 2019) by Dipanjan Sarkar, chosen for its wealth of hands on Python illustrations and code.  The code for these illustrations is organized here:

https://github.com/dipanjanS/text-analytics-with-python/tree/master/New-Second-Edition

Note: this text is also used in the introductory course, Introduction to NLP and Text Mining

Software

The course uses Python.

Course Fee & Information

Enrollment
Courses may fill up at any time and registrations are processed in the order in which they are received. Your registration will be confirmed for the first available course date unless you specify otherwise.

Transfers and Withdrawals
We have flexible policies to transfer to another course or withdraw if necessary.

Group Rates
Contact us to get information on group rates.

Discounts
Academic affiliation?  In most courses you are eligible for a discount at checkout.

New to Statistics.com?  Click here for a special introductory discount code.  

Invoice or Purchase Order
Add $50 service fee if you require a prior invoice, or if you need to submit a purchase order or voucher, pay by wire transfer or EFT, or refund and reprocess a prior payment.

Options for Credit and Recognition

This course is eligible for the following credit and recognition options:

No Credit
You may take this course without pursuing credit or a record of completion.

Mastery or Certificate Program Credit
If you are enrolled in mastery or certificate program that requires demonstration of proficiency in this subject, your course work may be assessed for a grade.

CEUs and Proof of Completion
If you require a “Record of Course Completion” along with professional development credit in the form of Continuing Education Units (CEU’s), upon successfully completing the course, CEU’s and a record of course completion will be issued by The Institute upon your request.

INFORMS-CAP
This course is recognized by the Institute for Operations Research and the Management Sciences (INFORMS) as helpful preparation for the Certified Analytics Professional (CAP®) exam and can help CAP® analysts accrue Professional Development Units to maintain their certification.

ACE CREDIT | College Credit
This course has been evaluated by the American Council on Education (ACE) and is recommended for the upper-division baccalaureate degree, 2 semester hours in computer science, computer information systems, or cyber security. Please note that the decision to accept specific credit recommendations is up to the academic institution accepting the credit.

Supplemental Information

Literacy, Accessibility, and Dyslexia

At Statistics.com, we aim to provide a learning environment suitable for everyone. To help you get the most out of your learning experience, we have researched and tested several assistance tools. For students with dyslexia, colorblindness, or reading difficulties, we recommend the following web browser add-ons and extensions:

 

Chrome

  •  Color Enhancer (for colorblindness)
  • HelperBird (for colorblindness, dyslexia, and reading difficulties)

 

Firefox

  • Mobile Dyslexic
  • Color Vision Simulation (native accessibility feature)
  • Other native accessibility features instructions

 

Safari

  • Navidys (for colorblindness, dyslexia, and reading difficulties)
  • HelperBird for Safari (for colorblindness, dyslexia, and reading difficulties)

Miscellaneous

There is no additional information for this course.

Register for This Course​

NLP and Deep Learning
$799 | Enroll Now
Get Notified

Have a Question About This Course?

Janet Dobbins

Sales and Business Development

Phone

(571) 281-8817

Send Us A Note

We like to hear from you.

Name*

Email*

Phone

Company

Message*

 

Send

About Statistics.com

Statistics.com offers academic and professional education in statistics, analytics, and data science at beginner, intermediate, and advanced levels of instruction. Statistics.com is a part of Elder Research, a data science consultancy with 25 years of experience in data analytics.

 The Institute for Statistics Education is certified to operate by the State Council of Higher Education for Virginia (SCHEV)

Our Links

  • Contact Us
  • Site Map
  • Explore Courses
  • About Us
  • Management Team
  • Contact Us
  • Site Map
  • Explore Courses
  • About Us
  • Management Team

Social Networks

Facebook Twitter Youtube Linkedin

Contact

The Institute for Statistics Education
2107 Wilson Blvd
Suite 850 
Arlington, VA 22201
(571) 281-8817

ourcourses@statistics.com

  • Contact Us
  • Site Map
  • Explore Courses
  • About Us
  • Management Team

© Copyright 2023 - Statistics.com, LLC | All Rights Reserved | Privacy Policy | Terms of Use

By continuing to use this website, you consent to the use of cookies in accordance with our Cookie Policy.

Accept