Statistics and Machine Learning Overview

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/21

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts from statistics and machine learning, including definitions and explanations of methods, metrics, and algorithms.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

22 Terms

1
New cards

Descriptive Statistics

Statistics that summarize or describe characteristics of a data set.

2
New cards

Central Tendency Measures

Metrics that indicate the central point of a data set, including mean, median, and mode.

3
New cards

Variation Measures

Metrics that describe the spread of data, including standard deviation, range, and variance.

4
New cards

Hypothesis Testing

A method in inferential statistics used to determine if there is evidence to support a hypothesis.

5
New cards

Covariance

A measure that indicates the extent to which two variables change together.

6
New cards

Correlation Coefficient

A numerical measure that describes the size and direction of a relationship between two variables.

7
New cards

Causation

A statistical concept indicating that one event is the result of another event.

8
New cards

Probability Theory

A branch of mathematics that deals with the likelihood of events occurring.

9
New cards

Bayesian Statistics

A statistical approach that incorporates prior knowledge into the analysis of data.

10
New cards

Machine Learning

A branch of artificial intelligence that uses algorithms to find patterns in data.

11
New cards

Supervised Learning

A machine learning type where the model is trained on labeled data.

12
New cards

Unsupervised Learning

A machine learning type that deals with unlabeled data to find patterns.

13
New cards

Semi-Supervised Learning

A learning paradigm that utilizes both labeled and unlabeled data for training.

14
New cards

Regression

A statistical method for predicting a continuous outcome variable based on one or more independent variables.

15
New cards

Classification

A machine learning task where the goal is to assign categories to input data.

16
New cards

K-Nearest Neighbors (K-NN)

A classification algorithm that assigns the class of a data point based on the classes of its K nearest neighbors.

17
New cards

Support Vector Machine (SVM)

A supervised learning model used for classification that finds the optimal hyperplane to separate data into classes.

18
New cards

Decision Trees

A model that uses a tree-like graph of decisions to classify data points.

19
New cards

Artificial Neural Networks (ANNs)

Computational models inspired by the human brain, used for recognizing patterns and solving complex problems.

20
New cards

Clustering

A method in unsupervised learning that groups data points into clusters based on similarity.

21
New cards

K-Means Clustering

An algorithm that divides N data records into K clusters by minimizing variance.

22
New cards

Agglomerative Clustering

A hierarchical clustering method that merges clusters based on distance criteria.