Intro to AI Unit 2

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

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.

15 Terms

1
New cards

Q: What is Artificial Intelligence (AI)?

A: A branch of computer science concerned with designing computers that make predictions and decisions.

2
New cards

Q: How is AI related to computer science?

A: AI is a subset of computer science focused on intelligent behavior in machines.

3
New cards

Q: What are examples of AI activities?

A: Any task where computers make choices or predictions (e.g., chatbots, recommendation systems, image recognition).

4
New cards

Q: What is Machine Learning (ML)?

A: A branch of Artificial Intelligence where programs learn from data instead of being explicitly programmed.

5
New cards

Q: How do traditional programming methods differ from machine learning?

A: Traditional programming requires writing exact instructions; machine learning trains programs with examples to learn patterns on their own.

6
New cards

Q: How does a machine learning program learn?

A: The programmer feeds it large amounts of example data, and the program finds patterns to make decisions.

7
New cards

Q: What are Neural Networks?

A: Collections of mathematical functions (neurons) trained to solve specific problems.

8
New cards

Q: How do neural networks relate to machine learning?

A: They are one of the main technologies used in many machine learning algorithms.

9
New cards

Q: What do neural networks do?

A: They find patterns in data, store calculations that capture those patterns, and use that information to complete tasks such as image recognition or text generation.

10
New cards

Q: What is a neuron in a neural network?

A: A calculation unit that takes input, performs a computation, and outputs a number to the next layer.

11
New cards

Q: What is the input layer?

A: The first layer that receives raw data (e.g., pixel values, text inputs).

12
New cards

Q: What is the output layer?

A: The final layer that produces the result (e.g., identifying an image, predicting the next word).

13
New cards

Q: What are hidden layers?

A: The intermediate layers between input and output where data is transformed through multiple computations.

14
New cards

Q: What is activation?

A: The process where a neuron produces a strong enough output to indicate that it has recognized the desired pattern.

15
New cards

Q: Define Neural Network again in one line.

A: A system of interconnected neurons trained to recognize patterns and solve problems.