Data Mining | Pattern Recognition |
Clustering | Classification |
Association Rule Mining | Machine Learning |
Data Preprocessing | Decision Tree |
The automated recognition of patterns and regularities in data. | The process of discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems. |
Predicting the class or category of an object based on its attributes. | Grouping a set of objects in such a way that objects in the same group are more similar to each other than those in other groups. |
Enabling computers to learn and make decisions from data without being explicitly programmed. | Discovering interesting relationships or association patterns among a set of items in large datasets. |
A flowchart-like structure in which each internal node represents a feature, each branch represents a decision rule, and each leaf node represents the outcome. | Cleaning and transforming raw data into a suitable format before performing analysis or mining. |
Feature Selection | Big Data |
Extremely large and complex data sets that cannot be easily managed or analyzed using traditional data processing techniques. | Selecting a subset of relevant features from the original dataset to improve the performance of a machine learning model. |