Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

University of Oxford

Deep Learning for Natural Language Processing

University of Oxford via Independent

Overview

This is an advanced course on natural language processing. Automatically processing natural language inputs and producing language outputs is a key component of Artificial General Intelligence. The ambiguities and noise inherent in human communication render traditional symbolic AI techniques ineffective for representing and analysing language data. Recently statistical techniques based on neural networks have achieved a number of remarkable successes in natural language processing leading to a great deal of commercial and academic interest in the field

This will be an applied course focussing on recent advances in analysing and generating speech and text using recurrent neural networks. We will introduce the mathematical definitions of the relevant machine learning models and derive their associated optimisation algorithms. The course will cover a range of applications of neural networks in NLP including analysing latent dimensions in text, transcribing speech to text, translating between languages, and answering questions. These topics will be organised into three high level themes forming a progression from understanding the use of neural networks for sequential language modelling, to understanding their use as conditional language models for transduction tasks, and finally to approaches employing these techniques in combination with other mechanisms for advanced applications. Throughout the course the practical implementation of such models on CPU and GPU hardware will also be discussed.

This course will be lead by Phil Blunsom and delivered in partnership with the DeepMind Natural Language Research Group. Example lecturers include:

  • Phil Blunsom (Oxford University and DeepMind)
  • Chris Dyer (Carnegie Mellon University and DeepMind)
  • Edward Grefenstette (DeepMind)
  • Karl Moritz Hermann (DeepMind)
  • Andrew Senior (DeepMind)
  • Wang Ling (DeepMind)
  • Jeremy Appleyard (NVIDIA)
Learning outcomes

After studying this course, students will:

  • Understand the definition of a range of neural network models;
  • Be able to derive and implement optimisation algorithms for these models
  • Understand neural implementations of attention mechanisms and sequence embedding models and how these modular components can be combined to build state of the art NLP systems.
  • Have an awareness of the hardware issues inherent in implementing scalable neural network models for language data.
  • Be able to implement and evaluate common neural network models for language.
Prerequisites

This course will make use of a range of basic concepts from Probability, Linear Algebra, and Continuous Mathematics. Students should have a good knowledge of basic Machine Learning, either from an introductory course or practical experience. No prior linguistic knowledge will be assumed. The course will contain a significant practical component and it will be assumed that participants are proficient programmers.

Synopsis This course will cover a subset of the following topics:
  1. Introduction/Conclusion: Why neural networks for language and how this course fits into the wider fields of Natural Language Processing, Computational Linguistics, and Machine Learning.
  2. Simple Recurrent Neural Networks: model definition; the backpropagation through time optimisation algorithm; small scale language modelling and text embedding.
  3. Advanced Recurrent Neural Networks: Long Short Term Memory and Gated Recurrent Units; large scale language modeling, open vocabulary language modelling and morphology.
  4. Scale: minibatching and GPU implementation issues.
  5. Speech Recognition: Neural Networks for acoustic modelling and end-to-end speech models.
  6. Sequence to Sequence Models: Generating from an embedding; attention mechanisms; Machine Translation; Image Caption generation.
  7. Question Answering: QA tasks and paradigms; neural attention mechanisms and Memory Networks for QA.
  8.  Advanced Memory: Neural Turing Machine, Stacks and other structures.
  9. Linguistic models: syntactic and seminatic parsing with recurrent networks.
Syllabus

Recurrent Neural Networks, Backpropagation Through Time, Long Short Term Memory, Attention Networks, Memory Networks, Neural Turing Machines, Machine Translation, Question Answering, Speech Recognition, Syntactic and Semantic Parsing, GPU optimisation for Neural Networks

Reading list

As the material covered in this course is based on recent research results there is not a relevant textbook for the area. The readings for the course will thus be based on published papers and online material. 

Reviews

5.0 rating, based on 1 Class Central review

Start your review of Deep Learning for Natural Language Processing

  • Raymond Tecotzky
    This was an excellent course! I recommend it to anybody who has some basic programming skills and wants to learn about how Artificial Intelligence and Deep Learning works from the ground up. This course contains many practical, hand-on exercises which build the learner's confidence with in course Python programming excises and the immediate results that you create are really satisfying.

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.