Question

14. Association Rules Mining (ARM): (5 marks each) a. Explain using any example how ARM could be of enormous use in a busines
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Association Rules Mining(ARM):

The process of identifying an association between products/items is called association rule mining. Association Rule Mining is sometimes referred to as “Market Basket Analysis(as it consists of a large number of records on past transactions.)”. Data is collected using barcode scanners in most supermarkets. A single record lists all the items bought by a customer in one sale. Knowing which groups are inclined towards which set of items gives these shops the freedom to adjust the store layout and the store catalog to place the optimally concerning one another.

This rule has 2 parts: 1) an antecedent (if) and 2) 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.

let's take an example, "If a customer buys bread, he’s 70% likely of buying jam.”

In the above association rule, bread is the antecedent and jam is the consequent.

Association rules are created by thoroughly analyzing data and looking for frequent if/then patterns. Then, depending on the following two parameters, the important relationships are observed:

  1. Support: Support indicates how frequently the if/then relationship appears in the database.
  2. Confidence: Confidence tells about the number of times these relationships have been found to be true.

Association Rule Mining primarily tries to find the rules that govern how or why such products/items are often bought together. To implement association rule mining, many algorithms have been developed. Apriori algorithm is one of the most popular and arguably the most efficient algorithms among them.

Apriori algorithm tells that all subsets of a frequent itemset to be frequent. Similarly, for any infrequent itemset, all its supersets must also be infrequent.

Suppose an X store’s retail transactions database includes the following data:

  • Total number of transactions: 600,000
  • Transactions containing bread: 7,500 (1.25 percent)
  • Transactions containing jam: 60,000 (10 percent)
  • Transactions containing both bread and jam: 6,000 (1.0 percent)

we can conclude that if there was no relation between bread and jam (that is, they were statistically independent), then we would have got only 10% of bread purchasers to buy jam too.

From the above data, 80% (6000/7500) of the people who buy bread also buy jam.This was unexpected probability. This factor of increase is known as Lift( ratio of the observed frequency of co-occurrence of our items and the expected frequency.)

Add a comment
Know the answer?
Add Answer to:
14. Association Rules Mining (ARM): (5 marks each) a. Explain using any example how ARM could...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Question 2 ARM Assembly Language (25 marks) An ARM instruction set summary is provided at the...

    Question 2 ARM Assembly Language (25 marks) An ARM instruction set summary is provided at the end of this paper. (5 marks) Explain the difference between eor and eors instruction. Use an example to show why both forms are useful. а. b. (5 marks) Explain using an example what the "Idr r3, [r7,#4]" instruction does. c. (10 marks) The following is the assembly language generated by a C compile type mystery, %function mystery: args 0, pretend = 0, frame =...

  • Question 2 Explain four rules that could be used to design a product for assembly and discuss how they will provide...

    Question 2 Explain four rules that could be used to design a product for assembly and discuss how they will provide benefit, use sketches to illustrate your answer.. [8 marks] Table Q2 itemises the precedence and timing information that is required to complete the assembly of a product. Through the application of a Largest Candidate Rule procedure, devise an assembly task grouping to achieve an assembly rate of 30 per hour. What is the utilisation for each assembly station [8...

  • a) Using a numerical example, show how inflation can be measured. (5 marks) b) Outline how...

    a) Using a numerical example, show how inflation can be measured. (5 marks) b) Outline how deflation can be a worse off situation than inflation. (5 marks) c) With the aid of diagrams, explain the relationship between inflation and unemployment. (10 marks) d) Discuss the impact of inflation.

  • . . Answer the questions given in the assignment. 4 questions X 5 marks each =...

    . . Answer the questions given in the assignment. 4 questions X 5 marks each = 20 marks. Each question contains a concept. • The report words count must be 1000-1200. Understand the business that is given in the exam, recall the concepts that are asked in the exam, and then answer the questions concerning the given case. For this assessment, you are required to pick any company/firm/association/business allocated in Oman and provide a detailed report based on the following:...

  • 37. Identify what, if any, bias is found in each of the following sampling scenarios. Explain...

    37. Identify what, if any, bias is found in each of the following sampling scenarios. Explain your answer for each one. (6 marks total) a) Selecting some residents of a building to participate in a survey of recycling options based on the last digit of their phone number (2 marks) b) Deciding whether to create a new restaurant menu based on the responses of customers who returned a survey card (2 marks) c) Polling members of a business association to...

  • Assignment Marking Scheme Assignment 1 Marks Assessment Scheme allotted Task 1 5 Marks for the business...

    Assignment Marking Scheme Assignment 1 Marks Assessment Scheme allotted Task 1 5 Marks for the business introduction Task 2 10 5 Marks for each Management support information system Task 3 10 5marks for each example Total 25 Assignment 2 Marks Assessment Scheme Task 4 10 5 marks for introduction to the system 5 marks for the description for competitive gain using the Task 5 10 l mark for introduction to system 3 marks for each valid benefit Task 6 5...

  • 2 how implementing them will lead to improvements in the product assembly process. Present four rules that could be...

    2 how implementing them will lead to improvements in the product assembly process. Present four rules that could be used to design a product for assembly and explain [8 marks] Table Q2 itemises the precedence and timing information that is required to complete the assembly of a product. For an assembly rate of 60 per hour, determine the minimum number of stations required and through the application of the Largest Candidate heuristic, devise an assembly task grouping. Comment on the...

  • Answer the following questions . [15 marks] Consider the following set of known facts and rules f...

    Answer the following questions . [15 marks] Consider the following set of known facts and rules for a production system. (Check the Forward and Backward Chaining slides in the Rule Based Systems file in Module 3 for an example). Facts (known to be true): A, B, C Rules 1. A D (means that if A is true then D is true) 3. B&D- E (means that if B and D are both true then E is true) 11. E& F-J...

  • Discuss and illustrate four rules that could be used to design a product for assembly [8 marks] Table Q itemises th...

    Discuss and illustrate four rules that could be used to design a product for assembly [8 marks] Table Q itemises the precedence and timing information that is required to complete the assembly of a product. Through the application of a Largest Candidate Rule procedure, devise an assembly task grouping to achieve an assembly rate of 40 per hour. What is the utilisation for each assembly station [8 marks] If the assembly rate is increased to 60 per hour, discuss the...

  • Q5. With an example explain how the Lead time is reduced for Product Development while using...

    Q5. With an example explain how the Lead time is reduced for Product Development while using Concurrent Engineering Approach. (5 marks)

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT