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 14,262 public repositories matching this topic...
-
Updated
May 9, 2021 - Python
-
Updated
May 26, 2021 - Python
-
Updated
May 26, 2021 - Python
-
Updated
May 31, 2021 - Python
-
Updated
Jun 12, 2017
Refer to doc2vec.py, infer_vector function seems to be using epochs for the number of iterations and steps is not in used.
However, in the similarity_unseen_docs function, steps is used when calling the infer_vector function.
-
Updated
Apr 23, 2021
-
Updated
May 2, 2021
-
Updated
May 31, 2021 - Python
-
Updated
May 29, 2021 - Python
-
Updated
May 31, 2021 - Python
-
Updated
Dec 22, 2020 - Python
-
Updated
May 29, 2021 - Python
-
Updated
May 24, 2021 - JavaScript
-
Updated
May 9, 2021 - Python
-
Updated
May 31, 2021 - TypeScript
-
Updated
May 16, 2021 - Jupyter Notebook
-
Updated
May 2, 2021 - Jupyter Notebook
-
Updated
May 28, 2021 - Java
-
Updated
Oct 22, 2020 - Python
-
Updated
Oct 22, 2020
-
Updated
Sep 23, 2020 - Jupyter Notebook
Hi I would like to propose a better implementation for 'test_indices':
We can remove the unneeded np.array casting:
Cleaner/New:
test_indices = list(set(range(len(texts))) - set(train_indices))
Old:
test_indices = np.array(list(set(range(len(texts))) - set(train_indices)))
-
Updated
May 28, 2021 - Python
Created by Alan Turing
- Wikipedia
- Wikipedia

At the moment we cannot return a list of attention weight outputs in Flax as we can do in PyTorch.
In PyTorch, there is a
output_attentionsboolean in the forward call of every function, see here which when set to True collects