Welcome![Sign In][Sign Up]
Location:
Search - sequential

Search list

[BooksSMOforSVM

Description: Sequential Minimal Optimization for SVM 配C++源码-Sequential Minimal Optimization for SVM Distribution C source
Platform: | Size: 239616 | Author: amy | Hits:

[Graph programfeature_selection

Description: 自己编的特征选择程序,分别包括用顺序前进法(SFS),顺序后退法(SBS),增l 减r 法(l–r)、SFFS法进行选择的程序-own addendum to the feature selection procedures, including the use of sequential forward (SFS). back order (SBS), by reducing r l (l-r), SFFS method to choose the procedure
Platform: | Size: 4096 | Author: 夏玉 | Hits:

[Special EffectsParticleEx1

Description: 粒子滤波器是基于序贯Monte Carlo仿真方法的非线性滤波算法,可以解决所以线性,非线性问题。-Particle Filter is based on sequential Monte Carlo simulation method of nonlinear filtering algorithms, can be solved so linear, nonlinear problems.
Platform: | Size: 1024 | Author: 张欣欣 | Hits:

[File FormatOnsequentialMonteCarlosamplingmethodsforBayesianfi

Description: In this article, we present an overview of methods for sequential simulation from posterior distributions. These methods are of particular interest in Bayesian filtering for discrete time dynamic models that are typically nonlinear and non-Gaussian. A general importance sampling framework is developed that unifies many of the methods which have been proposed over the last few decades in several different scientific disciplines. Novel extensions to the existing methods are also proposed.We showin particular how to incorporate local linearisation methods similar to those which have previously been employed in the deterministic filtering literature these lead to very effective importance distributions. Furthermore we describe a method which uses Rao-Blackwellisation in order to take advantage of the analytic structure present in some important classes of state-space models. In a final section we develop algorithms for prediction, smoothing and evaluation of the likelihood in dynamic models.
Platform: | Size: 119808 | Author: 阳关 | Hits:

[Windows Developsequential-pattern-mining-algorithm-based-on-Prefi

Description: 数据挖掘领域一个活跃的研究分支就是序列模式的发现,上传一个prefixspan算法-The field of data mining of an active research branch is the sequential pattern discovery algorithm to upload a PrefixSpan
Platform: | Size: 121856 | Author: 闻晞 | Hits:

[matlabsequential_forward_selection

Description: 自己编的matlab程序。用于模式识别中特征的提取。是特征提取中的Sequential Forward Selection方法,简称sfs.它可以结合Maximum-Likelihood-Classifier分类器进行使用。-The matlab own procedures. For Pattern Recognition Feature Extraction. Feature Extraction is the Sequential Forward Selection method, referred to as sfs. It can be combined with Maximum-Likelihood-Classifier classifier used.
Platform: | Size: 1024 | Author: limingxian | Hits:

[Mathimatics-Numerical algorithmsgsp

Description: 基于候选产生 测试的序列模式挖掘算法,gsp使用序列模式的向下封闭性,采用多次扫描的候选产生测试方法。-Have a test based on a candidate sequential pattern mining algorithm, gsp down the use of closed sequential patterns, and the use of multiple scan generated candidate testing methods.
Platform: | Size: 15360 | Author: tian | Hits:

[Algorithmclospan

Description: 数据挖掘中的序列模式挖掘算法clospan的C++实现-Data Mining Sequential Pattern Mining Algorithm clospan the C++ Realize
Platform: | Size: 1348608 | Author: Fan Jun | Hits:

[AI-NN-PRFPGROWTH

Description: 基于改进FP-Tree的序列模式挖掘算法,已经调试通过-Based on Improved FP-Tree of sequential pattern mining algorithms have been debugging through
Platform: | Size: 1316864 | Author: wanghuaqiu | Hits:

[AI-NN-PRcSPADE

Description: Mining sequential patterns with constraint (SPADE with constraint)
Platform: | Size: 25600 | Author: thxsea | Hits:

[matlabTwoRLS

Description: 序惯最小二乘法,能够实现比最广二乘法好的结果-Sequential least square method, can achieve more than the most widely II multiplication good results
Platform: | Size: 2048 | Author: lulu | Hits:

[OtherSequential_Minimal_Optimization

Description: Sequential Minimal Optimization- A Fast Algorithm for Training Support Vector Machines
Platform: | Size: 76800 | Author: 张亚飞 | Hits:

[DocumentsNewsequentialMonteCarlomethodsfornonlineardynamics

Description: New sequential Monte Carlo methods for nonlinear dynamic systems 不错的文章-New sequential Monte Carlo methods for nonlinear dynamic systems good article
Platform: | Size: 911360 | Author: lhw | Hits:

[AlgorithmAuxParticleFilter

Description: Auxiliary Particle Filter implemented in C# (also known as condensation algorithm, Sequential Monte Carlo, etc..) See Auxiliary Particle Filter by Pitt/Shephard 1998 for details on this algorithm. Will need to be modified for your use but should give a good start!-Auxiliary Particle Filter implemented in C# (also known as condensation algorithm, Sequential Monte Carlo, etc..) See Auxiliary Particle Filter by Pitt/Shephard 1998 for details on this algorithm. Will need to be modified for your use but should give a good start!
Platform: | Size: 3072 | Author: sefstrat | Hits:

[AI-NN-PRsvm_smo

Description: 支持向量机(svm)的 序列最小优化算法(sequential minimal optimization) 的大量论文资料!该算法可用来开发svm的并行算法!-Support vector machine (svm) of the sequential minimal optimization algorithm (sequential minimal optimization) information on a large number of papers! The algorithm can be used to develop a parallel algorithm for svm!
Platform: | Size: 10374144 | Author: lujia | Hits:

[matlabcode1

Description: the attached file consists of matlab code for implementation of sequential importance sampling particle filter given in IEEE paper entitled as "A TUTORIAL ON PARTICLE FILTERS FOR ONLINE NONLINEAR NON GUASSIAN BAYESIAN TRACKING"
Platform: | Size: 1024 | Author: babi | Hits:

[Algorithmsmctc-100

Description: SMCTC: Sequential Monte Carlo Template Cla-SMCTC: Sequential Monte Carlo Template Class
Platform: | Size: 199680 | Author: shahrukh | Hits:

[JSP/JavaAprioriAll

Description: ApriroriAll (Sequential Pattern Mining) Java Source Code
Platform: | Size: 11264 | Author: baris kara | Hits:

[OtherNumerical_Optimization

Description: Numerical Optimization-Every year optimization algorithms are being called on to handle problems that are much larger and complex than in the past. Accordingly, the book emphasizes large- scale optimization techniques, such as interior-point methods, inexact Newton methods, limited-memory methods, and the role of partially separable functions and automatic differentiation. It treats important topics such as trust-region methods and sequential quadratic programming more thoroughly than existing texts, and includes comprehensive discussion of such “core curriculum” topics as constrained optimization theory, Newton and quasi-Newton methods, nonlinear least squares and nonlinear equations, the simplex method, and penalty and barrier methods for nonlinear programming.
Platform: | Size: 5659648 | Author: Nu | Hits:

[Data structssequential tables

Description: 编写一算法,实现两个顺序表的合并。(说明:将共同拥有的元素只存其一。)(Write an algorithm to achieve the merger of two sequential tables. (Description: only one of the shared elements is stored.))
Platform: | Size: 192512 | Author: 嘉树 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net