natural-language-processing
Natural language processing (NLP) is a field of computer science that studies how computers and humans interact. In the 1950s, Alan Turing published an article that proposed a measure of intelligence, now called the Turing test. More modern techniques, such as deep learning, have produced results in the fields of language modeling, parsing, and natural-language tasks.
Here are 6,472 public repositories matching this topic...
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 11, 2020 - Python
-
Updated
Oct 7, 2020 - Python
-
Updated
Oct 12, 2020 - Python
-
Updated
Oct 12, 2020 - Python
-
Updated
Jun 12, 2017
Not a high-priority at all, but it'd be more sensible for such a tutorial/testing utility corpus to be implemented elsewhere - maybe under /test/
or some other data- or doc- related module – rather than in gensim.models.word2vec
.
Originally posted by @gojomo in RaRe-Technologies/gensim#2939 (comment)
-
Updated
Aug 20, 2020
-
Updated
Oct 6, 2020
Change tensor.data
to tensor.detach()
due to
pytorch/pytorch#6990 (comment)
tensor.detach()
is more robust than tensor.data
.
-
Updated
Oct 13, 2020 - Python
-
Updated
Jun 3, 2020 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
Oct 12, 2020 - Python
more details at: allenai/allennlp#2264 (comment)
-
Updated
Oct 2, 2020
-
Updated
Oct 11, 2020 - Python
-
Updated
Oct 13, 2020 - Python
-
Updated
Oct 7, 2020 - Python
-
Updated
Oct 12, 2020 - Java
-
Updated
Oct 3, 2020 - Jupyter Notebook
-
Updated
Oct 11, 2020 - Python
-
Updated
Oct 11, 2020 - Python
-
Updated
Oct 13, 2020 - Python
-
Updated
Oct 8, 2020 - Python
Add Braille Decoder
Hello spoooopyyy hackers
This is a Hacktoberfest only issue!
Find our contributing guidelines here, this walks you through how to add a decoder / cracker!
https://github.com/Ciphey/Ciphey/wiki#adding-your-own-crackers--decoders
Don't worry if it looks hard, we will walk you through everything! :)
Write this issue in Python!
Links
These links will
-
Updated
Oct 12, 2020 - Python
-
Updated
Oct 12, 2020 - Python
Created by Alan Turing
- Wikipedia
- Wikipedia
The architecture
GPT2ForSequenceClassification
was added in #7501 in PyTorch. It would be great to have it in TensorFlow (cf. issues #7622), but it would also be great to have it for other causal models: OpenAI GPT, CTRL, TransfoXLCurrently working on OpenAI GPT: @fmcurti
Below is a list of items to follow to make sure the integration of such an architecture is com