What is Zero-Shot Learning?

Skill Level:

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.

Other Definitions

Generative Adversarial Networks are a type of Machine Learning model that consists of two neural networks: a generator and a discriminator. GANs are used…
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…
Adversarial machine learning involves studying and defending AI models against attacks or adversarial examples designed to deceive the system. By understanding vulnerabilities and deploying…
Object Detection is an AI technique that identifies and localises objects within an image or video. It involves analysing the visual data and assigning…