Artificial Intelligence Sp23

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/35

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

36 Terms

1
New cards

Agent

a computer program that acts on behalf of a user or other program (also called bots).

2
New cards

Algorithm

a step-by-step set of instructions to performing a specific task that will lead to a desired result when done correctly. They have a definitive start, end, and number of steps in between

3
New cards

Analogical reasoning

compares the similarities between a new concept and something already understood to draw conclusions as to what is likely to be true about the new concept.

4
New cards

Artificial General Intelligence

machines that can figure stuff out on their own

5
New cards

Artificial Intelligence

the ability for computers to make decisions and act as a human would

6
New cards

Artificial neural network (ANN)

also known as a neural network) is a computing system that attempts to mimic the human brain, with layers of connected "neurons" sending information to each other.

7
New cards

Autonomous

the ability to act independently of a ruling body. In AI, a machine or vehicle is referred to as autonomous if it doesn't require input from a human operator to function properly

8
New cards

Backpropagation

- Short for "backward propagation of errors" back propagation is a way of training neural networks based on a known, desired output for specific sample case

9
New cards

Big data

- a term for data sets that are so large or complex that traditional data processing applications are inadequate to deal with them

10
New cards

Case-based learning (CBR)

An approach to knowledge-based problem solving that uses the solutions of a past, similar problem (case) to solve an existing problem

11
New cards

Cognitive computing

software that succeeds at specific tasks previously thought to be limited to human cognition.

12
New cards

Computer vision

the field of A.I. concerned with teaching machines how to interpret the visual world

13
New cards

Dark data

is operational data that is not used. It is captured and stored, but not analyzed, providing no tactical value or insights. According to Lucidworks, we create 7.5 septillion (7,700,000,000,000,000,000,000) gigabytes of data worldwide every day. Businesses typically analyze approximately 10% of the data they collect

14
New cards

Data crunching

The automated analysis of vast amounts of data originating from Big Data. Once imported into a system, the data is sorted, structured, processed informed decisions.

15
New cards

Data mining

the computational process of discovering patterns in large data sets

16
New cards

Deep learning

the application of artificial neural networks (ANNs) to learning tasks that contain more than one hidden layer.

17
New cards

Expert systems

AI paradigm based on representations of human, domain-specific knowledge to replicate specific aspects of human decision making

18
New cards

Embodied A.I.

A fancy way of saying "robots with A.I. capabilities."

19
New cards

Forward chaining

A situation where an AI system must work "forward" from a problem to find a solution. Using a rule-based system, the AI would determine which "if" rules it would apply to the problem

20
New cards

Human-computer interaction

commonly referred to as (HCI) researches the design and use of computer technology, focused on the interfaces between people (users) and computers.

21
New cards

Explainable A.I. (X.A.I.)

A.I. that can tell or show its human operators how it came to its conclusions

22
New cards

Natural language processing

(NLP) is a way for computers to analyze and understand human language.

23
New cards

Few-shot learning

One-shot and few-shot learning try to create a system that can be taught to do something with far less training. It's similar to how toddlers might learn a new concept or task

24
New cards

Optical character recognition

(OCR) the mechanical or electronic conversion of images of typed, handwritten or printed text into machine-encoded text, whether from a scanned document, a photo of a document, a scene-photo or from subtitle text superimposed on an image.

25
New cards

Planning

A branch of AI dealing with planned sequences or strategies to be performed by an AI-powered machine. Things such as actions to take, variable to account for, and duration of performance are accounted for

26
New cards

Pruining

The use of a search algorithm to cut off undesirable solutions to a problem in an AI system. It reduces the number of decisions that can be made by the AI system

27
New cards

Machine learning

(ML) is a type of artificial intelligence in which a machine is trained to learn from past experiences and make decisions when exposed to new information without being explicitly programmed to do so.

28
New cards

Reinforcement learning

A process where machines learn to do a new task like humans do — through a system of rewards and punishments — starting as a novice and improving with practice and feedback.

29
New cards

Strong AI

functions like a human mind. It can think, reason, understand, and act as a human should

30
New cards

Supervised learning

A technique that teaches a machine-learning algorithm to solve a specific task using data that has been carefully labeled by a human. Everyday examples include most weather prediction and spam detection.

31
New cards

Symbolic reasoning systems

AI paradigm based on orchestration of complex logical structures (GOFAI)

32
New cards

Transfer learning

This method tries to take training data used for one thing and reused it for a new set of tasks, without having to retrain the system from scratch.

33
New cards

TURING test

developed by Alan Turing (the father of artificial intelligence) in the 1950s to test a machine's ability to exhibit behavior indistinguishable from that of a human

34
New cards

Unsupervised learning

An approach that gives A.I. unlabeled data and has to make sense of it without any instruction. In essence, it is when machines "teach themselves."

35
New cards

Watson

the world's first cognitive computing system

36
New cards

Weak A.I.

can do just one thing at a time, like play chess or recognize breeds of cats. Appears to think and understand, but it can only do what it is programmed to do. It is bound by rules and is not conscious.