SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1076
Static Load Balancing of Parallel Mining Efficient Algorithm with PBEC
in Frequent Sequences Dataset
Mr.Suraj Patil1, Prof: Parth Sagar2
1P. G Student, Department of Computer Engineering, RMD Sinhgad School of Engineering, Pune, India
2Assistant Professor, Department of Computer Engineering, RMD Sinhgad School of Engineering, Pune, India
-----------------------------------------------------------------------------***----------------------------------------------------------------------------
Abstract- Discovery of Frequent sequence mining is an
essential data mining taskwithbroadapplications.Theoutput
of the algorithm is used in many other areas like market
basket analysis, chemistry and bioinformatics. The frequent
sequence mining is computationally high expensive. Further
sequential patterns mining in a single dimension mining and
multidimensional sequential patterns can give us more
constructive and useful patterns. Due to the huge enhance in
data volume and also fairly large search space, efficient
solutions for finding patterns in multidimensional sequence
data are currently very important. For this reason, developing
a frequent sequence mining algorithm is necessary. Parallel
algorithm follows the step by step approach and all
participating processors or workers generate candidate
sequence and count their estimate time and supports
independently.
Key Words: Data mining, frequent sequence mining,
parallel algorithms, static load balancing, probabilistic
algorithms.
1. INTRODUCTION
Repeated pattern removal is an important data mining
technique with a wide variety of mined patterns. The mined
frequent patterns can be sets of items(itemsets),sequences,
graphs, trees, etc. Frequent sequence mining was first
described in. The GSP algorithm presented in is the first to
solve the problem of frequent sequence mining. As the
repeated series removal is an extension of item set mining,
the GSP algorithm is an extension of the Apriori algorithm.
As a consequence of the slowness and memoryconsumption
of algorithms described in other algorithms were proposed.
These two algorithms use the so-called prefix-based
equivalence classes (PBECs in short), i.e., represent the
pattern as a string and partition the set of all patterns into
disjoint sets using prefixes. There are two kinds of parallel
computers: shared memory technology and distributed
memory technology. Parallelizing on the shared memory
technology is easier than parallelizing on distributed
memory technology. Samplingtechniquethatstaticallyload-
balance the computation of parallel frequentitemsetmining
process, are proposed in these three papers, the so-called
double sampling process and its three variants were
proposed.
There are other problemswithstaticload-balancing
the estimation of the running time in a PBEC is a non trivial
task. The intuition behind this is that exact computation of
number of frequent sequences in a PBEC is at least #P
complete task. The hardness also comes from the fact that
the amount of work necessary to process one sequence vary
among sequences. The last problem, according to our
experiments, is that each processor gets almost the whole
database. A method of static load-balancing, called selective
sampling is presented in parallel mining. The selective
sampling process estimates the running time in each PBEC
by removing some items from the database.
In this paper we have Static Load Balancing of
Parallel Mining Efficient Algorithm methods. Section 1 of
Introduction Section 2 this paper deals with related work
and Section 3 Proposed System 4 Algorithms 5 Results and
Discussion Section 6 Conclusion and future work of the
paper.
2. RELATED WORK
In the Static load balancing important thingsareview
of load, assessment of load, constancy of different system,
performance of system, interaction between the records ,
natural world of work to be transferred, selecting of data
sets and many other ones to consider while developing such
algorithm
In this paper,[1] Sequential Pattern Mining from
Multidimensional Sequence Data in Parallel findingpatterns
in multidimensional sequence data are nowadays very
important present a multidimensional sequencemodel anda
parallel algorithm follows the level-wise approach and all
participating processors or workers generate candidate
sequence and count their supports independently.
In this paper, [2]Prefix Span Mining Sequential
Patterns by Prefix Projected Pattern which discovers
frequent sub sequences as patterns in a sequence database,
is an important data mining problem with broad
applications, including the analysis of customer purchase
patterns or Web access patterns, the analysis of sequencing
or time related processes such as scientific experiments,
natural disasters, and disease treatments, the analysis of
DNA sequences etc.
In the paper,[3] Parallel Sequence Mining on Shared-
Memory Machines a parallel al-gorithm for fast discovery of
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1077
frequent sequences in large databases.pSPADEdecomposes
the original search space into smaller sufix based classes.
Each class can be solved in main memory using efficient
search techniques, and simple join operations. Further each
class can be solved in-dependently on each processor
requiring no synchronization
In this paper, [4] Sequential mining patterns and
algorithms analysis Sequential pattern is a set of item sets
structured in sequence database which occurs sequentially
with a specific order. A sequence database is a setofordered
elements or events, stored with or withouta concrete notion
of time The most used measures used to evaluate sequential
patterns are the support and confidence.
In this paper,[5] Model for Load Balancing on
Processors in Parallel Mining of Frequent Item sets. This
market basket data consists of transactions made by each
customer. Each transaction contains items bought by the
customer. The goal is to see if the occurrenceofcertainitems
in a transaction can be used to deduce occurrence of other
items or in other words, to find associative relationships
between items
In this paper,[6] Probabilistic static load-balancingof
parallel Mining of repeated series in this project we present
a novel parallel algorithm for removal of repeated series
based on a static load-balancing. The static load balancing is
done by measuring the computational time they are slow
and needs muchmorememory,comparedtoDFSalgorithms.
In this paper,[7] Parallel Mining of Closed Sequential
Patterns to make sequential pat- tern mining practical for
large data sets, the miningprocessmustbe efficient,scalable,
and have a short response time. Moreover, since sequential
pattern mining requires iterative scans of the sequence
dataset with various data relationship and analysis
operations, it is computationally intensive.
3. PROPOSED SYSTEM
Proposed method is a novel parallel method that
statically load balance the computation. The set of all
frequent sequences is first split into PBECs, the relative
execution time of each PBEC is estimated and finally the
PBECs algorithm is assigned to processors. The method
estimates the processing time of one PBEC by the sequential
Prefix span algorithm using sampling data sets. It is
important to be aware that the running time of the parallel
sequential algorithm scales with points
1) the database size 2) the number of frequent
sequences 3) the number of embeddings of a frequent
sequence in database transactions.
Load Data base
Apllication
Data Set Splits
and Get to
Frequent item set
Get the Pattern
and sequences
count using prefix
span Algorithms
Maximum Memory get for
Data set
Calaluate
Execution
Time
Final Output with pattern
and minimum Support
Frequents Sequences
translation
Exection TIme
Display
Result
user
user
Fig 1. Proposed System Architecture
Static load balancing of the computation begins with
partitioning the set of all frequent sequences into disjoint
tasks. Because the PBECs are disjoint, they perfectly fit the
needs of the algorithm. the total processing time of the
sequential Prefix span algorithm. The processing time of
each PBEC should be evaluated. The algorithm begins
splitting the set of all frequent sequences into smallerpieces
recursively using PBECs. The relative size of a PBEC is the
estimate of the fraction of the total processing time of a
PBEC.
3.1 Module Description
1. Estimation of Support Module
In this module, we can estimate whether a support
of sequence is a subsequence of a transaction in a database
or not.
2. Estimation of Relative Size of PBEC Module
The relative size of a PBEC can be usedastheestimateof
the relative processing time of the PBEC by a sequential
algorithm. This estimate ignores some details of the
sequential algorithm. The relative size of PBEC might be
controllable size and smaller data set.
3.2 Prefix span Algorithm: Step wise considerations
1) Create initial collection of frequent extensions: The
algorithm starts adding items into a set of extensions S.
Adding items into S is not straightforward because the
collection of items requires
2) Construction of the initialpseudoprojecteddatabase:
Create the initial pseudo projected transaction for e for each
transaction. The projectionaddsneweventcontainingsingle
item e into S.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1078
3) Projection using a sequence extension:
Store the positions of data set into a new pseudo
projected transaction that is stored in new pseudodatabase.
4) The projection using an event extension:
Search for the item e until the end of the event is found.
4 Algorithms:
Algorithm 1. Prefix span Sequential
• PREFIXSPAN SEQUENTIAL (DatabaseD,Integermin
supp)
1. Σ ← all frequent extensions from D
2. for for all e Є Σ do
3. Q ← <(e)>
4. create projection D|q
5. PREFIXSPAN-MAINLOOP(D,Q,D|Q,min supp)
6. end for
5 RESULTS AND DISCUSSION
For the proposed system performance evaluation, we
calculate frequency. We implement the scheme on Java
framework with Intel Core i3 processor and 2 GB RAM. Here
the graph in Fig-2 demonstrates the system performance.
Fig.2 No of item sets
The PBECs are created, scheduled, and executed on the
processors. Because the PBECs are scheduled once, we talk
about static load balance of the computation. The sequential
algorithm runs for too long there is a need for parallel
algorithms. There is a very natural opportunityto parallelize
an arbitrary frequent sequence mining algorithm partition
these to all frequent sequences using the PBECs.
6 CONCLUSION AND FUTURE SCOPE
The frequent sequences and use this sample for estimating
the relative processing time of the algorithm in the PBECs
with evolutionary optimization technique The estimate of
the relative processing time is in fact performed by
estimating the computational complexity of processing
various PBECs. The relative processing time is then used for
partitioning and scheduling of the PBECs an algorithm for
mining of frequent sequences using static load-balancing.
The method creates a sample of frequent sequences the
relative processing time is then used for partitioning and
scheduling of the PBECs. The problem is that the estimated
size of a PBEC is dependent on the construction of the PBEC
(which should not happen). This dependency could be
probably removed by using, for example, the bootstrap
method.
In future we have to implement the parallel
algorithm to reduce the complexity of computational time
and implement the result of frequent sequence miningusing
static load balancing. Additionally, we have to reduce the
slowness and memory consumption of a process.
ACKNOWLEDGEMENT
It is my privilege to acknowledge with deep sense of
gratitude to my guide Prof. Parth Sagar for her kind
cooperation, valuable suggestions and capableguidanceand
timely help given to me in completion of my paper. I express
my gratitude to Prof. Vina M. Lomte, Head of Department,
RMDSSOE (Computer Dept.) for her constant
encouragement, suggestions, help and cooperation.
REFERENCES
[1] J. Ren, Y. Dong, and H. He, A parallel algorithm based on
prefix tree for sequence pattern mining, in Proc.1stACISInt.
Symp. Cryptography Netw. Security, Data Mining Knowl.
Discovery, E-Commerce Appl.EmbeddedSyst.,2010,pp.611
[2] R. Kessl and P. Tvrd, Toward more parallel frequent
itemset mining algorithms, in Proc. 19th IASTED Int. Conf.
Parallel Distrib. Comput. Syst., 2007, pp. 97103.
[3] T. Shintani and M. Kitsuregawa, Mining algorithms for
sequential patterns inparallel:Hashbasedapproach,inProc.
2nd Pacific-Asia Conf., Res. Develop. Knowl. Discovery Data
Mining, 1998, pp. 283294.
[4] R. Srikant and R. Agrawal, Mining sequential patterns
Generaliza- tions and performance improvements,in Proc.
5th Int. Conf. Extending Database Technol.: Adv. Database
Technol., 1996, pp. 117.
[5] R. Kessl and P. Tvrd, Probabilistic load balancing method
for parallel mining of all frequent itemsets, in Proc. 18th
IASTED Int. Conf. Parallel Distrib. Comput. Syst., 2006, pp.
578586.
[6] V. Guralnik, N. Garg, and G. Karypis, Parallel tree
projection algorithm for sequence mining,in Proc. 7th Int.
Euro-Par Conf. Euro-Par Parallel Process., 2001,pp.310320.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1079
[7] S. Cong, J. Han, J. Hoeflinger, and D. Padua, A sampling-
based framework for parallel data mining, in Proc.10thACM
SIGPLAN Symp. Principles Practice Parallel Program., 2005,
pp. 255265
[8] V. Guralnik and G. Karypis, Dynamic load balancing
algorithms for sequence mining, Univ. Minnesota,
Minneapolis, MN, US, Tech. Rep. TR 01-020, 2001.
[9] S. Cong, J. Han, J. Hoeflinger, and D. Padua, A sampling-
based framework for parallel data mining, in Proc.10thACM
SIGPLAN Symp. Principles Practice Parallel Program., 2005,
pp. 255265.
[10] M. J. Zaki, Parallel sequence mining on shared-memory
machines, J. Parallel Distrib. Comput., vol. 61, no. 3, pp.
401426, 2001.
[11] M. J. Zaki, S. Parthasarathy, M. Ogihara, and W. Li, New
algorithms for fast discovery ofassociationrules,inProc. 3rd
Int. Conf. Knowl. Discovery Data Mining, 1997, pp. 283286.
[12] K.-M. Yu and J. Zhou, Parallel TID-based frequent
pattern mining algorithm on a PCclusterandgridcomputing
system, Expert Syst. Appl., vol. 37, no.3,pp. 24862494,2010.
[13] M. J. Zaki, S. Parthasarathy, M. Ogihara, and W. Li, New
algorithms for fast discovery ofassociationrules,inProc. 3rd
Int. Conf. Knowl. Discovery Data Mining, 1997, pp. 283286.

