Skip to main content

Posts

Showing posts from January, 2020

Data Mining Concepts || From Basic To Advance

                                                 Data Mining Concepts What is Data Mining Data mining is the branch of computer science which deal with huge data. Data mining is a computing process of recognizing patterns in large data using machine learning, statics, and a database system. The extracted information should give us new patterns, relationships, among the data entities. Data mining is also known as knowledge discovery in the database(KDD). The information is extracted so it can be used for the following applications Market analysis Fraud detection Customer retention Production control Science exploration Various data mining methods: these methods help make decisions and predict future 1 Association 2 Classification 3 Clustering Analysis 4 Prediction 5 Sequential Patterns or Pattern Tracking 6 Decision Trees ...