期刊文献+
共找到6篇文章
< 1 >
每页显示 20 50 100
Clustering routing algorithm of wireless sensor networks based on Bayesian game 被引量:9
1
作者 Gengzhong Zheng sanyang liu Xiaogang Qi 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2012年第1期154-159,共6页
To avoid uneven energy consuming in wireless sen- sor networks, a clustering routing model is proposed based on a Bayesian game. In the model, Harsanyi transformation is introduced to convert a static game of incomple... To avoid uneven energy consuming in wireless sen- sor networks, a clustering routing model is proposed based on a Bayesian game. In the model, Harsanyi transformation is introduced to convert a static game of incomplete information to the static game of complete but imperfect information. In addition, the existence of Bayesian nash equilibrium is proved. A clustering routing algorithm is also designed according to the proposed model, both cluster head distribution and residual energy are considered in the design of the algorithm. Simulation results show that the algorithm can balance network load, save energy and prolong network lifetime effectively. 展开更多
关键词 wireless sensor networks (WSNs) clustering routing Bayesian game energy efficiency.
在线阅读 下载PDF
Fuzzy smooth support vector machine with different smooth functions 被引量:5
2
作者 Chuandong Qin sanyang liu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2012年第3期460-466,共7页
Smooth support vector machine (SSVM) changs the normal support vector machine (SVM) into the unconstrained op- timization by using the smooth sigmoid function. The method can be solved under the Broyden-Fletcher-G... Smooth support vector machine (SSVM) changs the normal support vector machine (SVM) into the unconstrained op- timization by using the smooth sigmoid function. The method can be solved under the Broyden-Fletcher-Goldfarb-Shanno (BFGS) algorithm and the Newdon-Armijio (NA) algorithm easily, however the accuracy of sigmoid function is not as good as that of polyno- mial smooth function. Furthermore, the method cannot reduce the influence of outliers or noise in dataset. A fuzzy smooth support vector machine (FSSVM) with fuzzy membership and polynomial smooth functions is introduced into the SVM. The fuzzy member- ship considers the contribution rate of each sample to the optimal separating hyperplane and makes the optimization problem more accurate at the inflection point. Those changes play a positive role on trials. The results of the experiments show that those FSSVMs can obtain a better accuracy and consume the shorter time than SSVM and lagrange support vector machine (LSVM). 展开更多
关键词 smooth support vector machine (SSVM) fuzzy sig- moid function polynomial smooth function fuzzy membership Broyden-Fletcher-Gddfarb-Shanno (BFGS).
在线阅读 下载PDF
Bayesian network learning algorithm based on unconstrained optimization and ant colony optimization 被引量:3
3
作者 Chunfeng Wang sanyang liu Mingmin Zhu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2012年第5期784-790,共7页
Structure learning of Bayesian networks is a wellresearched but computationally hard task.For learning Bayesian networks,this paper proposes an improved algorithm based on unconstrained optimization and ant colony opt... Structure learning of Bayesian networks is a wellresearched but computationally hard task.For learning Bayesian networks,this paper proposes an improved algorithm based on unconstrained optimization and ant colony optimization(U-ACO-B) to solve the drawbacks of the ant colony optimization(ACO-B).In this algorithm,firstly,an unconstrained optimization problem is solved to obtain an undirected skeleton,and then the ACO algorithm is used to orientate the edges,thus returning the final structure.In the experimental part of the paper,we compare the performance of the proposed algorithm with ACO-B algorithm.The experimental results show that our method is effective and greatly enhance convergence speed than ACO-B algorithm. 展开更多
关键词 Bayesian network structure learning ant colony optimization unconstrained optimization
在线阅读 下载PDF
Hooke and Jeeves algorithm for linear support vector machine 被引量:1
4
作者 Yeqing liu sanyang liu Mingtao Gu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2010年第1期138-141,共4页
Coordinate descent method is a unconstrained optimization technique. When it is applied to support vector machine (SVM), at each step the method updates one component of w by solving a one-variable sub-problem while... Coordinate descent method is a unconstrained optimization technique. When it is applied to support vector machine (SVM), at each step the method updates one component of w by solving a one-variable sub-problem while fixing other components. All components of w update after one iteration. Then go to next iteration. Though the method converges and converges fast in the beginning, it converges slow for final convergence. To improve the speed of final convergence of coordinate descent method, Hooke and Jeeves algorithm which adds pattern search after every iteration in coordinate descent method was applied to SVM and a global Newton algorithm was used to solve one-variable subproblems. We proved the convergence of the algorithm. Experimental results show Hooke and Jeeves' method does accelerate convergence specially for final convergence and achieves higher testing accuracy more quickly in classification. 展开更多
关键词 support vector machine CLASSIFICATION pattern search Hooke and Jeeves coordinate descent global Newton algorithm.
在线阅读 下载PDF
Cartesian product over interval valued intuitionistic fuzzy sets 被引量:1
5
作者 Jianming Xie sanyang liu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2017年第6期1152-1161,共10页
The intuitionistic fuzzy set(IFS) based on fuzzy theory,which is of high efficiency to solve the fuzzy problem, has been introduced by Atanassov. Subsequently, he pushed the research one step further from the IFS to t... The intuitionistic fuzzy set(IFS) based on fuzzy theory,which is of high efficiency to solve the fuzzy problem, has been introduced by Atanassov. Subsequently, he pushed the research one step further from the IFS to the interval valued intuitionistic fuzzy set(IVIFS). On the basis of fuzzy set(FS), the IFS is a generalization concept. And the IFS is generalized to the IVIFS.In this paper, the definition of the sixth Cartesian product over IVIFSs is first introduced and its some properties are explored.We prove some equalities based on the operation and the relation over IVIFSs. Finally, we present one geometric interpretation and a numerical example of the sixth Cartesian product over IVIFSs. 展开更多
关键词 intuitionistic fuzzy sets(IFS) Cartesian product ope ration geometric interpretation interval valued intuitionistic fuzzy set(IVIFS)
在线阅读 下载PDF
Using junction trees for structural learning of Bayesian networks 被引量:1
6
作者 Mingmin Zhu sanyang liu +1 位作者 Youlong Yang Kui liu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2012年第2期286-292,共7页
The learning Bayesian network (BN) structure from data is an NP-hard problem and still one of the most exciting chal- lenges in the machine learning. In this work, a novel algorithm is presented which combines ideas... The learning Bayesian network (BN) structure from data is an NP-hard problem and still one of the most exciting chal- lenges in the machine learning. In this work, a novel algorithm is presented which combines ideas from local learning, constraint- based, and search-and-score techniques in a principled and ef- fective way. It first reconstructs the junction tree of a BN and then performs a K2-scoring greedy search to orientate the local edges in the cliques of junction tree. Theoretical and experimental results show the proposed algorithm is capable of handling networks with a large number of variables. Its comparison with the well-known K2 algorithm is also presented. 展开更多
关键词 Bayesian network (BN) junction tree scoring function structural learning conditional independence.
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部