What is Large Language Model (LLM)?

Skill Level:

A Large Language Model refers to a type of advanced Artificial Intelligence model designed to exhibit human-like language understanding and generation abilities. LLMs are trained on vast amounts of text data and can comprehend, generate, and manipulate human language to perform tasks like translation, summarisation, and dialogue generation.

Other Definitions

Incremental Learning is an AI technique that allows models to continuously learn from new data without retraining from scratch. Instead of training the model…
Neural Networks are a type of Machine Learning model inspired by the human brain. They are composed of interconnected nodes, or “neurons,” that process…
Federated Learning is a privacy-preserving technique where AI models are trained across multiple decentralised devices or systems without sharing raw data. Instead, only aggregated…
Backpropagation is a technique used in training Artificial Neural Networks. It involves propagating error information backward through the network, allowing adjustments to be made…