Presented By O’Reilly and Intel AI
Put AI to work
Sep 4-5, 2018: Training
Sep 5-7, 2018: Tutorials & Conference
San Francisco, CA

In-Person Training
Natural language processing with deep learning

Delip Rao (AI Foundation)
9:00am-5:00pm
Tuesday, September 4 through Wednesday, September 5
Location: Continental 3
Secondary topics:  Deep Learning tools, Text, Language, and Speech

Participants should plan to attend training courses on both Tuesday and Wednesday. To attend training courses, you must register for a Platinum or Training pass; does not include access to tutorials on Wednesday.

Delip Rao explores natural language processing with deep learning, walking you through neural network architectures and NLP tasks and teaching you how to apply these architectures for those tasks.

What you'll learn, and how you can apply it

  • Understand basic concepts in natural language processing (NLP) and deep learning
  • Learn a hands-on approach to framing a real-world problem to the underlying NLP task and building a solution using deep learning

Prerequisites:

  • A working knowledge of Python and the command line
  • Familiarity with precalc math (multiply matrices, dot products of vectors, etc.) and derivatives of simple functions (If you are new to linear algebra, this video course is handy.)
  • A general understanding of machine learning (setting up experiments, evaluation, etc.) (useful but not required)

Hardware and/or installation requirements:

  • A laptop with the PyTorch environment set up (If you have trouble following the provided instructions or if you find any mistakes, please file an issue here.)

Natural language processing (NLP) involves the application of machine learning and other statistical techniques to derive insights from human language. With large volumes of data exchanged as text (in the form of documents, tweets, email, chat, and so on), NLP techniques are indispensable to modern intelligent applications. The applications range from enterprise to pedestrian.

Delip Rao explores natural language processing with deep learning, walking you through neural network architectures and NLP tasks and teaching you how to apply these architectures for those tasks.

Outline

Day 1

Environment setup and data download

Fundamentals

  • Introduction to supervised learning
  • Introduction to computational graphs
  • Introduction to NLP and NLP tasks

Representations for words: Word embeddings

  • Overview of embeddings
  • Hands-on exercise: Word analogy problems

Deep learning frameworks

  • Static versus dynamic
  • PyTorch basics
  • Hands-on exercise: PyTorch

Feed-forward networks for NLP

  • Multilayer perceptrons
  • Hands-on exercise: Chinese document classification

Modeling subword units with convolutional networks

  • Hands-on exercise: Classifying names to ethnicities


Day 2

Sequence modeling

  • Basics of modeling sequences
  • Representing sequences as tensors

Recurrent neural networks (RNNs) to model sequences

  • Basic concepts
  • Hands-on exercise: Language modeling using a character RNN
  • Gated variants (LSTM and GRU)
  • Structural variants (bidirectional, stacked, and tree)

Structured prediction methods

  • Greedy selection
  • Monte Carlo methods
  • Beam search
  • Viterbi decoding
  • Hands-on exercise: Generating sentences from a character RNN

Attention

  • Basic concepts
  • Applications: Context-aware modeling

From sequence models to sequence-to-sequence models

  • Basic ideas
  • Applications: Translation and summarization

Advanced topics

  • Memory networks
  • Convolutions for sequence modeling
  • Transfer learning
  • Multitask learning

DL modeling for common NLP tasks

  • Language modeling
  • POS tagging
  • Chunking
  • NER
  • Parsing
  • Machine translation
  • Summarization
  • Generation

Choose your own adventure

  • Hands-on exercise: Work with an NLP problem end-to-end from a selection of problems

DL for NLP: Best practices

Wrap-up and Q&A

  • When to use deep learning for NLP
  • When not to use deep learning for NLP

About your instructor

Photo of Delip Rao

Delip Rao is the vice president of research at the AI Foundation, where he leads speech, language, and vision research efforts for generating and detecting artificial content. Previously, he founded the AI research consulting company Joostware and the Fake News Challenge, an initiative to bring AI researchers across the world together to work on fact checking-related problems, and he was at Google and Twitter. Delip is the author of a recent book on deep learning and natural language processing. His attitude toward production NLP research is shaped by the time he spent at Joostware working for enterprise clients, as the first machine learning researcher on the Twitter antispam team, and as an early researcher at Amazon Alexa.

Twitter for deliprao

Conference registration

Get the Platinum pass or the Training pass to add this course to your package.

Comments on this page are now closed.

Comments

Picture of Jason Perdue
Jason Perdue | SPEAKER MANAGER
08/29/2018 1:58am PDT

From the trainer: Any laptop or tablet should work as long as you have a modern browser.

Lev Grochev | MANAGER, SOLUTIION ENGINEERING
08/26/2018 10:44pm PDT

Hi Delip,
I’m registered for Natural language processing with deep learning training course.
When I read course prerequisites(http://pytorch-nlp-tutorial-sf2017.readthedocs.io/en/latest/environment_setup.html), it’s not clear if I should have only Linux/OSX laptop or Windows laptop is ok too because a virtual JupiterHub environment will be provided.
Can you please clarify?

Thanks,
Lev