deep-learning-with-python-notebooks
deep-learning-with-python-notebooks copied to clipboard
6.1-using-word-embeddings - There seems to be a bug
Hello,
I love this collection of notebooks! The book is great!
One thing. When using the GloVe embeddings, there seems to be a flaw in the implementation: When creating the embedding matrix, the indices should be shifted by 3. Doing so results in a 20% accuracy increase on validation data.
Best, Tristan
Hi, I am a beginner. I don't know what does 'the indices should be shifted by 3' mean? Could you tell me how to do this and why? Thank you!