Loading subject…
Deep learning
A form of machine learning that uses artificial neural networks with many layers to learn complex patterns directly from large amounts of raw data, powering tasks such as image and speech recognition.
Facial recognition
A machine learning application that identifies or verifies a person from an image or video by comparing patterns in their facial features against stored data.
Machine Learning
A subset of artificial intelligence that enables systems to learn from data and improve their performance over time without explicit programming.
Neural Network
Computational models inspired by the human brain that use neurons to learn from data to perform tasks like classification, prediction, and pattern recognition.
Reinforcement learning
A type of machine learning where an agent learns by trial and error in an environment, taking actions and adjusting its behaviour to maximise a reward signal over time.
Supervised learning
A type of machine learning where a model is trained on labelled data, meaning each example is tagged with the correct answer, so it learns to predict the label for new, unseen inputs.
Unsupervised learning
A type of machine learning where a model is given unlabelled data and finds patterns, groups, or structure in it on its own, without being told the right answers in advance.