返回卡包市场

Unit 6.3 - AI

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 21内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (21 张)

#1
正面 (问题)

AI definition

背面 (解答)

branch of computer science dealing with the simulation of intelligent behaviours by computers

#2
正面 (问题)

3 characteristics of AI

背面 (解答)

-narrow -general -strong

#3
正面 (问题)

narrow AI definition

背面 (解答)

machine has superior performance to a human for one task (can’t think or feel like humans)

#4
正面 (问题)

general AI definition

背面 (解答)

machine has similar performance to human doing a specific task (can multi-task like humans)

#5
正面 (问题)

strong AI definition

背面 (解答)

machine has superior performance to a human for multiple tasks

#6
正面 (问题)

5 examples of AI

背面 (解答)

-news generation -smart home devices (Alexa, Siri) -chatbots (Chat GPT) -autonomous cars -facial expression recognition

#7
正面 (问题)

4 main characteristics of AI

背面 (解答)

-collection of data -collection of rules for using that data -ability to reason (-ability to learn and adapt)

#8
正面 (问题)

3 examples of narrow AI

背面 (解答)

-facial recognition -chatbots -alphago

#9
正面 (问题)

expert systems definition

背面 (解答)

sub-set of AI that can mimic human knowledge, abilities, and experiences. (They use expert knowledge and inference to solve problems)

#10
正面 (问题)

where are expert systems used? [5]

背面 (解答)

-diagnosis of patients’ illness -tax and financial calculations -strategy games (chess) -identification of living things and scientific compounds -oil and mineral prospecting

#11
正面 (问题)

5 advantages of expert systems

背面 (解答)

-high accuracy (gives probability of their suggestion being correct) -consistent results -can store many ideas and facts -fast response times -unbiased reporting and analysis of facts

#12
正面 (问题)

5 disadvantages of expert systems

背面 (解答)

-set up and maintenance is expensive -expert system needs lots of training -cold responses (might not be appropriate always) -only as good as facts in the system -can be wrong

#13
正面 (问题)

5 parts of the expert system

背面 (解答)

-user interface -inference engine -explanation system -knowledge base -rules base

#14
正面 (问题)

what is user interface and how are the questions asked [4]

背面 (解答)

method of interaction with user (dialogue boxes, command prompts) –> questions asked are multiple choice / yes or no –> questions are based on previous answers

#15
正面 (问题)

what is inference engine [5]

背面 (解答)

-processing element -examines knowledge base for information that matches users’ answers -gathers information from user by asking questions based on previous answers -uses inference rules in rules base -uses rules base to find a match to the user

#16
正面 (问题)

what is knowledge base [3]

背面 (解答)

-respository of facts -collection of objects and attributes -stores knowledge about an area of expertise, obtained from expert resources

#17
正面 (问题)

what is rules base [2]

背面 (解答)

-set of inference rules -so that (used by) inference engine to draw conclusions

#18
正面 (问题)

how to set up an expert system [6]

背面 (解答)

1) information gathered from human experts / written sources / internet 2) gathered information populates knowledge base (first created) 3) rules base is created (series of inference rules) 4) inference engine is set up 5) user interface is developed for communication 6) fully tested by running the system with known outcomes (compare results, changes made)

#19
正面 (问题)

what is machine learning

背面 (解答)

subset of AI where a program has the ability to automatically adapt its own processes and/or data due to their past experiences

#20
正面 (问题)

where is machine learning used? explain how

背面 (解答)

Search engines –>if user finds desired website on page 1, success. If user goes to page 2 onwards, it is a failure and changes should be made Categorising email as spam 1) data is collected about emails (content, headers, senders name, email address, etc..) 2) stop words are removed (the, a, and) 2) frequently used words / phrases indicate that the email is likely spam (lottery, earn, full-refund) 3) machine learning model is built 4) training data set is used to train the model and make it learn using past emails that are spam 5) model is tested live Recognising user buying history –>If customer A is interested in same things as customer B, might recommend some other customer A’s shopping things to customer B Detection of fraudulent activity 1) Data is gathered by survey or web scraping (shopping habits and personal data) 2) unnecessary data is removed 3) algorithm is trained through real examples of customer purchasing behaviour –> If a customer goes out of buying habits (suddenly buying too expensive things) then high chance of fraudulent activity taking place 4) model is built based on the learning from the training data 5) model is fully tested with known data and outcomes and model is modified if needed

#21
正面 (问题)

2 differences of AI and machine learning

背面 (解答)

-AI represents simulated intelligence in machines, ML is machines making decisions without being programmed to -AI aims to build machines capable of human-like thinking, ML aims to make machines that learn through data acquisition, to solve new problems