Artificial Intelligence

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

1/24

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.

25 Terms

1
New cards

Turing Test

  • Man and computer pretend to be human.

  • Human interviewer has to determine which is real

2
New cards

The first forms of AI in the early 1950s was called 

Expert Systems (ES)

3
New cards

Who introduced the concept of the Artificial Neural Network (ANN) and what was its purpose?

  • Frank Rosenblatt

  • It mimics how the neural system works in the human brain

4
New cards

What was the digital "perceptron" introduced by Rosenblatt capable of doing?

  • it could detect images and identify objects

  • such as distinguishing between men and women

5
New cards

What was Geoffrey Hinton's critique of Rosenblatt's Artificial Neural Network (ANN)?

Hinton argued that Rosenblatt’s ANN consisted of only one layer, whereas a proper neural network includes multiple layers

6
New cards

What period followed the development of the early Artificial Neural Networks due to limited computational power?

the “AI winter”

7
New cards

Weak AI

focused on a single task

8
New cards

strong AI

can complete all of the same tasks a human can

9
New cards

Superintelligent AI

capable of exceeding human capabilities to perform all tasks

10
New cards

What is Machine Learning?

an AI technique that gives computers the ability to learn without being explicitly programmed to do so.

11
New cards

What are the three main types of machine learning?

  1. Supervised Learning

  2. Unsupervised Learning

  3. Reinforcement Learning

12
New cards

Supervised Learning

the algorithm is trained on labeled data, where the correct output is provided for each input.

Types:

  1. regression

  2. classification

13
New cards

What is Unsupervised Learning in machine learning?

searches for previously undetected patterns in a dataset without labels and supervision.

14
New cards

what is Reinforcement Learning (RL)?

a type of machine learning where an agent learns from trial and error

15
New cards

How does an RL agent receive feedback?

in the form of rewards or penalties

16
New cards

What is an artificial neural network?

A set of nodes that work in parallel to simulate the way the human brain works.

17
New cards

What are the key components of a neural network?

  • Nodes

  • connections between nodes

  • weights

  • and functions

18
New cards

What does a node consist of in a neural network?

  • weighted inputs

  • an activation function

  • output connections

19
New cards

What is the role of an activation function in a neural network?

It determines whether a neuron should be activated (fire) based on the computed weighted sum.

20
New cards

How are nodes arranged in a neural network?

in several layers

21
New cards

What is the role of the input layer in a neural network?

Each node represents a feature from the input data

22
New cards

What is the function of the hidden layer in a neural network?

The hidden layer learns complex patterns by applying activation functions to transform inputs before passing them forward.

23
New cards

What does the output layer in a neural network do?

produces the final result or prediction

24
New cards

What is deep learning?

A subset of machine learning that enables the computation of multi-layer neural networks.

25
New cards

What are generative neural networks?

Neural networks that can generate new content such as text, images, videos, and voice.