-
Hi,
I need to get the embeddings of a word or a phrase within a sentence. This sentence is the context of the word/phrase.
For example, I need the different embedding values of `big apple` in th…
-
```
docs/
├── README.md # Overview of the documentation structure
├── getting-started/
│ ├── introduction.md # Introduction to AIBuddies and AI
│ …
-
https://proceedings.mlr.press/v37/kusnerb15.html
-
Hi,
I am using the word embeddings that Lample has used in his paper. However, I got lower/better results than Lample when I use your implementation to train and test the BiLSTM-CRF model. Do you kno…
-
It would be nice to be able to import TensorFlow created word embeddings (e.g. word2vec) models in a way similar to the `TFGraphMapper.getInstance().importGraph` graph import feature.
Ideally that wou…
-
Hi, I'm new to Tensorflow and Keras--really enjoying your book!
How do you retrieve the 11,000 words (vocab_size + num_oov_buckets) from the `StaticVocabularyTable` in cell 54? At the end of the Se…
-
## 一言でいうと
多言語情報を使ってword embeddingsを得ることで性能向上することは知られていたが、手法の比較は行われてこなかった。そのため、4つの手法を比較した話(BiSkip, BiCVM, BiVCD, BiCCA)。Intrinsicなタスク(monolingualとcross-lingualでの単語類似度タスク)とExtrinsicなタスク(cross-lingualでの…
-
## 一言でいうと
word embeddingの性能向上はアルゴリズムでなくハイパーパラメータのチューニングによるところが大きいのではないかということで検証した論文。様々なハイパーパラメータの組み合わせで検証した結果、word similarityタスクにおいて、従来のcount-baseの手法でもpredict-baseの手法と同等の性能を示した。ただし、analogy-taskにおいてはp…
-
Hi @WesleyyC , I conducted some experiments myself, and see some funny result as described here,
https://stats.stackexchange.com/questions/337083/why-word-embeddings-learned-from-word2vec-are-linea…
zyxue updated
6 years ago
-
大佬,请问这个问题应该怎么解决呢?