Text-Summarization-with-Amazon-Reviews
Text-Summarization-with-Amazon-Reviews copied to clipboard
What are your embed vectors for <UNK><PAD><EOS><GO>?
Are they random vectors?
Yup this portion of code does it:
new_embedding = np.array(np.random.uniform(-1.0, 1.0, embedding_dim))