Data Mining and Analytics Flashcards

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

1/32

flashcard set

Earn XP

Description and Tags

Flashcards for Grade 11 Design and Technology, Term 3, 2024-2025, covering data mining, data analytics, and related techniques.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

33 Terms

1
New cards

Data Mining

The process of extracting valuable knowledge from large datasets.

2
New cards

Key Components of Data Mining

Artificial Intelligence, Machine Learning, Statistics, Database Systems

3
New cards

Purpose of Data Mining

Transform raw data into understandable, actionable information.

4
New cards

Automatic Pattern Discovery

Systems identify trends and relationships automatically, reducing human bias in data analysis.

5
New cards

Predictive Capabilities

Uses historical data to forecast future trends, helping in decision-making processes.

6
New cards

Actionable Information

Converts complex data into practical insights, enabling data-driven business decisions.

7
New cards

Application of Data Mining in Healthcare (SEHA)

Analyzing historical patient data to identify patterns related to chronic diseases.

8
New cards

Application of Data Mining in Social Media (UAE)

Recommending content aligned with user interactions and showing targeted ads.

9
New cards

Data Analytics

The process of interpreting data to find trends and patterns.

10
New cards

Data Mining

The process of extracting valuable information from a large dataset.

11
New cards

Traditional Data Analysis

A manual or semi-automated process used to examine known variables to answer specific questions.

12
New cards

Descriptive analytics

Focuses on understanding what has happened in the past.

13
New cards

Predictive analytics

Uses historical data to build models that can be used to make predictions about future events.

14
New cards

Prescriptive analytics

Recommending actions that should be taken to achieve desired outcomes.

15
New cards

Traditional Data Analysis

Answer specific questions; data size is small/medium; process is manual or semi-automated; tools are Excel, SPSS.

16
New cards

Data Mining

Discover hidden patterns; data size is large/big data; process is mostly automated; Tools are AI, machine learning, big data tools.

17
New cards

Process of Data Mining

State the problem and formulate the hypothesis, collect the data, preprocess the data, estimate the model, interpret the model and draw conclusions.

18
New cards

Data Preprocessing

Cleaning and preparing raw data before using it for analysis or making models.

19
New cards

Data Cleaning

Fixing or removing wrong, incomplete, or duplicate data.

20
New cards

Data Integration

Combining data from different sources into one.

21
New cards

Data Transformation

Changing data into the right format (e.g., scaling numbers between 0 and 1).

22
New cards

Data Reduction

Making the dataset smaller by keeping only important parts (removing extra/unnecessary data).

23
New cards

Data Discretization

Converting continuous data into small intervals or categories (example: age into 'child', 'teen', 'adult').

24
New cards

Estimate the model

Pick a model based on the problem, feed the cleaned data, check how well the model works and adjust settings.

25
New cards

Interpret model and draw conclusions

See what the model found, understand patterns, make conclusions, take action.

26
New cards

Association

Identifies relationships between items in a dataset.

27
New cards

Classification

identifying which category new data belongs to by learning from data that is already labeled.

28
New cards

Prediction

Uses patterns in existing data to forecast future values or trends.

29
New cards

Clustering

Divides data into groups where items in the same group are similar.

30
New cards

Regression

predict a value based on the relationship between variables.

31
New cards

Artificial Neural Networks (ANNs)

Computing systems inspired by the human brain that learn from data and find complex patterns.

32
New cards

Outlier Detection

Finds data points that are very different from the rest.

33
New cards

Genetic Algorithms

Method of solving problems by mimicking natural evolution.