adaptive-softmax icon indicating copy to clipboard operation
adaptive-softmax copied to clipboard

Implements an efficient softmax approximation as described in the paper "Efficient softmax approximation for GPUs" (http://arxiv.org/abs/1609.04309)

Results 5 adaptive-softmax issues
Sort by recently updated
recently updated
newest added

how to implement adaptive-softmax while using tensorflow? It seems that tensorflow does not have the api.

This is pull request was created automatically because we noticed your project was missing a Code of Conduct file. Code of Conduct files facilitate respectful and constructive communities by establishing...

CLA Signed

In order to reproduce the result, could you please describe how to make the 1 billion word dataset into train.txt, valid.txt and test.txt? Or an example showing first a few...

Hello I am trying to rerun the experiment. First I downloaded the file http://mattmahoney.net/dc/enwik8.zip and unzip, and get a file named ``enwiki8``. Then I stuck here. How should I divide...

Hello there, It seems to me that Doc2Vec (http://cs.stanford.edu/~quocle/paragraph_vector.pdf) is also another way to model free-text. What is the relations, if any, between two methods? Do they provide similar outputs,...