IFN580 Week 1: Introduction (6%) Flashcards
(9 cards)
What is the <P, T, E> framework in machine learning?
Improving performance, P, on task, T, from experience, E
What are the four types of machine learning paradigms?
Supervised learning, Unsupervised learning, Semi-supervised learning and Reinforcement learning
What is supervised learning?
A task-driven learning approach where the model is trained on labeled data to make predictions
What is unsupervised learning?
A data-driven learning approach where the model must find patterns in unlabeled data
What is semi-supervised learning?
A learning approach where both labeled and unlabeled data are used for training
What is reinforcement learning?
Where an agent learns to act based on feedback
What is classification in machine learning?
A supervised learning technique used to predict the correct labels for input data
What is regression in machine learning?
A supervised learning technique used to predict numerical values
What is clustering in machine learning?
An unsupervised learning technique where data points are organised into groups based on similarities