11 results on '"Laisheng Xiang"'
Search Results
2. An Improved Eclat Algorithm Based on Tissue-Like P System with Active Membranes
- Author
-
Linlin Jia, Laisheng Xiang, and Xiyu Liu
- Subjects
Computer science ,Bioengineering ,0102 computer and information sciences ,02 engineering and technology ,lcsh:Chemical technology ,01 natural sciences ,Data mining algorithm ,lcsh:Chemistry ,tissue-like P systems ,0202 electrical engineering, electronic engineering, information engineering ,Chemical Engineering (miscellaneous) ,lcsh:TP1-1185 ,Pruning (decision trees) ,Time complexity ,Membrane computing ,P system ,Process Chemistry and Technology ,Object (computer science) ,Membrane ,lcsh:QD1-999 ,010201 computation theory & mathematics ,membrane computing ,020201 artificial intelligence & image processing ,Rewriting ,frequent pattern mining ,eclat algorithm ,Algorithm - Abstract
The Eclat algorithm is a typical frequent pattern mining algorithm using vertical data. This study proposes an improved Eclat algorithm called ETPAM, based on the tissue-like P system with active membranes. The active membranes are used to run evolution rules, i.e., object rewriting rules, in parallel. Moreover, ETPAM utilizes subsume indices and an early pruning strategy to reduce the number of frequent pattern candidates and subsumes. The time complexity of ETPAM is decreased from O(t2) to O(t) as compared with the original Eclat algorithm through the parallelism of the P system. The experimental results using two databases indicate that ETPAM performs very well in mining frequent patterns, and the experimental results using four databases prove that ETPAM is computationally very efficient as compared with three other existing frequent pattern mining algorithms.
- Published
- 2019
- Full Text
- View/download PDF
3. Improved SPFA Algorithm Based on Cell-Like P System
- Author
-
Laisheng Xiang, Xiyu Liu, and Hui Zhang
- Subjects
050210 logistics & transportation ,Natural computing ,Computer science ,05 social sciences ,Digraph ,0102 computer and information sciences ,01 natural sciences ,Shortest Path Faster Algorithm ,010201 computation theory & mathematics ,0502 economics and business ,Shortest path problem ,Node (circuits) ,Queue ,Algorithm ,Membrane computing ,P system - Abstract
Membrane computing is a fast developing natural computing field with wide applications. Cell-like P system is the one of membrane computing and it is a class of distributed and parallel computing model which is inspired from cell. Then, Shortest Path Faster Algorithm is another name of queue optimization algorithm for the Bellman-Ford algorithm. It is usually used to find single-source shortest paths with negative edges and negative weights. In this paper, we use rewrite rules and dissolution rules of cell-like P system, combined with queue thresholds to improve the SPFA algorithm. We use the average distance between the point where the queue is removed and the point to be queued as the threshold. The node whose distance is less than the threshold is inserted at the beginning of the queue, otherwise, the node is inserted at the end of the queue. A directional weighted digraph is applied to prove the feasibility of the algorithm in this paper. This method takes full advantage of the parallelism of the P system and finds the shortest path with fewer steps and shorter time.
- Published
- 2019
- Full Text
- View/download PDF
4. A Multi-population Genetic Algorithm Based on Dynamic P System for Solving Constrained Optimization Problems
- Author
-
Xiao Yang, Laisheng Xiang, and Xiyu Liu
- Subjects
education.field_of_study ,Mathematical optimization ,business.industry ,Computer science ,Population ,Taguchi methods ,Genetic algorithm ,Local search (optimization) ,Convergence problem ,Sensitivity (control systems) ,business ,education ,Engineering design process ,P system - Abstract
Constrained optimization problems (COPs) which can be seen everywhere in life has been widely used in science and engineering. Given the complexity of this problem, it is difficult to solve them with traditional optimization techniques. In this paper, we have applied a new algorithm which is called Multi-population genetic algorithm (MPGA) based on an improved dynamic cell-like P system. This algorithm combines global search and local search, and have a significant effect on overcoming immature convergence problem. The sensitivity of calculated results to genetic control parameters is greatly reduced. We have also used Taguchi methods to select the initial population to reduce the number of iterations. The performance is tested on several well-known engineering design problems. This research can be applied in most practical problems and is of great help to optimize the operation.
- Published
- 2019
- Full Text
- View/download PDF
5. A SN P System for Travelling Salesman Problem
- Author
-
Hui Zhang, Laisheng Xiang, and Xiyu Liu
- Subjects
Discrete mathematics ,Quantitative Biology::Neurons and Cognition ,Computer science ,Digraph ,02 engineering and technology ,021001 nanoscience & nanotechnology ,Travelling salesman problem ,Tree traversal ,Binary form ,0202 electrical engineering, electronic engineering, information engineering ,020201 artificial intelligence & image processing ,0210 nano-technology ,Undirected graph ,Hamiltonian (control theory) ,P system ,MathematicsofComputing_DISCRETEMATHEMATICS - Abstract
The Spiking Neural P system is a branch of the neuronal-like P system in the membrane system with great parallelism. However, The Travelling Salesman Problem is a long-term NP-hard problem that finds the minimum costly Hamiltonian cycles in a weighted undirected graph. In this paper, we use the rules of division and dissolution of spiking neurons, combined with the idea of point-by-point traversal, we find all Hamiltonian cycles in weighted undirected graphs. Then computing by the binary form of the spike, resulting in the minimum cost Hamiltonian cycles. A bi-directional weighted digraph is applied to prove the feasibility of the algorithm in this paper. This method takes full advantage of the great parallelism of the SN P system, using fewer neurons and simpler rules and procedures to solve Travelling Salesman Problem.
- Published
- 2019
- Full Text
- View/download PDF
6. An Improved BTK Algorithm Based on Cell-Like P System with Active Membranes
- Author
-
Xiyu Liu, Laisheng Xiang, and Linlin Jia
- Subjects
biology ,Computer science ,Efficient algorithm ,020207 software engineering ,02 engineering and technology ,Tree (data structure) ,Membrane ,0202 electrical engineering, electronic engineering, information engineering ,biology.protein ,Bruton's tyrosine kinase ,020201 artificial intelligence & image processing ,Pruning (decision trees) ,Membrane computing ,Algorithm ,P system - Abstract
BTK algorithm is an efficient algorithm for mining top-rank-k frequent patterns. It proposes new tree and list structures to store the information, employs subsume index concept, early pruning strategy and threshold raising method to reduce the search space. In this paper, a fast BTK algorithm, called CP-BTK algorithm is proposed, which is based on cell-like P system with active membranes. Cell-like P system is new computing model inspired from biological cells, operations in cell-like P system are distributed and parallel, so it can save time and improve the efficiency of algorithm greatly. And finally a example is given to illustrate the practicability and effectiveness of the proposed algorithm.
- Published
- 2018
- Full Text
- View/download PDF
7. An Improved Ranked K-medoids Clustering Algorithm Based on a P System
- Author
-
Laisheng Xiang, Xiyu Liu, and Bao Zhang
- Subjects
0209 industrial biotechnology ,Computer science ,Computation ,K medoids clustering ,02 engineering and technology ,Medoid ,ComputingMethodologies_PATTERNRECOGNITION ,020901 industrial engineering & automation ,0202 electrical engineering, electronic engineering, information engineering ,020201 artificial intelligence & image processing ,Cluster analysis ,Membrane computing ,Algorithm ,Time complexity ,P system - Abstract
In this paper an improved ranked K-medoids algorithm by a specific cell-like P system is proposed which extends the application of membrane computing. First, we use the maximum distance method to choose the initial clustering medoids, maximum distance method which is based on the fact that the farthest initial medoids were the least likely assigned in the same cluster. And then, we realize this algorithm by a specific P system. P system is adequate to solve clustering problem for its high parallelism and lower computational time complexity. By computation of the designed system, one possible clustering result is obtained in a non-deterministic and maximal parallel way. Through example verification, our algorithm can improve the quality of clustering.
- Published
- 2018
- Full Text
- View/download PDF
8. Membrane System for Decision-Making Problems
- Author
-
Xiyu Liu, Lisha Han, and Laisheng Xiang
- Subjects
Membrane ,Computer science ,business.industry ,Big data ,Parallelism (grammar) ,Parallel computing ,business ,Membrane computing ,Complex problems ,Time complexity ,P system - Abstract
A membrane system for decision-making problems is proposed in this paper to provide new ideas for parallel solutions in today’s big data environment. Because a membrane system has great parallelism, it could reduce the calculation time complexity and is suitable for solving some complex problems such as decision-making problems. First, the possibility of such a problem’s parallelism is analyzed, and then the membrane system is established with all its rules to solve the problem. Finally, an example is given to prove its feasibility. This represents another attempt in the application of a membrane system.
- Published
- 2015
- Full Text
- View/download PDF
9. Broadcast Routing Algorithms in Hypercube Based on SN P Systems
- Author
-
Xiyu Liu, Laisheng Xiang, and Chenggong Qiu
- Subjects
Theoretical computer science ,N dimensional ,Computer science ,Network communication ,Routing algorithm ,Fault tolerance ,Hypercube ,Parallel computing ,Routing (electronic design automation) ,Membrane computing ,P system - Abstract
Hypercube is the most important and attractive network communication model that is widely used in parallel computing and routing algorithm. And spiking neural P system is currently much investigated in membrane computing. The purpose of this paper is to propose a new solution using SN P systems to the broadcast routing problem. Two SN P systems are constructed for dealing with the broadcast problem in n dimensional hypercube with or without faulty nodes. Some examples are given to show the effectiveness of the algorithm. The broadcast technique provides a new thought comparing to traditional broadcast algorithms.
- Published
- 2014
- Full Text
- View/download PDF
10. A Membrane Bin-Packing Technique for Heart Disease Cluster Analysis
- Author
-
Xiyu Liu, Laisheng Xiang, and Jie Xue
- Subjects
Membrane ,Bin packing problem ,Computer science ,Membrane structure ,Cluster analysis ,Swap (computer programming) ,Membrane computing ,Algorithm ,P system - Abstract
In this paper, we propose a new technique for clustering, which is the combination of membrane computing and Bin-packing technique. A new kind of P system (graph P system) is constructed which is different with the traditional ones. New rules and membrane structure are described. Cluster analysis is transformed by Bin-packing technique. All processes of the algorithm are implemented on this P system, including rules for mutation, swap and the calculation of energy change. Finally we apply the technique in the heart disease data set and obtain some results.
- Published
- 2013
- Full Text
- View/download PDF
11. Solving Hamilton Path Problem with P System
- Author
-
Jie Xue and Laisheng Xiang
- Subjects
Mathematical optimization ,symbols.namesake ,Efficient algorithm ,P versus NP problem ,symbols ,Theoretical models ,Time complexity ,Hamiltonian path ,P system ,Mathematics - Abstract
P systems are biologically inspired theoretical models of distributed and parallel computing. Hamilton path is a classical NP problem, recently, there are lots of methods to solve it. Today we give a new and efficient algorithm to this classic. This paper uses the improved P system with priority and promoters/inhibitors to give an efficient solution to Hamilton path problem. We give two examples to illustrate our method’s feasibility. We discuss future research problems also.
- Published
- 2013
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.