Universal Language Model Fine-Tuning (ULMFiT)

ULMFiT is a technique in Natural Language Processing (NLP) that enables transfer learning for NLP tasks. It involves pretraining a language model on a large corpus of text and then fine-tuning it on specific downstream tasks. ULMFiT has been successful in improving performance on tasks like text classification and sentiment analysis.

Unsupervised Learning

Unsupervised Learning is a Machine Learning technique where models learn patterns and structures within data without labelled examples. By uncovering hidden relationships and clustering data, businesses can gain insights without predefined classes or outcomes. Unsupervised Learning finds applications in customer segmentation, market basket analysis and anomaly detection.

Variational Autoencoders (VAE)

Variational Autoencoders are a type of generative model used in unsupervised learning. VAEs learn a low-dimensional representation of input data and can generate new data samples similar to the training data. They have applications in tasks such as image generation, anomaly detection, and data compression.

Virtual Assistant

A Virtual Assistant (or Virtual Agent) is an AI-powered software or application that performs various tasks and assists users with their daily activities. It uses Natural Language Processing and Machine Learning algorithms to understand and respond to user queries, helping with tasks like scheduling, reminders, and information retrieval.

Virtual Reality

Virtual Reality (VR) allows users to experience and interact with artificial, computer-generated environments. By immersing users in virtual worlds, businesses can create engaging and immersive experiences for training, entertainment, and product visualisation.

Viterbi Algorithm

The Viterbi Algorithm is a dynamic programming algorithm used in sequence analysis, such as speech recognition and Natural Language Processing. It finds the most likely sequence of hidden states given an observed sequence, using a probabilistic model known as a Hidden Markov Model (HMM.)

Weak AI

Weak AI, also known as Narrow AI, refers to AI systems designed to perform specific tasks with human-like intelligence, but without true general intelligence. Weak AI systems excel in specific domains like image recognition or Natural Language Processing, but they do not possess real understanding or consciousness.

Word Embeddings

Word Embeddings are a technique in NLP that represent words as continuous vectors in a high-dimensional space. These vectors capture semantic and syntactic relationships between words. Word embeddings are useful for tasks such as language translation, sentiment analysis, and document clustering.

Zero-Shot Learning

Zero-Shot Learning is an AI approach that enables models to learn to recognise new classes or concepts without explicit training examples. This is achieved by leveraging existing knowledge and transferring it to unseen classes. Zero-Shot Learning is useful when acquiring labelled data for all possible classes is challenging or unfeasible.