Introduction to Data Science Flashcards

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

1/24

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards for key terms and definitions from the Introduction to Data Science course book.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Data Science

The combination of business, analytical, and programming skills that are used to extract meaningful insights from raw data.

2
New cards

Deep Learning

The application of computational networks (with cascading layers of units) to learning tasks.

3
New cards

Artificial Intelligence

A set of approaches to enable a computer to emulate and thus automate cognitive processes — often based on learning from data.

4
New cards

Machine Learning

A subset of artificial intelligence where mathematical models are developed to perform given tasks based on provided training examples.

5
New cards

Data Mining

This is the process of discovering patterns in large datasets.

6
New cards

Business Intelligence

This is a collection of routines that are used to analyze and deliver the business performance metrics.

7
New cards

Training Set

The dataset used by the machine learning model that will help it to learn its desired task.

8
New cards

Testing Set

These data are used to measure the performance of the developed machine learning model.

9
New cards

Outlier

A data record which is seen as exceptional and outside the distribution of the normal input data.

10
New cards

Data Cleansing

The process of removing redundant data, handling missing data entries and removing, or at least alleviating, other data quality issues.

11
New cards

Feature

An observable measure of the data. Other terms such as property, attribute, or characteristic are also used instead of feature.

12
New cards

Dimensionality Reduction

The process of reducing the dataset into lesser dimensions, ensuring that it conveys similar information.

13
New cards

Feature Selection

The process of selecting relevant features of the provided dataset.

14
New cards

Machine Learning

Algorithms or mathematical models that use information extracted from data in order to achieve a desired task or function.

15
New cards

Supervised Learning

The subset of Machine Learning that is based on labeled data. It can be further distinguished in regression and classification.

16
New cards

Unsupervised Learning

The subset of Machine Learning that is based on un-labeled data. Typical unsupervised learning tasks are clustering and dimensionality reduction.

17
New cards

Deep Learning

The application of networks of computational units with cascading layers of information processing used to learn through tasks.

18
New cards

Decision Model

A model assesses the relationships between the elements of provided data to recommend a possible decision for a given situation.

19
New cards

Regression

A forecasting technique to estimate the functional dependence between input and output variables.

20
New cards

Cluster Analysis

A type of unsupervised learning used to partition a set of data records into clusters. Records in a cluster are more similar to each other than to those in other clusters.

21
New cards

Classification

A machine learning approach to categorize entities into predefined classes.

22
New cards

Probability

Quantification of how likely it is that a certain event occurs, or the degree of belief in a given proposition.

23
New cards

Standard Deviation

A measure of how spread out the data values are.

24
New cards

Type I Error

False positive output, meaning that it was actually negative but has been predicted as positive.

25
New cards

Type II Error

False negative output, meaning that it was actually positive but has been predicted as negative.