Top "Natural-language-processing" questions

Natural language processing (NLP) is a subfield of artificial intelligence that involves transforming or extracting useful information from natural language data.

What does tf.nn.embedding_lookup function do?

tf.nn.embedding_lookup(params, ids, partition_strategy='mod', name=None) I cannot understand the duty of this function. Is …

python tensorflow deep-learning word-embedding natural-language-processing
Using BERT for next sentence prediction

Google's BERT is pretrained on next sentence prediction tasks, but I'm wondering if it's possible to call the next sentence …

tensorflow deep-learning nlp reproducible-research natural-language-processing