More Related Content

What's hot

Improved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling AlgorithmImproved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling Algorithmiosrjce
 
DYNAMIC TASK PARTITIONING MODEL IN PARALLEL COMPUTING
DYNAMIC TASK PARTITIONING MODEL IN PARALLEL COMPUTINGDYNAMIC TASK PARTITIONING MODEL IN PARALLEL COMPUTING
DYNAMIC TASK PARTITIONING MODEL IN PARALLEL COMPUTINGcscpconf
 
Efficient Resource Management Mechanism with Fault Tolerant Model for Computa...
Efficient Resource Management Mechanism with Fault Tolerant Model for Computa...Efficient Resource Management Mechanism with Fault Tolerant Model for Computa...
Efficient Resource Management Mechanism with Fault Tolerant Model for Computa...Editor IJCATR
 
Using the black-box approach with machine learning methods in ...
Using the black-box approach with machine learning methods in ...Using the black-box approach with machine learning methods in ...
Using the black-box approach with machine learning methods in ...butest
 
Reinforcement learning based multi core scheduling (RLBMCS) for real time sys...
Reinforcement learning based multi core scheduling (RLBMCS) for real time sys...Reinforcement learning based multi core scheduling (RLBMCS) for real time sys...
Reinforcement learning based multi core scheduling (RLBMCS) for real time sys...IJECEIAES
 
