0% found this document useful (0 votes)
19 views

Data Mining Machine Learning Knowledge Discovery

Data stream mining is the process of extracting knowledge from continuous, rapid data streams which can typically only be read once due to limited computing and storage capabilities. Examples include network traffic, phone calls, ATM transactions, web searches, and sensor data. The goal is often to predict the class or value of new data instances using machine learning techniques trained on previous labeled instances, dealing with the problem of concept drift over time as the underlying distributions or rules may change.

Uploaded by

rvsamy80
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Data Mining Machine Learning Knowledge Discovery

Data stream mining is the process of extracting knowledge from continuous, rapid data streams which can typically only be read once due to limited computing and storage capabilities. Examples include network traffic, phone calls, ATM transactions, web searches, and sensor data. The goal is often to predict the class or value of new data instances using machine learning techniques trained on previous labeled instances, dealing with the problem of concept drift over time as the underlying distributions or rules may change.

Uploaded by

rvsamy80
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Data Stream Mining is the process of extracting knowledge structures from continuous, rapid data records.

A data stream is an ordered sequence of instances that in many applications of data stream mining can be read only once or a small number of times using limited computing and storage capabilities. Examples of data streams include computer network traffic, phone conversations, ATM transactions, web searches, and sensor data. Data stream mining can be considered a subfield of data mining, machine learning, and knowledge discovery. In many data stream mining applications, the goal is to predict the class or value of new instances in the data stream given some knowledge about the class membership or values of previous instances in the data stream. Machine learning techniques can be used to learn this prediction task from labeled examples in an automated fashion. In many applications, the distribution underlying the instances or the rules underlying their labeling may change over time, i.e. the goal of the prediction, the class to be predicted or the target value to be predicted, may change over time. This problem is referred to as concept drift.

You might also like