Natural Language Processing

Explore Natural Language Processing through related topics and the articles other pages reference most.

Explore articles

Reset filters
Browse subtopics: Neural Networks

Articles that also belong to these categories. Counts cover all of Natural Language Processing.

Showing 1-4 of 4 articles

Candidate Sampling

Candidate sampling is a family of training-time optimization techniques used in machine learning to reduce the computational cost of models that must choose among a very large number of output classes.

Machine LearningNeural Networks

Cross-encoder

A cross-encoder is a neural network architecture that scores a pair of texts by feeding them jointly into a single transformer (such as BERT) and reading out one scalar score for the pair, for example a…

Information RetrievalNeural Networks

Embedding Layer

An embedding layer is a neural network component that acts as a trainable lookup table, mapping discrete integer indices (such as word IDs, user IDs, or category codes) to dense, continuous-valued vectors.

Machine LearningNeural Networks

Full Softmax

Full softmax (also called the standard softmax or exact softmax) is the softmax computation that calculates a probability for every possible output class in a classification model

Deep LearningMachine Learning