DAI 501 – Data Science and AI Applications

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

1/11

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards based on key concepts in Data Science and AI applications, designed to aid in exam preparation.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Data Science

The primary goal is to turn data into actionable insights and solve complex problems.

2
New cards

Data Munging (Data Wrangling)

The process of cleaning, transforming, and structuring raw data.

3
New cards

Bayes’ Theorem

A way of calculating the probability of an event based on prior knowledge of conditions related to the event.

4
New cards

Expected Value

The mean of all possible values of a random variable, calculated as the sum of the values multiplied by their probabilities.

5
New cards

Correlation

Measures the strength and direction of a relationship between two variables.

6
New cards

Clustering

An unsupervised learning method used to group data points based on their characteristics.

7
New cards

Regression

A type of machine learning used to predict numerical outcomes based on input features.

8
New cards

Pandas DataFrame

A two-dimensional labeled data structure with columns of potentially different types.

9
New cards

NumPy Array

A grid of values, all of the same type, indexed by a tuple of non-negative integers.

10
New cards

Machine Learning Goal

To enable computers to learn without being explicitly programmed.

11
New cards

Anomaly Detection

The identification of rare items or events in a dataset that differ significantly from the majority of the data.

12
New cards

Dropping Rows with Missing Values

The method 'df.dropna()' is used to remove any rows containing missing values.