Lecture 1: Introduction and Word

2020-05-17  本文已影响0人  魏鹏飞

Lecture Plan

Lecture 1: Introduction and Word Vectors

  1. The course (10 mins)
  2. Human language and word meaning (15 mins)
  3. Word2vec introduction (15 mins)
  4. Word2vec objective function gradients (25 mins)
  5. Optimization basics (5 mins)
  6. Looking at word vectors (10 mins or less)

Course logistics in brief

Instructor: Christopher Manning

What do we hope to teach?

  1. An understanding of the effective modern methods for deep learning
    • Basics first, then key methods used in NLP: Recurrent networks, attention, etc.
  2. A big picture understanding of human languages and the difficulties in understanding and producing them
  3. An understanding of and ability to build systems (in PyTorch) for some of the major problems in NLP:
    • Word meaning, dependency parsing, machine translation, question answering

What’s different this year?

High-Level Plan for Problem Sets

Lecture Plan

  1. The course (10 mins)
  2. Human language and word meaning (15 mins)
  3. Word2vec introduction (15 mins)
  4. Word2vec objective function gradients (25 mins)
  5. Optimization basics (5 mins)
  6. Looking at word vectors (10 mins or less)

1. How do we represent the meaning of a word?

How do we have usable meaning in a computer?

Problems with resources like WordNet

Representing words as discrete symbols

Problem with words as discrete symbols

Representing words by their context

Word vectors

Word meaning as a neural word vector – visualization

3. Word2vec: Overview

Word2Vec Overview

Word2Vec Overview

Word2vec: objective function

Word2vec: objective function

Word2Vec Overview with Vectors

Word2vec: prediction function

Training a model by optimizing parameters

To train the model: Compute all vector gradients!

4. Word2vec derivations of gradient

Chain Rule

Interactive Whiteboard Session!

Calculating all gradients!

Word2vec: More details

5. Optimization: Gradient Descent

Gradient Descent

Stochastic Gradient Descent

Lecture Plan

参考链接:
https://www.youtube.com/watch?v=8rXD5-xhemo&list=PLoROMvodv4rOhcuXMZkNm7j3fVwBBY42z&index=1

上一篇 下一篇

猜你喜欢

热点阅读