Machine learning

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

1/29

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.

30 Terms

1
New cards

What is Machine Learning (ML)?

Branch of AI where machines learn from data to make decisions or predictions without being explicitly programmed.

2
New cards

What is the difference between AI and ML?

  • AI is the broader field of creating intelligent machines.

  • ML is a subset of AI that focuses on machines learning from data.

3
New cards

What is supervised learning?

  • Learning using labeled data where the machine is trained with input-output pairs to make predictions.

  • Predicting house prices

4
New cards

What is unsupervised learning?

  • Learning using unlabeled data where the machine groups or finds patterns without predefined categories.

  • Customer segmentation

5
New cards

What is reinforcement learning?

  • Learning through trial and error where the machine learns by receiving rewards or penalties for actions.

  • RWhat is training data?obot learning to walk by trying movements

6
New cards

What is training data?

The dataset used to teach a machine learning model.

7
New cards

What is testing data?

Data used to evaluate how well a trained model performs on new, unseen inputs.

8
New cards

What is a model in ML?

A mathematical representation of a real-world process learned from training data.

9
New cards

What is clustering?

Grouping unlabeled data points by similarity.

10
New cards

What is K-means?

A centroid-based clustering algorithm that assigns points to nearest cluster center and updates centers iteratively.

11
New cards

What is hierarchical clustering?

Builds nested clusters by merging or splitting

12
New cards

What is DBSCAN?

  • Density-based clustering that finds clusters of high point density and marks noise.

13
New cards

What is classification?

  • Assigning discrete labels to inputs using labeled training data.

  • Decision trees and logistic regression.

14
New cards

What is KNN?

  • K-Nearest Neighbors; an instance-based classifier that labels a point by majority vote of its K nearest training samples.

  • The number of neighbors used to decide the label.

  • Euclidean distance (for numeric features).

15
New cards

How does increasing K affect KNN?

Smooths the decision boundary and reduces variance; may increase bias.

16
New cards

What is regression?

Predicting continuous numerical outputs from input features.

17
New cards

18
New cards
19
New cards
20
New cards
21
New cards
22
New cards
23
New cards
24
New cards
25
New cards
26
New cards
27
New cards
28
New cards
29
New cards
30
New cards