Code Monkey home page Code Monkey logo

data-mining-algorithms's Introduction

Data-mining

  • The core purpose of Data Mining is to unearth important information in a dataset and make the best use of this to discover and decode future trends.
  • Data Mining also incorporates data cleaning, pattern prediction, statistical analysis, data conversion, machine learning, and data visualization.

Association Rule Mining

An association rule has 2 parts:

  • an antecedent (if) and
  • a consequent (then) An antecedent is something that’s found in data, and a consequent is an item that is found in combination with the antecedent. Have a look at this rule for instance:

“If a customer buys bread, he’s 70% likely of buying milk.”

Apriori algorithms: Prerequisite – Frequent Item set in Data set.

  • All subsets of a frequent itemset must be frequent(Apriori propertry).
  • If an itemset is infrequent, all its supersets will be infrequent.

I have implemented Apriori algorithm.

Cluster Analysis

Clustering is the process of making a group of abstract objects into classes of similar objects.

  • Requirements of Clustering in Data Mining

    • Scalability
    • Ability to deal with different kinds of attributes
    • Discovery of clusters with attribute shape
    • High dimensionality
    • Ability to deal with noisy data
    • Interpretability

    I have implemented K-means cluster with initial seed selection and K-medoids clustering algorithm.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.