ai Flashcards
What is clustering?
Clustering is an unsupervised learning technique that groups unlabelled data into clusters/categories of similar data.
What is a class in supervised learning?
A class is a category given to a supervised learning model for it to classify given data as a particular type of input.
e.g. a class for cats, a class for dogs
What is a reward in reinforcement learning?
The reward is the positive or negative feedback (e.g. a score) given to an AI after a set of actions during reinforcement learning.
What is intelligence?
Intelligence is the ability to apply prior knowledge/skills/experience to a scenario effectively.
What does artificial mean?
Artificial refers to something made by or produced by human beings, rather than occurring naturally.
What is Artificial Intelligence (AI)?
Artificial Intelligence (AI) is a human-made system that can simulate human intelligence, e.g. the ability to learn, reason, and apply knowledge/skills to new scenarios.
What is machine learning?
Machine learning is a type of Artificial Intelligence that learns by using large sets of data, instead of following step-by-step instructions.
e.g. voice recognition software, identifying objects in images, playing complex games.
What are the three areas of machine learning?
The three areas of machine learning are supervised learning, reinforcement learning, and unsupervised learning.
What is unsupervised learning?
Unsupervised learning is a type of machine learning used to analyze a set of unlabelled data to find hidden patterns/groups.
e.g. grouping customers by purchasing patterns, detecting patterns in internet usage, detecting weather patterns in sensor data.
What is unlabelled data?
Unlabelled data is data where its context is not defined, meaning no information is given about the data to be used. It is used in unsupervised learning.
What is association in unsupervised learning?
Association is an unsupervised learning technique that finds relationships between unlabelled data to discover trends and patterns.
e.g. used to recommend new purchases or new videos to a user based on large datasets of existing data.
What is supervised learning?
Supervised learning is a type of machine learning where the AI model is trained using example (labelled) data to model the desired output.
e.g. training an AI to recognize objects within images.
What is labelled data?
Labelled data is data where one or more labels are given to provide information about what is contained.
e.g. images of birds labelled with the type of bird contained in the image.
What is reinforcement learning?
Reinforcement learning is a type of machine learning without initial training data, where an AI model learns through trial and error with feedback on its output.
What is bias in AI?
Bias in AI occurs when a particular result/output is favoured over another. AI is not inherently biased but can become biased based on the data it is trained on.
What are the causes of AI bias?
Causes of AI bias include:
- The data collected does not fully represent the situation being modeled.
- The dataset to train the model is not large enough.
- Bias in society resulting in bias when collecting data for the model.