EFFICIENT SCHEDULING STRATEGY USING COMMUNICATION AWARE SCHEDULING FOR PARALL...
EFFICIENT SCHEDULING STRATEGY USING COMMUNICATION AWARE SCHEDULING FOR PARALL...EFFICIENT SCHEDULING STRATEGY USING COMMUNICATION AWARE SCHEDULING FOR PARALL...
EFFICIENT SCHEDULING STRATEGY USING COMMUNICATION AWARE SCHEDULING FOR PARALL...ijdpsjournal
 
Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...
Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...
Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...CSCJournals
 
Job Resource Ratio Based Priority Driven Scheduling in Cloud Computing
Job Resource Ratio Based Priority Driven Scheduling in Cloud ComputingJob Resource Ratio Based Priority Driven Scheduling in Cloud Computing
Job Resource Ratio Based Priority Driven Scheduling in Cloud Computingijsrd.com
 
SearsonGP_PLS_PhD_thesis
SearsonGP_PLS_PhD_thesisSearsonGP_PLS_PhD_thesis
SearsonGP_PLS_PhD_thesisDominic Searson
 
Applying Neural Networks and Analogous Estimating to Determine the Project Bu...
Applying Neural Networks and Analogous Estimating to Determine the Project Bu...Applying Neural Networks and Analogous Estimating to Determine the Project Bu...
Applying Neural Networks and Analogous Estimating to Determine the Project Bu...Ricardo Viana Vargas
 
Multilevel Hybrid Cognitive Load Balancing Algorithm for Private/Public Cloud...
Multilevel Hybrid Cognitive Load Balancing Algorithm for Private/Public Cloud...Multilevel Hybrid Cognitive Load Balancing Algorithm for Private/Public Cloud...
Multilevel Hybrid Cognitive Load Balancing Algorithm for Private/Public Cloud...IDES Editor
 
