Data mining
Data mining is the process of
sorting through large amounts of data and picking out relevant information. It is usually used by
business intelligence organizations, and
financial analysts, but is increasingly being used in the sciences to extract information from the enormous
data sets generated by modern experimental and observational methods. It has been described as "the nontrivial extraction of implicit, previously unknown, and potentially useful
information from
data"
(1) and "the science of extracting useful information from large
data sets or
databases."
(2) Data mining in relation to
enterprise resource planning is the statistical and logical analysis of large sets of transaction data, looking for patterns that can aid decision making.
(3)Background
Traditionally, business analysts have performed the task of extracting useful
information from recorded
data, but the increasing volume of data in modern business and science calls for computer-based approaches. As
data sets have grown in size and complexity, there has been a shift away from direct hands-on data analysis toward indirect, automatic data analysis using more complex and sophisticated tools. The modern technologies of
computers,
networks, and
sensors have made
data collection and organization much easier. However, the captured data needs to be converted into
information and
knowledge to become useful. Data mining is the entire process of applying computer-based
methodology, including new techniques for
knowledge discovery, to data.
(4) Data mining identifies trends within data that go beyond simple analysis. Through the use of sophisticated algorithms, non-statistician users have the opportunity to identify key attributes of business processes and target opportunities. However, abdicating control of this process from the statistician to the machine may result in false-positives or no useful results at all.Although data mining is a relatively new term, the technology is not. For many years, businesses have used powerful computers to sift through volumes of data such as supermarket scanner data to produce market research reports (although reporting is not always considered to be data mining). Continuous innovations in computer processing power, disk storage, and statistical software are dramatically increasing the accuracy and usefulness of data analysis.The term data mining is often used to apply to the two separate processes of
knowledge discovery and
prediction. Knowledge discovery provides explicit information that has a readable form and can be understood by a user.
Forecasting, or
predictive modeling provides predictions of future events and may be transparent and readable in some approaches (e.g., rule-based systems) and opaque in others such as
neural networks. Moreover, some data-mining systems such as neural networks are inherently geared towards prediction and pattern recognition, rather than knowledge discovery.
Metadata, or data about a given data set, are often expressed in a condensed
data-minable format, or one that facilitates the practice of data mining. Common examples include executive summaries and scientific abstracts.Data mining relies on the use of real world data. This data is extremely vulnerable to
collinearity precisely because data from the real world may have unknown interrelations. An unavoidable weakness of data mining is that the critical data that may expose any relationship might have never been observed. Alternative approaches using an experiment-based approach such as
Choice Modelling for human-generated data may be used. Inherent correlations are either controlled for or removed altogether through the construction of an
experimental design.Recently, there were some efforts to define a standard for data mining, for example the
CRISP-DM standard for analysis processes or the
Java Data-Mining Standard. Independent of these standardization efforts, freely available open-source software systems like
RapidMiner and
Weka have become an informal standard for defining data-mining processes.
Privacy concerns
There are also
privacy and
human rights concerns associated with data mining, specifically regarding the source of the data analyzed. Data mining provides information that may be difficult to obtain otherwise. When the data collected involves individual people, there are many questions concerning privacy, legality, and ethics.
(5) In particular, data mining government or commercial data sets for national security or law enforcement purposes, such as in the
Total Information Awareness Program, has raised privacy concerns.
(6)(7)Notable uses of data mining
Combating terrorism
It has been suggested that both the
Central Intelligence Agency and the
Canadian Security Intelligence Service have employed this method.
(8){{clarifyme}}Previous data mining to stop terrorist programs under the U.S. government include the
Total Information Awareness (TIA) program, Computer-Assisted Passenger Prescreening System (
CAPPS II), Analysis, Dissemination, Visualization, Insight, and Semantic Enhancement (
ADVISE), Multistate Anti-Terrorism Information Exchange (
MATRIX), and the Secure Flight program
Security-MSNBC. These programs have been discontinued due to controversy over whether they violate the US Constitution's 4th amendment, although many programs that were formed under them continue to be funded by different organizations, or under different names, to this day.
Games
Since the early 1960s, with the availability of
oracles for certain
combinatorial games, also called
tablebases (e.g. for 3x3-chess) with any beginning configuration, small-board
dots-and-boxes, small-board-hex, and certain endgames in chess, dots-and-boxes, and hex; a new area for data mining has been opened up. This is the extraction of human-usable strategies from these oracles. Current pattern recognition approaches do not seem to fully have the required high level of abstraction in order to be applied successfully. Instead, extensive experimentation with the tablebases, combined with an intensive study of tablebase-answers to well designed problems and with knowledge of prior art, i.e. pre-tablebase knowledge, is used to yield insightful patterns.
Berlekamp in dots-and-boxes etc. and
John Nunn in
chess endgames are notable examples of researchers doing this work, though they were not and are not involved in tablebase generation.
Business
Data mining in
customer relationship management applications can contribute significantly to the bottom line.{{Fact|date=July 2008}} Rather than contacting a prospect or customer through a call center or sending mail, only prospects that are predicted to have a high likelihood of responding to an offer are contacted. More sophisticated methods may be used to optimize across campaigns so that we can predict which channel and which offer an individual is most likely to respond to - across all potential offers. Finally, in cases where many people will take an action without an offer, uplift modeling can be used to determine which people will have the greatest increase in responding if given an offer.
Data clustering can also be used to automatically discover the segments or groups within a customer data set.Businesses employing data mining may see a return on investment, but also they recognize that the number of predictive models can quickly become very large. Rather than one model to predict which customers will
churn, a business could build a separate model for each region and customer type. Then instead of sending an offer to all people that are likely to churn, it may only want to send offers to customers that will likely take to offer. And finally, it may also want to determine which customers are going to be profitable over a window of time and only send the offers to those that are likely to be profitable. In order to maintain this quantity of models, they need to manage model versions and move to
automated data mining.Data mining can also be helpful to human-resources departments in identifying the characteristics of their most successful employees. Information obtained, such as universities attended by highly successful employees, can help HR focus recruiting efforts accordingly. Additionally, Strategic Enterprise Management applications help a company translate corporate-level goals, such as profit and margin share targets, into operational decisions, such as production plans and workforce levels.
(9) In this paper the application of data mining and decision analysis to the problem of die-level functional test is described. Experiments mentioned in this paper demonstrate the ability of applying a system of mining historical die-test data to create a probabilistic model of patterns of die failure which are then utilized to decide in real time which die to test next and when to stop testing. This system has been shown, based on experiments with historical test data, to have the potential to improve profits on mature IC products.Given below is a list of the top eight data-mining software vendors in 2008 published in a
Gartner study.
(10)
- Angoss Software
- Infor CRM Epiphany
- Portrait Software
- SAS
- G-Stat
- SPSS
- ThinkAnalytics
- Unica
- Viscovery
Science and engineering
In recent years, data mining has been widely used in area of science and engineering, such as
bioinformatics,
genetics,
medicine,
education, and
electrical power engineering. In the area of study on human genetics, the important goal is to understand the mapping relationship between the inter-individual variation in human
DNA sequences and variability in disease susceptibility. In lay terms, it is to find out how the changes in an individual's DNA sequence affect the risk of developing common diseases such as
cancer. This is very important to help improve the diagnosis, prevention and treatment of the diseases. The data mining technique that is used to perform this task is known as
multifactor dimensionality reduction.
(11)In the area of electrical power engineering, data mining techniques have been widely used for
condition monitoring of high voltage electrical equipment. The purpose of condition monitoring is to obtain valuable information on the
insulation's health status of the equipment.
Data clustering such as
self-organizing map (SOM) has been applied on the vibration monitoring and analysis of transformer on-load tap-changers(OLTCS). Using vibration monitoring, it can be observed that each tap change operation generates a signal that contains information about the condition of the tap changer contacts and the drive mechanisms. Obviously, different tap positions will generate different signals. However, there was considerable variability amongst normal condition signals for the exact same tap position. SOM has been applied to detect abnormal conditions and to estimate the nature of the abnormalities.
(12)Data mining techniques have also been applied for
dissolved gas analysis (DGA) on
power transformers. DGA, as a diagnostics for power transformer, has been available for many years. Data mining techniques such as SOM has been applied to analyse data and to determine trends which are not obvious to the standard DGA ratio techniques such as Duval Triangle.
(13)A fourth area of application for data mining in science/engineering is within educational research, where data mining has been used to study the factors leading students to choose to engage in behaviors which reduce their learning
(14) and to understand the factors influencing university student retention.
(15)Other examples of applying data mining technique applications are
biomedical data facilitated by domain ontologies,
(16) mining clinical trial data,
(17) traffic analysis using SOM,
(18) et cetera.
See also
References
{{refs|2}}
Further reading
- Peter Cabena, Pablo Hadjnian, Rolf Stadler, Jaap Verhees, Alessandro Zanasi, Discovering Data Mining: From Concept to Implementation (1997), Prentice Hall, ISBN 0137439806
- Ronen Feldman and James Sanger, The Text Mining Handbook, Cambridge University Press, ISBN 9780521836579
- Phiroz Bhagat, Pattern Recognition in Industry, Elsevier, ISBN 0-08-044538-1
- Ian Witten and Eibe Frank, Data Mining: Practical Machine Learning Tools and Techniques with Java Implementations (2000), ISBN 1-55860-552-5, (see also Free Weka software)
- Mark F. Hornick, Erik Marcade, Sunil Venkayala: "Java Data Mining: Strategy, Standard, And Practice: A Practical Guide for Architecture, Design, And Implementation" (Broché)
- Weiss and Indurkhya, Predictive Data Mining, Morgan Kaufman
- Yike Guo and Robert Grossman, editors: High Performance Data Mining: Scaling Algorithms, Applications and Systems, Kluwer Academic Publishers, 1999
- Trevor Hastie, Robert Tibshirani and Jerome Friedman (2001). The Elements of Statistical Learning, Springer. ISBN 0387952845 (companion book site)
- Pascal Poncelet, Florent Masseglia and Maguelonne Teisseire (Editors). Data Mining Patterns: New Methods and Applications , Information Science Reference, ISBN 978-1599041629, (October 2007).
- Mierswa, Ingo and Wurst, Michael and Klinkenberg, Ralf and Scholz, Martin and Euler, Timm: YALE: Rapid Prototyping for Complex Data Mining Tasks, in Proceedings of the 12th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD-06), 2006.
- Peng, Y., Kou, G., Shi, Y. and Chen, Z. "A Systemic Framework for the Field of Data Mining and Knowledge Discovery", in Proceeding of workshops on The Sixth IEEE International Conference on Data Mining Technique (ICDM), 2006
External links
تنقيب في البياناتData miningData miningData-MiningMinería de datosDatu-meatzaritzaدادهکاویExploration de données데이터 마이닝Penggalian dataData miningכריית מידעDatizraceDuomenų išgavimasAdatbányászatData miningデータマイニングData miningEksploracja danychMineração de dadosData miningИнтеллектуальный анализ данныхData miningHĺbková analýza dátPodatkovno rudarjenjeData miningData miningการทำเหมืองข้อมูลKhai phá dữ liệuVeri madenciliğiДобування даних数据挖掘
(...as imported from WP)
article has not been saved locally