The Use of Classification in Data Mining
Classification is a data-mining technique that assigns categories to a collection of data to aid in more accurate predictions and analysis. Classification is one of several methods intended to make the analysis of very large datasets effective.
Why Classification?
Very large databases are becoming the norm in today's world of big data. Imagine a database with terabytes of data—a terabyte is one trillion bytes of data. Facebook alone crunches 600 terabytes of new data every single day (as of 2014, the last time it reported these specs). The primary challenge of big data is how to make sense of it.
http://www.thetravelboards.com/showthread.php?tid=11684
https://thetravelboards.com/showthread.php?tid=11842&pid=25500#pid25500
https://www.jasausaha.net/thread-4397.html
https://www.jasausaha.net/thread-696.html
https://www.kemovebbs.com/Thread-Where-to-download-software-for-Dk61
And sheer volume is not the only problem: big data also tends to be diverse, unstructured and fast-changing. Consider audio and video data, social media posts, 3D data, or geospatial data. This kind of data is not easily categorized or organized.
To meet this challenge, a range of automatic methods for extracting useful information has been developed, among them classification.
How Classification Works
An analyst's goal is to create a set of classification rules that answer a question, make a decision, or predict behavior. To start, a set of training data is developed that contains a certain set of attributes as well as the likely outcome. The job of the classification algorithm is to discover how that set of attributes reaches its conclusion.
The predictor columns Age, Gender, and Annual Income determine the value of the "predictor attribute" Credit Card Offer. In a training set, the predictor attribute is known. The classification algorithm then tries to determine how the value of the predictor attribute was reached: what relationships exist between the predictors and the decision? It will develop a set of prediction rules, usually an IF/THEN statement.
https://www.kemovebbs.com/Thread-Ghosting-problem
http://undergroundradio.eu/showthread.php?tid=1629
http://undergroundradio.eu/showthread.php?tid=1710
http://www.ntarestore.org/forum/showthread.php?tid=1572
http://www.ntarestore.org/forum/showthread.php?tid=1733
Obviously, this is a simple example, and the algorithm would need a far larger data sampling than the two records shown here. Further, the prediction rules are likely to be far more complex, including sub-rules to capture attribute details.
Next, the algorithm is given a "prediction set" of data to analyze, but this set lacks the prediction attribute (or decision):
This predictor data helps estimate the accuracy of the prediction rules, and the rules are then tweaked until the developer considers the predictions effective and useful.
Day to Day Examples of Classification
Classification and other data-mining techniques are behind much of our day-to-day experience as consumers. Weather predictions use of classification techniques to report whether the day will be rainy, sunny, or cloudy. The medical profession analyzes health conditions to predict likely medical outcomes. A type of classification method, Naive Bayesian, uses conditional probability to categorize spam emails.
Comments
Post a Comment