Word Embedding

https://github.com/ejaekle/deeplearning

Based on the notebook from chapter 6.1 of “Deep Learning with Python” we can create word embeddings, which are vectors of words and very useful in analyzing text data with convolutional neural nets. Word embeddings are different from…