Data Mining
Data Mining
Mining
TECHNIQUES
Reported by: James Kyle Bacolod
Data Data mining techniques are
methods and algorithms used
ANOMALY
Data Mining DIMENSIONALITY
DETECTION REDUCTION
Techniques
NEURAL
TIME SERIES SEQUENTIAL
NETWORKS (DEEP TEXT MINING
ANALYSIS PATTERN MINING
LEARNING)
Classificatio
Classification is a supervised learning
n
technique where the goal is to predict
the categorical label (class) of new
data points based on a labeled
dataset.
Example: Medical Diagnosis
Occasional
Buyers
Frequent
Buyers
befor after
e
Regression
Regression is used to predict a continuous
value based on input variables. It’s a
supervised learning technique used for
modeling relationships between dependent
and independent variables.
mining
relationships between variables in large
datasets, most commonly used for
market basket analysis.
reduction
number of input variables (features)
while retaining as much information as
possible, simplifying the model and
speeding up computation.
(Convolutional Neural
Network)
Time series analysis
Time series analysis deals with data
points collected or recorded at regular
time intervals. The goal is to model and
predict future values based on past
observations.
( NPL - (TF-
IDF) )
Sequential pattern
Sequential pattern mining identifies
patterns in sequences of data, such as
event logs or transactional data that
follow a specific order.
PrefixSpan
algorithm
Thank You!