SVM (Support Vector Machines) is a novel algorithm of machine learning which is based on SLT (Statistical Learning Theory). It can solve the problem characterized by nonlinear, high dimension, small sample and local m...
详细信息
SVM (Support Vector Machines) is a novel algorithm of machine learning which is based on SLT (Statistical Learning Theory). It can solve the problem characterized by nonlinear, high dimension, small sample and local minimizing perfectly. For non-linear problem, the forecasting technique of FCTR (First classification, then regression) was proposed, based on the classification approach of SVM and has carried on the simulation experiment. The experiment shows that the fitting value which obtains using the return to first would be more precise than directly. Using this method to food production forecast, its accuracy is superior to other production forecasting methods.
Image authentication is usually approached by checking the preservation of some invariant features, which are expected to be both robust and discriminative so that content-preserving operations are accepted while cont...
详细信息
Support vector machines (SVMs) and related kernel-based algorithms have become one of the most popular approaches for many machine learning problems. but little is known about the structure of their reproducing kernel...
详细信息
Support vector machines (SVMs) and related kernel-based algorithms have become one of the most popular approaches for many machine learning problems. but little is known about the structure of their reproducing kernel Hilbert spaces (RKHS). In this work, based on Mercer's Theorem, the relation among reproducing kernel (RK) and Mercer kernel, and their roles in SVMs are discussed, corresponding to some important theorems and consequences are given. Furthermore, a novel framework of reproducing kernel support vector machines (RKSVM) is proposed. The simulation results are presented to illustrate the feasibility of the proposed method. Choosing a proper Mercer kernel for different tasks is an important factor for studying the result of the SVMs.
This paper presents a method for monitoring the particle swarm optimization process that accounts for the random nature of the system's external environment and the fuzzy character of the particles' decision-m...
详细信息
This paper presents a method for monitoring the particle swarm optimization process that accounts for the random nature of the system's external environment and the fuzzy character of the particles' decision-making process by regarding the fitness function as a fuzzy random variable. The belief level value and the Borel set of chance measures are also used to monitor the particle swarm optimization process and two simulation experiments show the congregate scenes of the particle swarm optimization.
Common algorithmic problem is an optimization problem, which has the nice property that several other NPcomplete problems can be reduced to it in linear time. A tissue P system with cell division is a computing model ...
详细信息
How to make use of limited memory space and processing speeds of computer for rapid and accurate data mining has become an important research topic on the stream data cluster analysis. A stream data clustering algorit...
详细信息
How to make use of limited memory space and processing speeds of computer for rapid and accurate data mining has become an important research topic on the stream data cluster analysis. A stream data clustering algorithm based on the minimum spanning tree (MSTSC) is described. MSTSC is divided into online processing and offline clustering. Stream data are analyzed online by using two groups of processing unit respectively. In offline process clusters is taken as representative objects, and the minimum spanning tree algorithm is used in offline clustering. MSTSC can improve the clustering quality on non-spherical clusters. Some experiments are carried out in both real data sets and synthetic data sets. Results show that MSTSC algorithm not only can deal with non-spherical clusters effectively, but also has better efficiency and clustering quality. In addition, MSTSC is insensitive to order of input data, and has a good effect for skewed class distributions.
MapReduce provided a novel computing model for complex job decomposition and sub-tasks management to support cloud computing with large distributed data sets. However, its performance is significantly influenced by th...
详细信息
The automatic Web services composition has been a research focus since an ever-increasing numbers of Web services are created and published. In this paper, we present a dynamic description logics (DDLs) based method f...
详细信息
Application of stereo video in TV industry and consumer electronics becomes very popular recently. Thus, fast algorithm for stereo video coding is highly desired because of its huge inter-view computational redundancy...
详细信息
Application of stereo video in TV industry and consumer electronics becomes very popular recently. Thus, fast algorithm for stereo video coding is highly desired because of its huge inter-view computational redundancy. In our previous work we proposed an epipolar constraint based fast inter mode selection for stereo video using motion vector of blocks as a indicator of similarity, nevertheless, intra mode selection is also highly complex in standards like H.264/AVC. In this paper, a practical fast intra mode selection is proposed to eliminate the computational redundancy by exploiting inter-view dependency based on epipolar constraint. The proposed method does not rely on disparity estimation. Instead, a sliding window is employed to generate an intra mode candidate pool from macro-blocks on the epipolar line. The candidate pool is then rectified to remove invalid modes and improve accuracy. Finally, optimal prediction mode is selected from the candidate pool. The proposed method can significantly reduce the number of mode candidates/prediction directions compared to exhaustive mode selection by 79%. Experiments on 5 HD video coded in 1-frame demonstrate the overall coding time of one view is saved by 56% on average, with slightly video quality loss less than 0.1 dB.
Distributed and Parallel algorithms have attracted a vast amount of interest and research in recent decades, to handle large-scale data set in real-world applications. In this paper, we focus on a parallel implementat...
详细信息
Distributed and Parallel algorithms have attracted a vast amount of interest and research in recent decades, to handle large-scale data set in real-world applications. In this paper, we focus on a parallel implementation of KD-Tree based outlier detection method to deal with large-scale data set. As one of the state-of-the-art outlier detection methods, KD-Tree based has been approved to be an effective algorithm. However, it still cannot process large-scale data set efficiently due to its serial implementation. Based on the current and powerful parallel programming framework -- MapReduce, we propose to implement the parallel KD-Tree based outlier detection algorithm (e.g., PKDTree for short). Experimental results demonstrate the efficiency of PKDTree according to the evaluation criterions of scale up, speedup and size up.
暂无评论