Unit 6.3 - artificial intelligence Flashcards

(14 cards)

1
Q

What is artificial intelligence?

A

A branch of computer science dealing the the simulation of intelligent human behaviors by computers; it refers to a system’s ability to correctly interpret external data, to learn from it and to use those relevant learning to achieve specific tasks through flexible adaptation/adapt behavior based on experience. Its data model of past experiences help it plan & predict.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

4 main characteristics of AI

A
  1. Perceive environment (through collection of data)
  2. Rules for using the data
  3. Ability to reason & detect patterns
  4. Update understanding & decide (learn and adapt)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Fundemental principle of how AI works

A

Training AI machine to recognize and remember patterns by feeding it with lots of examples, then feeding the machine new data and letting it decide what to do with it (independent of human interference).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Big Data?

A

Huge amounts of data that allow deep analysis of patterns and predictions of behaviors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is an expert system?

A

Systems that rely on humans to constantly update their data model and rules required to process the data in order to provide information to human experts by data analysis (which they perform by applying rules to the massive amounts of stored data in order to infer results)
They imitate the decision-making ability of human experts and are designed to solve complex problems based on set of information and rules.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Declarative programming

A

A type of programming where the intended outcome, along with the data model and rules are created but the precise steps to achieve the outcome are generated by the computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

4 things required by expert system

A
  1. Knowledge base
  2. Rules base
  3. Inference engine - machine that processes rules & logic in order to arrive to a conclusion/result
  4. Interface to allow the user to enter querries and view results
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Machine learning

A

The application of computer algorithm that improves automatically through experience. It’s used to discover patterns in data and make predictions based on those patterns; capable of updating their own data models when they encounter new models. It uses statistical techniques (e.g. calculating averages, probabilities & trends, measure errors, adjusting predictions based on that and finding correlations) to learn how to get progressively better at a task, without having been specifically coded for the purpose.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Deep learning

A

Type of machine learning that runs inputs through a biologically inspired neural network architecture which contains a number of hidden layers through which the data is processed, allowing the machine to go deep in its learning, making connections and weighing input for the best results.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

5 real-world applications of AI

A
  1. Self-driving cars
  2. Smart assistants
  3. Interpreting medical images
  4. Fraud detection
  5. Optimization of harvests
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

3 types of artificial intelligence

A
  1. ANI - artificial narrow intelligence which specializes one area and solves one particular problem; machine learning
  2. AGI - artificial general intelligence which refers to a computer that is as smart as a human across the board; machine intelligence
  3. ASI - artificial super intelligence which is an intellect that is much smarter than the best human brains in almost every field; machine consciousness
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What type of data does machine learning use to predict future outcomes?

A

Historical data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What type of data does machine learning work with?

A

All types of data - images, sounds, text, numbers, temperature readings and more!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Advantages vs disadvantages of expert systems

A

+ high level of accuracy & expertise, consistent results, faster response than human experts, can store large amounts of data & facts
- only as good as the data entered into the system, optimal use requires training, responses can be cold & lack humanity, may still make mistakes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly