TITLE What should be in Objective, Method and Significant

Slides:



Advertisements
Similar presentations
Frequent Itemset Mining Methods. The Apriori algorithm Finding frequent itemsets using candidate generation Seminal algorithm proposed by R. Agrawal and.
Advertisements

Mining Frequent Patterns Using FP-Growth Method Ivan Tanasić Department of Computer Engineering and Computer Science, School of Electrical.
Query Optimization of Frequent Itemset Mining on Multiple Databases Mining on Multiple Databases David Fuhry Department of Computer Science Kent State.
Mining Multiple-level Association Rules in Large Databases
LOGO Association Rule Lecturer: Dr. Bo Yuan
Writing for Publication
Association Rule Mining. Generating assoc. rules from frequent itemsets  Assume that we have discovered the frequent itemsets and their support  How.
ALEC 604: Writing for Professional Publication
Frequent-Pattern Tree. 2 Bottleneck of Frequent-pattern Mining  Multiple database scans are costly  Mining long patterns needs many passes of scanning.
Advanced Technical Communication
How to write an abstract. What is an abstract? A complete but concise description of your work –Brief overview of: introduction, methods & results, discussion,
CANKAYA UNIVERSITY FOREIGN LANGUAGES UNIT
Computational Methods to Vocalize Arabic Texts H. Safadi*, O. Al Dakkak** & N. Ghneim**
Advanced Technical Writing
Mining Frequent Patterns without Candidate Generation Presented by Song Wang. March 18 th, 2009 Data Mining Class Slides Modified From Mohammed and Zhenyu’s.
Jiawei Han, Jian Pei, and Yiwen Yin School of Computing Science Simon Fraser University Mining Frequent Patterns without Candidate Generation SIGMOD 2000.
AR mining Implementation and comparison of three AR mining algorithms Xuehai Wang, Xiaobo Chen, Shen chen CSCI6405 class project.
Data Mining Frequent-Pattern Tree Approach Towards ARM Lecture
Mining Frequent Patterns without Candidate Generation.
Lecture 5: Writing the Project Documentation Part III.
Mining Frequent Patterns without Candidate Generation : A Frequent-Pattern Tree Approach 指導教授:廖述賢博士 報 告 人:朱 佩 慧 班 級:管科所博一.
Outline Introduction – Frequent patterns and the Rare Item Problem – Multiple Minimum Support Framework – Issues with Multiple Minimum Support Framework.
HOW TO HAVE A GOOD PAPER Tran Minh Quang. What and Why Do We Write? Letter Proposal Report for an assignments Research paper Thesis ….
Le parc japonais est beau et calme La fille japonaise est belle mais bavarde Ritsurin Park, Takamatsu.
Abstract  An abstract is a concise summary of a larger project (a thesis, research report, performance, service project, etc.) that concisely describes.
Report Writing Lecturer: Mrs Shadha Abbas جامعة كربلاء كلية العلوم الطبية التطبيقية قسم الصحة البيئية University of Kerbala College of Applied Medical.
Rapid Association Rule Mining Amitabha Das, Wee-Keong Ng, Yew-Kwong Woon, Proc. of the 10th ACM International Conference on Information and Knowledge Management(CIKM’01),2001.
Features of science revision
INTRODUCTION The introduction comes at the start of a piece of writing. It introduces the research by situating it (by giving background), presenting the.
CLOSET: An Efficient Algorithm for Mining Frequent Closed Itemsets
The Scholarly Journal Article
CSE594 Fall 2009 Jennifer Wong Oct. 14, 2009
Reducing Number of Candidates
Writing An Annotated Bibliography
How To Write Research Abeer Bin Humaid.
A Research Oriented Study Report By :- Akash Saxena
Advanced Technical Writing
How to Write a High-Quality Technical Paper for Publication
Byung Joon Park, Sung Hee Kim
Thesis writing Session 2017
WRITING CHEMICAL RESEARCH PAPERS
Some hints about writing a scientific paper San Francisco Edit www
Guidelines for Green Computing projects
Unit 4 Introducing the Study.
Literature Response Papers
CLOSET: An Efficient Algorithm for Mining Frequent Closed Itemsets
Vasiljevic Vladica, FP-Growth algorithm Vasiljevic Vladica,
Data Mining Association Rules Assoc.Prof.Songül Varlı Albayrak
Association Rule Mining
Technical Report Writing
Reading Research Papers
Biology Laboratory Report
Results, Discussion, and Conclusion
COMP5331 FP-Tree Prepared by Raymond Wong Presented by Raymond Wong
How to Write a Scientific Report?
Mining Frequent Patterns without Candidate Generation
Frequent-Pattern Tree
Highlighting the Global Structure
Market Basket Analysis and Association Rules
FP-Growth Wenlong Zhang.
Writing reports Wrea Mohammed
Technical Writing Abstract Writing.
Structuring your Extended Project
Writing a good discussion & conclusion
CLOSET: An Efficient Algorithm for Mining Frequent Closed Itemsets
Talking About Writing Notes
Learning outcomes By the end of this chapter you should: • understand the importance and purpose of the critical literature review to your research project;
Poster Title ___ Title is at top of the poster, short, descriptive of the project and easily readable at a distance of about 4-5 feet (words about
CSE594 Fall 2009 Jennifer Wong Oct. 14, 2009
What Is an Abstract? Abstract Writing.
Presentation transcript:

TITLE What should be in Objective, Method and Significant The title should convey to the objective/purpose, method and significant of the paper. The nicer the better. Example: A Support-Ordered Trie for Fast Frequent Itemset Discovery method significant objective

TITLE The title should convey to the objective/purpose, method, and significant of the paper. The nicer the better. Example: Mining Frequent Patterns Without Candidate generation: A Frequent- Pattern Tree Approach Method : Frequent- Pattern Tree Objective :Mining Frequent Patterns Without Candidate generation Significant : fast/ efficient ?? JiaWei Han et al. “Mining Frequent Patterns Without Candidate generation: A Frequent- Pattern Tree Approach”, Data Mining and Knowledge Discovery, 8, 53-87, 2004

ABSTRACT An abstract should briefly:       Re-establish the topic of the research.       Give the research problem and/or main objective of the research (this usually comes first).       Indicate the methodology used.       Present the main findings.       Present the main conclusions

ABSTRACT The Body of the Abstract The abstract is a very brief overview of your ENTIRE study. It tells the reader -WHAT you did, -WHY you did it, -HOW you did it, -WHAT you found, and - WHAT it means.

ABSTRACT Briefly state the purpose of the research (introduction), how the problem was studied/solved (methods), the principal findings (results), and what the findings mean (discussion and conclusion). It is important to be descriptive but concise--say only what is essential, using no more words than necessary to convey meaning.

Common Problems Too long. If your abstract is too long, it may be bored – abstract is usually a specified maximum number of words. Too much detail. Abstracts that are too long often have unnecessary details. The abstract is not the place for detailed explanations of methodology or for details about the context of your research problem. Too short. Shorter is not necessarily better.  If your word limit is 200 but you only write 95 words, you probably have not written in sufficient detail. Many writers do not give sufficient information about their findings. Failure to include important information. You need to be careful to cover the points listed above. Often people do not cover all of them because they spend too long explaining, for example, the methodology and then do not have enough space to present their conclusion.

ABSTRACT Mining frequent patterns in transaction databases, time-series databases, and many other kinds of databases has been studied popularly in data mining research. Most of the previous studies adopt an Apriori-like candidate set generation-and-test approach. However, candidate set generation is still costly, especially when there exist a large number of patterns and/or long patterns. In this study, we propose a novel frequent-pattern tree (FP-tree) structure, which is an extended prefix-tree structure for storing compressed, crucial information about frequent patterns, and develop an efficient FP-tree based mining method, FP-growth, for mining the complete set of frequent patterns by pattern fragment growth. Efficiency of mining is achieved with three techniques: (1) a large database is compressed into a condensed, smaller data structure, FP-tree which avoids costly, repeated database scans, (2) our FP-tree-based mining adopts a pattern-fragment growth method to avoid the costly generation of a large number of candidate sets, and (3) a partitioning-based, divide-and-conquer method is used to decompose the mining task into a set of smaller tasks for mining confined patterns in conditional databases, which dramatically reduces the search space. Our performance study shows that the FP-growth method is efficient and scalable for mining both long and short frequent patterns, and is about an order of magnitude faster than the Apriori algorithm and also faster than some recently reported new frequent-pattern mining methods.

ABSTRACT Mining frequent patterns in transaction databases, time-series databases, and many other kinds of databases has been studied popularly in data mining research. Most of the previous studies adopt an Apriori-like candidate set generation-and-test approach. [WHAT]. However, candidate set generation is still costly, especially when there exist a large number of patterns and/or long patterns [WHY]. In this study, we propose a novel frequent-pattern tree (FP-tree) structure, and develop an efficient FP-tree based mining method, FP-growth, for mining the complete set of frequent patterns by pattern fragment growth. Efficiency of mining is achieved with three techniques: …[HOW]. Our performance study shows that the FP-growth method is efficient and scalable for mining both long and short frequent patterns, and is about an order of magnitude faster than the Apriori algorithm and also faster than some recently reported new frequent-pattern mining methods.[WHAT YOU FOUND]

ABSTRACT The importance of data mining is apparent with the advent of powerful data collection and storage tools; raw data is so abundant that manual analysis is no longer possible. [WHAT] Unfortunately, data mining problems are difficult to solve and this prompted the introduction of several novel data structures to improve mining efficiency. [WHY] Here, we will, critically examine existing preprocessing data structures used in association rule mining for enhancing performance in an attempt to understand their strength and weaknesses. Our analysis culminate in a practical structure called the SOTrieT (Support-Ordered Trie Itemset) and two synergistic algorithms to accompany it for the fast discovery of frequent itemsets.[HOW] Experiments involving a wide range of synthetic data sets reveal that its algorithms outperform FP-growth, a recent association rule mining algorithm with excellent performance, by up to two orders of magnitude and, thus, verifying its efficiency and viability.[WHAT YOU FOUND]