Pretzel: optimized Machine Learning framework for low-latency and high throu...
Pretzel: optimized Machine Learning framework for  low-latency and high throu...Pretzel: optimized Machine Learning framework for  low-latency and high throu...
Pretzel: optimized Machine Learning framework for low-latency and high throu...NECST Lab @ Politecnico di Milano
 
Scalable scheduling of updates in streaming data warehouses
Scalable scheduling of updates in streaming data warehousesScalable scheduling of updates in streaming data warehouses
Scalable scheduling of updates in streaming data warehousesIRJET Journal
 

What's hot (20)

Improved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling AlgorithmImproved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling Algorithm
 
Chap1 slides
Chap1 slidesChap1 slides
Chap1 slides
 
DYNAMIC TASK PARTITIONING MODEL IN PARALLEL COMPUTING
DYNAMIC TASK PARTITIONING MODEL IN PARALLEL COMPUTINGDYNAMIC TASK PARTITIONING MODEL IN PARALLEL COMPUTING
DYNAMIC TASK PARTITIONING MODEL IN PARALLEL COMPUTING
 
Job shop scheduling problem using genetic algorithm
Job shop scheduling problem using genetic algorithmJob shop scheduling problem using genetic algorithm
Job shop scheduling problem using genetic algorithm
 
Efficient Resource Management Mechanism with Fault Tolerant Model for Computa...
Efficient Resource Management Mechanism with Fault Tolerant Model for Computa...Efficient Resource Management Mechanism with Fault Tolerant Model for Computa...
Efficient Resource Management Mechanism with Fault Tolerant Model for Computa...
 
Using the black-box approach with machine learning methods in ...
Using the black-box approach with machine learning methods in ...Using the black-box approach with machine learning methods in ...
Using the black-box approach with machine learning methods in ...
 
Chap2 slides
Chap2 slidesChap2 slides
Chap2 slides
 
Reinforcement learning based multi core scheduling (RLBMCS) for real time sys...
Reinforcement learning based multi core scheduling (RLBMCS) for real time sys...Reinforcement learning based multi core scheduling (RLBMCS) for real time sys...
Reinforcement learning based multi core scheduling (RLBMCS) for real time sys...
 
EFFICIENT SCHEDULING STRATEGY USING COMMUNICATION AWARE SCHEDULING FOR PARALL...
EFFICIENT SCHEDULING STRATEGY USING COMMUNICATION AWARE SCHEDULING FOR PARALL...EFFICIENT SCHEDULING STRATEGY USING COMMUNICATION AWARE SCHEDULING FOR PARALL...
EFFICIENT SCHEDULING STRATEGY USING COMMUNICATION AWARE SCHEDULING FOR PARALL...
 
Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...
Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...
Parallelization of the LBG Vector Quantization Algorithm for Shared Memory Sy...
 
Job Resource Ratio Based Priority Driven Scheduling in Cloud Computing
Job Resource Ratio Based Priority Driven Scheduling in Cloud ComputingJob Resource Ratio Based Priority Driven Scheduling in Cloud Computing
Job Resource Ratio Based Priority Driven Scheduling in Cloud Computing
 
Recursive
RecursiveRecursive
Recursive
 
[IJET V2I2P18] Authors: Roopa G Yeklaspur, Dr.Yerriswamy.T
[IJET V2I2P18] Authors: Roopa G Yeklaspur, Dr.Yerriswamy.T[IJET V2I2P18] Authors: Roopa G Yeklaspur, Dr.Yerriswamy.T
[IJET V2I2P18] Authors: Roopa G Yeklaspur, Dr.Yerriswamy.T
 
SearsonGP_PLS_PhD_thesis
SearsonGP_PLS_PhD_thesisSearsonGP_PLS_PhD_thesis
SearsonGP_PLS_PhD_thesis
 
K017446974
K017446974K017446974
K017446974
 
D0931621
D0931621D0931621
D0931621
 
Applying Neural Networks and Analogous Estimating to Determine the Project Bu...
Applying Neural Networks and Analogous Estimating to Determine the Project Bu...Applying Neural Networks and Analogous Estimating to Determine the Project Bu...
Applying Neural Networks and Analogous Estimating to Determine the Project Bu...
 
Multilevel Hybrid Cognitive Load Balancing Algorithm for Private/Public Cloud...
Multilevel Hybrid Cognitive Load Balancing Algorithm for Private/Public Cloud...Multilevel Hybrid Cognitive Load Balancing Algorithm for Private/Public Cloud...
Multilevel Hybrid Cognitive Load Balancing Algorithm for Private/Public Cloud...
 
Pretzel: optimized Machine Learning framework for low-latency and high throu...
Pretzel: optimized Machine Learning framework for  low-latency and high throu...Pretzel: optimized Machine Learning framework for  low-latency and high throu...
Pretzel: optimized Machine Learning framework for low-latency and high throu...
 
Scalable scheduling of updates in streaming data warehouses
Scalable scheduling of updates in streaming data warehousesScalable scheduling of updates in streaming data warehouses
Scalable scheduling of updates in streaming data warehouses
 

Similar to Static Load Balancing of Parallel Mining Algorithm for Frequent Sequences

IRJET-A Review on Trends in Multicore Processor Based on Cache and Power Diss...
IRJET-A Review on Trends in Multicore Processor Based on Cache and Power Diss...IRJET-A Review on Trends in Multicore Processor Based on Cache and Power Diss...
IRJET-A Review on Trends in Multicore Processor Based on Cache and Power Diss...IRJET Journal
 
