Intro to AI Quiz 2 VOCAB

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

1/32

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.

33 Terms

1
New cards

Neural Networks

Inspired by the structure and function of the human brain; attempt to mimic how biological neurons process and transmit information

2
New cards

Input Layer

Receives raw data

3
New cards

Hidden Layers

Process and transform data by finding patterns

4
New cards

Output layer

Produces the final result or classification

5
New cards

Neurons

Small computing units that combine inputs, weights, and activation functions to make simple decisions.

6
New cards

Weights

Connect neurons and determine how important each input is; Adjusted during training to improve accuracy. Represent the importance of each input.

7
New cards

Bias

allows flexibility by shifting the activation threshold up or down; Helps fine-tune neuron decisions so the model doesn’t always pass through the origin (adds flexibility).

8
New cards

Input Layer function

data intake

9
New cards

Hidden layer function

pattern recognition

10
New cards

output layer function

final prediction

11
New cards

artificial neuron

A mathematical model that takes inputs, multiplies them by weights, adds bias, and applies an activation function

12
New cards

shallow network

has no or few hidden layers

13
New cards

deep learning

Neural networks with many hidden layers, capable of learning complex features.

14
New cards

Activation functions

determine whether a neuron fires (ex. Sigmoid, ReLU, and Tanh); introduce nonlinearity, allowing networks to learn complex patterns

15
New cards

forward propagation

Data flows from input → hidden → output layer to generate a prediction.

16
New cards

loss calculation

Compares predicted output to the true value to measure error

17
New cards

backpropogation

Adjusts weights and biases in the opposite direction to minimize error — the key learning process.

18
New cards

training data

Input-output pairs used to “teach” the model.

19
New cards

Supervised Learning

The model learns with labeled examples (e.g., “This is a cat”).

20
New cards

Updating Weights

 After each training example, the network slightly changes weights to reduce future errors.

21
New cards

Neural Network Learning from Errors

Improve by identifying these, adjusting parameters, and iterating over many examples; allows predictions to become more accurate over time

22
New cards

Image recognition

Detects edges, shapes, and complex objects.

23
New cards

Speech recognition

Converts spoken language into text.

24
New cards

spam detection

Classifies emails as spam or not spam.

25
New cards

Autonomous Vehicles

Uses deep learning for perception and decision-making.

26
New cards

Medical diagnosis

Identifies disease patterns in scans or data

27
New cards

Multiple hidden layers

allow network to recognize complex, abstract features (e.g. from pixels —> edges —> shapes —> faces); deep learning models outperform shallow networks on complex tasks

28
New cards

overfitting

model memorizes training data and fails on new data; prevented using regularization, dropout, and more diverse training data

29
New cards

underfitting

Model is too simple and can’t learn the patterns.

30
New cards

high computation needs

Deep learning requires strong hardware (GPUs).

31
New cards

Ethical issues

Data bias can lead to unfair or inaccurate outcomes.

32
New cards

Ethical concerns

Bias in training data, privacy issues, and accountability for AI decisions

33
New cards

GPUs and TPUS

accelerate deep learning computations