deepnl icon indicating copy to clipboard operation
deepnl copied to clipboard

Deep Learning for Natural Language Processing

Results 20 deepnl issues
Sort by recently updated
recently updated
newest added

I'm trying to install the library on windows 10 on Anaconda 3 and I get the error. I run the command: python setup.py build and I get this: Traceback (most...

Dear Sir You module is useful for the researchers. I try to get experience in this When I try to install using setup.py file. I have encountered an error as...

when i run dl-sentiwords with word2vec variant: dl-sentiwords.py training.tsv --vectors vectors.txt --variant wod2vec and i got this error: dl-sentiwords.py: error: argument --vocab is required please help what is vocab file?

Hi all , When I use `dl-sentiwords.py trained1.tsv --vocab words.txt --vectors vectors.txt` I got this error > Saving vocabulary in words.txt > Creating new network... > ... with the following...

How to use Eigen? Just download? thank you!

Hi, `dl-sentiwords.py training.tsv --vocab SSWE_words.txt --vectorsSSWE_vectors.txt --variant word2vec --w 3 -e 50 --eps 10 --min-occur 10 --threads 30 ` My training set is a file of 1.5 million tweet, and...

Hi, I have been trying to do an sentiment analysis on twitter data using sswe. However, as each epoch is passing, the error value is continuously increasing and accuracy always...

It would be great if there was more documentation/code that showed how to use the various functions, and how to train models.

Hi I tried to run the file dl-words-pca.py and it produces the following error: File "", line 1, in runfile('/home/ramsha/deepnl/bin/dl-words-pca.py', wdir='/home/ramsha/deepnl/bin') File "/home/ramsha/anaconda3/lib/python3.6/site-packages/spyder/utils/site/sitecustomize.py", line 710, in runfile execfile(filename, namespace) File...

Working on Windows 7 python 2.7, I just cloned the deepnl library and tried to run the script directly from the bin without installing anything, but it shows the error...