Dominant block guided optimal cache size estimation to maximize ipc of embedd...
Dominant block guided optimal cache size estimation to maximize ipc of embedd...Dominant block guided optimal cache size estimation to maximize ipc of embedd...
Dominant block guided optimal cache size estimation to maximize ipc of embedd...ijesajournal
 
An incremental mining algorithm for maintaining sequential patterns using pre...
An incremental mining algorithm for maintaining sequential patterns using pre...An incremental mining algorithm for maintaining sequential patterns using pre...
An incremental mining algorithm for maintaining sequential patterns using pre...Editor IJMTER
 
A Survey on Improve Efficiency And Scability vertical mining using Agriculter...
A Survey on Improve Efficiency And Scability vertical mining using Agriculter...A Survey on Improve Efficiency And Scability vertical mining using Agriculter...
A Survey on Improve Efficiency And Scability vertical mining using Agriculter...Editor IJMTER
 
Load Balancing in Parallel and Distributed Database
Load Balancing in Parallel and Distributed DatabaseLoad Balancing in Parallel and Distributed Database
Load Balancing in Parallel and Distributed DatabaseMd. Shamsur Rahim
 
FPGA Implementation of High Speed AMBA Bus Architecture for Image Transmissio...
FPGA Implementation of High Speed AMBA Bus Architecture for Image Transmissio...FPGA Implementation of High Speed AMBA Bus Architecture for Image Transmissio...
FPGA Implementation of High Speed AMBA Bus Architecture for Image Transmissio...IRJET Journal
 
Partitioning of Query Processing in Distributed Database System to Improve Th...
Partitioning of Query Processing in Distributed Database System to Improve Th...Partitioning of Query Processing in Distributed Database System to Improve Th...
Partitioning of Query Processing in Distributed Database System to Improve Th...IRJET Journal
 
Hardback solution to accelerate multimedia computation through mgp in cmp
Hardback solution to accelerate multimedia computation through mgp in cmpHardback solution to accelerate multimedia computation through mgp in cmp
Hardback solution to accelerate multimedia computation through mgp in cmpeSAT Publishing House
 
Optimal buffer allocation in
Optimal buffer allocation inOptimal buffer allocation in
Optimal buffer allocation incsandit
 
Svm Classifier Algorithm for Data Stream Mining Using Hive and R
Svm Classifier Algorithm for Data Stream Mining Using Hive and RSvm Classifier Algorithm for Data Stream Mining Using Hive and R
Svm Classifier Algorithm for Data Stream Mining Using Hive and RIRJET Journal
 
CS 301 Computer ArchitectureStudent # 1 EID 09Kingdom of .docx
CS 301 Computer ArchitectureStudent # 1 EID 09Kingdom of .docxCS 301 Computer ArchitectureStudent # 1 EID 09Kingdom of .docx
CS 301 Computer ArchitectureStudent # 1 EID 09Kingdom of .docxfaithxdunce63732
 
Smart E-Logistics for SCM Spend Analysis
Smart E-Logistics for SCM Spend AnalysisSmart E-Logistics for SCM Spend Analysis
Smart E-Logistics for SCM Spend AnalysisIRJET Journal
 
A Parallel Packed Memory Array to Store Dynamic Graphs
A Parallel Packed Memory Array to Store Dynamic GraphsA Parallel Packed Memory Array to Store Dynamic Graphs
A Parallel Packed Memory Array to Store Dynamic GraphsSubhajit Sahu
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
IRJET- Enhance Dynamic Heterogeneous Shortest Job first (DHSJF): A Task Schedu...
IRJET- Enhance Dynamic Heterogeneous Shortest Job first (DHSJF): A Task Schedu...IRJET- Enhance Dynamic Heterogeneous Shortest Job first (DHSJF): A Task Schedu...
IRJET- Enhance Dynamic Heterogeneous Shortest Job first (DHSJF): A Task Schedu...IRJET Journal
 
Survey of streaming data warehouse update scheduling
Survey of streaming data warehouse update schedulingSurvey of streaming data warehouse update scheduling
Survey of streaming data warehouse update schedulingeSAT Journals
 
A Review - Synchronization Approaches to Digital systems
A Review - Synchronization Approaches to Digital systemsA Review - Synchronization Approaches to Digital systems
A Review - Synchronization Approaches to Digital systemsIJERA Editor
 

Similar to Static Load Balancing of Parallel Mining Algorithm for Frequent Sequences (20)

IRJET-A Review on Trends in Multicore Processor Based on Cache and Power Diss...
IRJET-A Review on Trends in Multicore Processor Based on Cache and Power Diss...IRJET-A Review on Trends in Multicore Processor Based on Cache and Power Diss...
IRJET-A Review on Trends in Multicore Processor Based on Cache and Power Diss...
 
D0212326
D0212326D0212326
D0212326
 
Dominant block guided optimal cache size estimation to maximize ipc of embedd...
Dominant block guided optimal cache size estimation to maximize ipc of embedd...Dominant block guided optimal cache size estimation to maximize ipc of embedd...
Dominant block guided optimal cache size estimation to maximize ipc of embedd...
 
An incremental mining algorithm for maintaining sequential patterns using pre...
An incremental mining algorithm for maintaining sequential patterns using pre...An incremental mining algorithm for maintaining sequential patterns using pre...
An incremental mining algorithm for maintaining sequential patterns using pre...
 
