Data Warehousing and Data Mining 2074
Group - A
Attempt any two Questions (10 x 2 = 20)
AI is thinking...
1. You are given the transaction data shown below from a fast food restaurant. There are 9 distinct transactions (order 1 to order 9). There are total 5 meal (M1 to M5) involved in transactions.
Meal Items | List of item IDs | Meal Items | List of item IDs |
order 1 order 2 order 3 order 4 order 5 | M1, M2, M5 M2, M4 M2, M3 M1, M2, M4 M1, M3 | order 6 order 7 order 8 order 9 | M2, M3 M1, M3 M1, M2, M3, M5 M1, M2, M3 |
Minimum support =2, Minimum confidence = 0,7
Apply the Apriori algorithm to the database to identify frequent k-itemset and find all strong association rules.
AI is thinking...
2. Why do we need to preprocess the data before running the algorithm? What are the processes for this? Explain. Give some examples of noise that must be removed in data while extracting the pattern.
AI is thinking...
3. List the two steps used in classification approach with its issues. Is this right decision to use neural network always as a classifier? Give your opinion. Discuss the working mechanism of back propagation classification algorithm.
AI is thinking...
Group - B
Attempt any eight Questions (8 x 5 = 40)
AI is thinking...
4. List and describe the five primitives for specifying a data mining task.
AI is thinking...
5. Describe the types of data used in data mining.
AI is thinking...
6. Explain the similarities and dissimilarities between operational database and data warehouse.
AI is thinking...
7. List the types of OLAP operations with example.
AI is thinking...
AI is thinking...
9. Why data cube computation is essential task in data mining? Describe general strategy in data cube computation.
AI is thinking...
10. Describe the different components of a data warehouse.
AI is thinking...
11. Define dimension table and fact table. What makes the necessity of multidimensional data model?
AI is thinking...
12. Discuss the approach behind Bayesian classification. Why smoothing technique is necessary in Bayesian classification?
AI is thinking...
13. Write short notes on (any two):
a) Concept hierarchy
b) Data mining Query Language
c) Text mining
d) ROLAP vs MOLAP
AI is thinking...