7 ms·
Anyone tried this with the corpus of HN commentary?
by thisjepisje 11y ago
Anyone tried this with the corpus of HN commentary?
- fchollet 11y agoI have, actually. Here's the code for the experiment, with a link to download the data: https://github.com/fchollet/keras/blob/master/examples/skipgram_word_embeddings.py https://github.com/fchollet/keras/blob/master/examples/skipg... I also recommend using Gensim for word embeddings.