Fault tolerance on cloud computing
Fault tolerance on cloud computingFault tolerance on cloud computing
Fault tolerance on cloud computing
 
A Survey on Improve Efficiency And Scability vertical mining using Agriculter...
A Survey on Improve Efficiency And Scability vertical mining using Agriculter...A Survey on Improve Efficiency And Scability vertical mining using Agriculter...
A Survey on Improve Efficiency And Scability vertical mining using Agriculter...
 
Load Balancing in Parallel and Distributed Database
Load Balancing in Parallel and Distributed DatabaseLoad Balancing in Parallel and Distributed Database
Load Balancing in Parallel and Distributed Database
 
FPGA Implementation of High Speed AMBA Bus Architecture for Image Transmissio...
FPGA Implementation of High Speed AMBA Bus Architecture for Image Transmissio...FPGA Implementation of High Speed AMBA Bus Architecture for Image Transmissio...
FPGA Implementation of High Speed AMBA Bus Architecture for Image Transmissio...
 
Partitioning of Query Processing in Distributed Database System to Improve Th...
Partitioning of Query Processing in Distributed Database System to Improve Th...Partitioning of Query Processing in Distributed Database System to Improve Th...
Partitioning of Query Processing in Distributed Database System to Improve Th...
 
Hardback solution to accelerate multimedia computation through mgp in cmp
Hardback solution to accelerate multimedia computation through mgp in cmpHardback solution to accelerate multimedia computation through mgp in cmp
Hardback solution to accelerate multimedia computation through mgp in cmp
 
Optimal buffer allocation in
Optimal buffer allocation inOptimal buffer allocation in
Optimal buffer allocation in
 
Svm Classifier Algorithm for Data Stream Mining Using Hive and R
Svm Classifier Algorithm for Data Stream Mining Using Hive and RSvm Classifier Algorithm for Data Stream Mining Using Hive and R
Svm Classifier Algorithm for Data Stream Mining Using Hive and R
 
CS 301 Computer ArchitectureStudent # 1 EID 09Kingdom of .docx
CS 301 Computer ArchitectureStudent # 1 EID 09Kingdom of .docxCS 301 Computer ArchitectureStudent # 1 EID 09Kingdom of .docx
CS 301 Computer ArchitectureStudent # 1 EID 09Kingdom of .docx
 
Smart E-Logistics for SCM Spend Analysis
Smart E-Logistics for SCM Spend AnalysisSmart E-Logistics for SCM Spend Analysis
Smart E-Logistics for SCM Spend Analysis
 
A Parallel Packed Memory Array to Store Dynamic Graphs
A Parallel Packed Memory Array to Store Dynamic GraphsA Parallel Packed Memory Array to Store Dynamic Graphs
A Parallel Packed Memory Array to Store Dynamic Graphs
 
Ax34298305
Ax34298305Ax34298305
Ax34298305
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
IRJET- Enhance Dynamic Heterogeneous Shortest Job first (DHSJF): A Task Schedu...
IRJET- Enhance Dynamic Heterogeneous Shortest Job first (DHSJF): A Task Schedu...IRJET- Enhance Dynamic Heterogeneous Shortest Job first (DHSJF): A Task Schedu...
IRJET- Enhance Dynamic Heterogeneous Shortest Job first (DHSJF): A Task Schedu...
 
Survey of streaming data warehouse update scheduling
Survey of streaming data warehouse update schedulingSurvey of streaming data warehouse update scheduling
Survey of streaming data warehouse update scheduling
 
A Review - Synchronization Approaches to Digital systems
A Review - Synchronization Approaches to Digital systemsA Review - Synchronization Approaches to Digital systems
A Review - Synchronization Approaches to Digital systems
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 

Recently uploaded (20)

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 

