[关闭]
@mShuaiZhao 2018-02-17T14:36:08.000000Z 字数 7558 阅读 496

week03.Ng's Sequence Model Course

2018.02 Coursera


Various sequence to sequence architectures

1. Basic Models

2. Picking the most likely sentence

Now, beam search is an approximate search algorithm, also called a heuristic search algorithm. And so it doesn't always output the most likely sentence. It's only keeping track of B equals 3 or 10 or 100 top possibilities.

6. Bleu Score

One of the challenges of machine translation is that, given a French sentence, there could be multiple English translations that are equally good translations of that French sentence. So how do you evaluate a machine translation system if there are multiple equally good answers, unlike, say, image recognition where there's one right answer? You just measure accuracy. If there are multiple great answers, how do you measure accuracy? The way this is done conventionally is through something called the BLEU score.

And the intuition is so long as the machine generated translation is pretty close to any of the references provided by humans, then it will get a high BLEU score.

BLEU, by the way, stands for bilingual evaluation,

7. Attention Model Intuition

8. Attention Model

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注