Machine Learning Basics - Vocabulary

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

1/5

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards summarizing key machine-learning terms and definitions from the lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards

Supervised Learning

A learning approach where the algorithm is trained on labeled data to predict outputs (e.g., spam detection).

2
New cards

Unsupervised Learning

A learning approach that discovers patterns or groupings in unlabeled data (e.g., customer segmentation).

3
New cards

Neural Network

A computational model inspired by the human brain, forming the backbone of deep learning techniques.

4
New cards

Overfitting

A situation in which a model performs well on the training data but poorly on new, unseen data because it has essentially memorized the training set.

5
New cards

Epoch

One complete pass of the entire training dataset through a neural network during the training process.

6
New cards

Loss Function

A metric that measures how far a model's predictions deviate from the actual values, guiding model optimization.