Static Load Balancing of Parallel Mining Algorithm for Frequent Sequences

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1076 Static Load Balancing of Parallel Mining Efficient Algorithm with PBEC in Frequent Sequences Dataset Mr.Suraj Patil1, Prof: Parth Sagar2 1P. G Student, Department of Computer Engineering, RMD Sinhgad School of Engineering, Pune, India 2Assistant Professor, Department of Computer Engineering, RMD Sinhgad School of Engineering, Pune, India -----------------------------------------------------------------------------***---------------------------------------------------------------------------- Abstract- Discovery of Frequent sequence mining is an essential data mining taskwithbroadapplications.Theoutput of the algorithm is used in many other areas like market basket analysis, chemistry and bioinformatics. The frequent sequence mining is computationally high expensive. Further sequential patterns mining in a single dimension mining and multidimensional sequential patterns can give us more constructive and useful patterns. Due to the huge enhance in data volume and also fairly large search space, efficient solutions for finding patterns in multidimensional sequence data are currently very important. For this reason, developing a frequent sequence mining algorithm is necessary. Parallel algorithm follows the step by step approach and all participating processors or workers generate candidate sequence and count their estimate time and supports independently. Key Words: Data mining, frequent sequence mining, parallel algorithms, static load balancing, probabilistic algorithms. 1. INTRODUCTION Repeated pattern removal is an important data mining technique with a wide variety of mined patterns. The mined frequent patterns can be sets of items(itemsets),sequences, graphs, trees, etc. Frequent sequence mining was first described in. The GSP algorithm presented in is the first to solve the problem of frequent sequence mining. As the repeated series removal is an extension of item set mining, the GSP algorithm is an extension of the Apriori algorithm. As a consequence of the slowness and memoryconsumption of algorithms described in other algorithms were proposed. These two algorithms use the so-called prefix-based equivalence classes (PBECs in short), i.e., represent the pattern as a string and partition the set of all patterns into disjoint sets using prefixes. There are two kinds of parallel computers: shared memory technology and distributed memory technology. Parallelizing on the shared memory technology is easier than parallelizing on distributed memory technology. Samplingtechniquethatstaticallyload- balance the computation of parallel frequentitemsetmining process, are proposed in these three papers, the so-called double sampling process and its three variants were proposed. There are other problemswithstaticload-balancing the estimation of the running time in a PBEC is a non trivial task. The intuition behind this is that exact computation of number of frequent sequences in a PBEC is at least #P complete task. The hardness also comes from the fact that the amount of work necessary to process one sequence vary among sequences. The last problem, according to our experiments, is that each processor gets almost the whole database. A method of static load-balancing, called selective sampling is presented in parallel mining. The selective sampling process estimates the running time in each PBEC by removing some items from the database. In this paper we have Static Load Balancing of Parallel Mining Efficient Algorithm methods. Section 1 of Introduction Section 2 this paper deals with related work and Section 3 Proposed System 4 Algorithms 5 Results and Discussion Section 6 Conclusion and future work of the paper. 2. RELATED WORK In the Static load balancing important thingsareview of load, assessment of load, constancy of different system, performance of system, interaction between the records , natural world of work to be transferred, selecting of data sets and many other ones to consider while developing such algorithm In this paper,[1] Sequential Pattern Mining from Multidimensional Sequence Data in Parallel findingpatterns in multidimensional sequence data are nowadays very important present a multidimensional sequencemodel anda parallel algorithm follows the level-wise approach and all participating processors or workers generate candidate sequence and count their supports independently. In this paper, [2]Prefix Span Mining Sequential Patterns by Prefix Projected Pattern which discovers frequent sub sequences as patterns in a sequence database, is an important data mining problem with broad applications, including the analysis of customer purchase patterns or Web access patterns, the analysis of sequencing or time related processes such as scientific experiments, natural disasters, and disease treatments, the analysis of DNA sequences etc. In the paper,[3] Parallel Sequence Mining on Shared- Memory Machines a parallel al-gorithm for fast discovery of
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1077 frequent sequences in large databases.pSPADEdecomposes the original search space into smaller sufix based classes. Each class can be solved in main memory using efficient search techniques, and simple join operations. Further each class can be solved in-dependently on each processor requiring no synchronization In this paper, [4] Sequential mining patterns and algorithms analysis Sequential pattern is a set of item sets structured in sequence database which occurs sequentially with a specific order. A sequence database is a setofordered elements or events, stored with or withouta concrete notion of time The most used measures used to evaluate sequential patterns are the support and confidence. In this paper,[5] Model for Load Balancing on Processors in Parallel Mining of Frequent Item sets. This market basket data consists of transactions made by each customer. Each transaction contains items bought by the customer. The goal is to see if the occurrenceofcertainitems in a transaction can be used to deduce occurrence of other items or in other words, to find associative relationships between items In this paper,[6] Probabilistic static load-balancingof parallel Mining of repeated series in this project we present a novel parallel algorithm for removal of repeated series based on a static load-balancing. The static load balancing is done by measuring the computational time they are slow and needs muchmorememory,comparedtoDFSalgorithms. In this paper,[7] Parallel Mining of Closed Sequential Patterns to make sequential pat- tern mining practical for large data sets, the miningprocessmustbe efficient,scalable, and have a short response time. Moreover, since sequential pattern mining requires iterative scans of the sequence dataset with various data relationship and analysis operations, it is computationally intensive. 3. PROPOSED SYSTEM Proposed method is a novel parallel method that statically load balance the computation. The set of all frequent sequences is first split into PBECs, the relative execution time of each PBEC is estimated and finally the PBECs algorithm is assigned to processors. The method estimates the processing time of one PBEC by the sequential Prefix span algorithm using sampling data sets. It is important to be aware that the running time of the parallel sequential algorithm scales with points 1) the database size 2) the number of frequent sequences 3) the number of embeddings of a frequent sequence in database transactions. Load Data base Apllication Data Set Splits and Get to Frequent item set Get the Pattern and sequences count using prefix span Algorithms Maximum Memory get for Data set Calaluate Execution Time Final Output with pattern and minimum Support Frequents Sequences translation Exection TIme Display Result user user Fig 1. Proposed System Architecture Static load balancing of the computation begins with partitioning the set of all frequent sequences into disjoint tasks. Because the PBECs are disjoint, they perfectly fit the needs of the algorithm. the total processing time of the sequential Prefix span algorithm. The processing time of each PBEC should be evaluated. The algorithm begins splitting the set of all frequent sequences into smallerpieces recursively using PBECs. The relative size of a PBEC is the estimate of the fraction of the total processing time of a PBEC. 3.1 Module Description 1. Estimation of Support Module In this module, we can estimate whether a support of sequence is a subsequence of a transaction in a database or not. 2. Estimation of Relative Size of PBEC Module The relative size of a PBEC can be usedastheestimateof the relative processing time of the PBEC by a sequential algorithm. This estimate ignores some details of the sequential algorithm. The relative size of PBEC might be controllable size and smaller data set. 3.2 Prefix span Algorithm: Step wise considerations 1) Create initial collection of frequent extensions: The algorithm starts adding items into a set of extensions S. Adding items into S is not straightforward because the collection of items requires 2) Construction of the initialpseudoprojecteddatabase: Create the initial pseudo projected transaction for e for each transaction. The projectionaddsneweventcontainingsingle item e into S.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1078 3) Projection using a sequence extension: Store the positions of data set into a new pseudo projected transaction that is stored in new pseudodatabase. 4) The projection using an event extension: Search for the item e until the end of the event is found. 4 Algorithms: Algorithm 1. Prefix span Sequential • PREFIXSPAN SEQUENTIAL (DatabaseD,Integermin supp) 1. Σ ← all frequent extensions from D 2. for for all e Є Σ do 3. Q ← <(e)> 4. create projection D|q 5. PREFIXSPAN-MAINLOOP(D,Q,D|Q,min supp) 6. end for 5 RESULTS AND DISCUSSION For the proposed system performance evaluation, we calculate frequency. We implement the scheme on Java framework with Intel Core i3 processor and 2 GB RAM. Here the graph in Fig-2 demonstrates the system performance. Fig.2 No of item sets The PBECs are created, scheduled, and executed on the processors. Because the PBECs are scheduled once, we talk about static load balance of the computation. The sequential algorithm runs for too long there is a need for parallel algorithms. There is a very natural opportunityto parallelize an arbitrary frequent sequence mining algorithm partition these to all frequent sequences using the PBECs. 6 CONCLUSION AND FUTURE SCOPE The frequent sequences and use this sample for estimating the relative processing time of the algorithm in the PBECs with evolutionary optimization technique The estimate of the relative processing time is in fact performed by estimating the computational complexity of processing various PBECs. The relative processing time is then used for partitioning and scheduling of the PBECs an algorithm for mining of frequent sequences using static load-balancing. The method creates a sample of frequent sequences the relative processing time is then used for partitioning and scheduling of the PBECs. The problem is that the estimated size of a PBEC is dependent on the construction of the PBEC (which should not happen). This dependency could be probably removed by using, for example, the bootstrap method. In future we have to implement the parallel algorithm to reduce the complexity of computational time and implement the result of frequent sequence miningusing static load balancing. Additionally, we have to reduce the slowness and memory consumption of a process. ACKNOWLEDGEMENT It is my privilege to acknowledge with deep sense of gratitude to my guide Prof. Parth Sagar for her kind cooperation, valuable suggestions and capableguidanceand timely help given to me in completion of my paper. I express my gratitude to Prof. Vina M. Lomte, Head of Department, RMDSSOE (Computer Dept.) for her constant encouragement, suggestions, help and cooperation. REFERENCES [1] J. Ren, Y. Dong, and H. He, A parallel algorithm based on prefix tree for sequence pattern mining, in Proc.1stACISInt. Symp. Cryptography Netw. Security, Data Mining Knowl. Discovery, E-Commerce Appl.EmbeddedSyst.,2010,pp.611 [2] R. Kessl and P. Tvrd, Toward more parallel frequent itemset mining algorithms, in Proc. 19th IASTED Int. Conf. Parallel Distrib. Comput. Syst., 2007, pp. 97103. [3] T. Shintani and M. Kitsuregawa, Mining algorithms for sequential patterns inparallel:Hashbasedapproach,inProc. 2nd Pacific-Asia Conf., Res. Develop. Knowl. Discovery Data Mining, 1998, pp. 283294. [4] R. Srikant and R. Agrawal, Mining sequential patterns Generaliza- tions and performance improvements,in Proc. 5th Int. Conf. Extending Database Technol.: Adv. Database Technol., 1996, pp. 117. [5] R. Kessl and P. Tvrd, Probabilistic load balancing method for parallel mining of all frequent itemsets, in Proc. 18th IASTED Int. Conf. Parallel Distrib. Comput. Syst., 2006, pp. 578586. [6] V. Guralnik, N. Garg, and G. Karypis, Parallel tree projection algorithm for sequence mining,in Proc. 7th Int. Euro-Par Conf. Euro-Par Parallel Process., 2001,pp.310320.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1079 [7] S. Cong, J. Han, J. Hoeflinger, and D. Padua, A sampling- based framework for parallel data mining, in Proc.10thACM SIGPLAN Symp. Principles Practice Parallel Program., 2005, pp. 255265 [8] V. Guralnik and G. Karypis, Dynamic load balancing algorithms for sequence mining, Univ. Minnesota, Minneapolis, MN, US, Tech. Rep. TR 01-020, 2001. [9] S. Cong, J. Han, J. Hoeflinger, and D. Padua, A sampling- based framework for parallel data mining, in Proc.10thACM SIGPLAN Symp. Principles Practice Parallel Program., 2005, pp. 255265. [10] M. J. Zaki, Parallel sequence mining on shared-memory machines, J. Parallel Distrib. Comput., vol. 61, no. 3, pp. 401426, 2001. [11] M. J. Zaki, S. Parthasarathy, M. Ogihara, and W. Li, New algorithms for fast discovery ofassociationrules,inProc. 3rd Int. Conf. Knowl. Discovery Data Mining, 1997, pp. 283286. [12] K.-M. Yu and J. Zhou, Parallel TID-based frequent pattern mining algorithm on a PCclusterandgridcomputing system, Expert Syst. Appl., vol. 37, no.3,pp. 24862494,2010. [13] M. J. Zaki, S. Parthasarathy, M. Ogihara, and W. Li, New algorithms for fast discovery ofassociationrules,inProc. 3rd Int. Conf. Knowl. Discovery Data Mining, 1997, pp. 283286.