is_that_a_duplicate_quora_question
is_that_a_duplicate_quora_question copied to clipboard
@abhishekkrthakur thanks for you sharing. But I find the below code is error.[OSError: Not a gzipped file (b've')] : model=gensim.models.KeyedVectors.load_word2vec_format('GoogleNews-vectors-negative300.bin.gz', binary=True)
This does not look to be the final version of your code. The features file is created, but is not used by deepnet.py, for example. Also, I've got deepnet.py generally...
link is broken
Hi @abhishekkrthakur Can you please share your keras version with which you have run this python file. I have tried with keras 1.2.2 and it is giving me following warnings...
Train data: `Who is Michael Jordan? ` and `Who is Air Jordan? ` are one right match. The test data is `Who is Jumpman Jordan? ` and `Who is Air...
Hello, thanks for your notes I'm trying to implement your baseline (using features with simple logistic regression classifier), I'm using the fs3-2 part of features. 1. I can't find any...
The code doesn't work with Keras 2 API. It needs to be updated to support the new API.