Learn Before
Concept

Language model with RNN

step1: training set: large corpus of text

step2: tokenize text--> one-hot encoding --> add token

step3: detecting unknown words

step4: start with the first word of the sentence and deed it as input to the RNN.

0

1

Updated 2021-02-28

Tags

Data Science