Currie32 / Text-Summarization-with-Amazon-Reviews

A seq2seq model that can generate summaries from fine food reviews on Amazon.
233 stars 103 forks source link

What are your embed vectors for <UNK><PAD><EOS><GO>? #7

Open zhongluwang opened 6 years ago

zhongluwang commented 6 years ago

Are they random vectors?

Rhuax commented 6 years ago

Yup this portion of code does it: new_embedding = np.array(np.random.uniform(-1.0, 1.0, embedding_dim))