Active Learning in Speech Command Classification

alertCertain options have been disabled. Please contact your teacher if you need access to these modes.
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
Locked
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts and terminology related to active learning in the context of speech command classification.

Last updated 2:42 PM on 4/23/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Add student to class section state
Add studentsNo students in these sections. Invite them to track progress!

16 Terms

1
New cards

Active Learning

A machine learning approach where the algorithm selectively queries labels for data points to efficiently learn from limited labeled data.

2
New cards

Command Speech Classification

The process of categorizing spoken commands into pre-defined labels or classes.

3
New cards

Dataset Decomposition

The process of splitting a dataset into training, testing, and active learning subsets.

4
New cards

Baseline

A reference point established by training a model on a subset of data to evaluate future improvements.

5
New cards

Random Sampling

A strategy in which random subsets of data are used for training to evaluate model performance.

6
New cards

Uncertainty Sampling

An active learning strategy where the model selects instances it is least confident about to label.

7
New cards

Diversity Sampling

An active learning technique aimed at selecting diverse examples to maximize learning from a limited dataset.

8
New cards

ResNet-18

A convolutional neural network model used for image classification tasks, known for its deep residual learning framework.

9
New cards

Spectrogram

A visual representation of the spectrum of frequencies in a sound signal as they vary with time.

10
New cards

Colab and Google Drive Integration

Linking Google Colab to Google Drive to store large files and save progress during data processing.

11
New cards

Label Frequency Dictionary

A data structure used to track the number of samples associated with different labels in a dataset.

12
New cards

Accuracy Rate

A performance metric indicating the proportion of correct predictions made by a model.

13
New cards

Client Budget Constraints

Limitations on the amount of labeled data that can be annotated based on the client's financial resources.

14
New cards

Training Dataset

A subset of data used to train a model, allowing it to learn patterns and make predictions.

15
New cards

Testing Dataset

A set of data used to evaluate the model's performance after it has been trained.

16
New cards

DataLoader

A utility that provides an iterable over a dataset, often used in training and testing machine learning models.