Natural Language Processing (NLP)
Natural Language Processing (NLP)
Created on Aug 26, 2025, Last Updated on Dec 29, 2025, By a Developer
Language Tasks
- Sentence Classification
- Zero Shot Classification: the model is not fine-tuned on the given data and label. The model only see the given label once.
- Semantic Similarity:
- Semantic Search: Different from traditional index based search engine, Semantic Search finding related content by calculating semantic similarities between contents.
- Token Classification: Different from sentence classification, this is classification upon each individual word(token) in side a sentence. Such as grammatical components, or named entities.
- Text Generation: Generating sentence(s) using the few words(tokens) given as the beginning.
- Question Answering: Not GPT-like question answering, but extracting answer from the given input.
- Translation
- Summarization
On this page
Read More
BERT
by a Developer
Sep 2025
by a Developer
machine-learning
Convolutional Neural Network (CNN)
by a Developer
Aug 2025
by a Developer
machine-learning
Database
by a Developer
Dec 2025
by a Developer
database
system-design
Generative Pre-trained Transformer (GPT)
by a Developer
Sep 2025
by a Developer
machine-learning
Recurrent Neural Network (RNN)
by a Developer
Aug 2025
by a Developer
machine-learning