Stream Mining Task

From GM-RKB
(Redirected from Stream Mining)
Jump to navigation Jump to search

See: Clustering Data Stream, Online Learning, Sequential-Data Data Mining, Stream Mining Algorithm.



References

2013

  • http://en.wikipedia.org/wiki/Data_stream_mining
    • 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.

2011

2006