搜索结果

找到约 1,132 项符合 AlgorIThm 的查询结果

按分类筛选

显示更多分类

数学计算 The program md.f implements a simple molecular dynamics simulation in continuous real space. The vel

The program md.f implements a simple molecular dynamics simulation in continuous real space. The velocity Verlet algorithm is used to implement the time stepping. The force and energy computations are performed in parallel, as is the time integration. (The program uses some Fortran90 features, so an ...
https://www.eeworm.com/dl/641/279379.html
下载: 118
查看: 1036

数学计算 When working with mathematical simulations or engineering problems, it is not unusual to handle curv

When working with mathematical simulations or engineering problems, it is not unusual to handle curves that contains thousands of points. Usually, displaying all the points is not useful, a number of them will be rendered on the same pixel since the screen precision is finite. Hence, you use a lot o ...
https://www.eeworm.com/dl/641/280042.html
下载: 141
查看: 1054

人工智能/神经网络 On-Line MCMC Bayesian Model Selection This demo demonstrates how to use the sequential Monte Carl

On-Line MCMC Bayesian Model Selection This demo demonstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model selection in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The derivation and deta ...
https://www.eeworm.com/dl/650/280633.html
下载: 127
查看: 1096

人工智能/神经网络 The program implements three large-margin thresholded ensemble algorithms for ordinal regression. I

The program implements three large-margin thresholded ensemble algorithms for ordinal regression. It includes an improved RankBoost algorithm, the ORBoost-LR algorithm, and the ORBoost-All algorithm.
https://www.eeworm.com/dl/650/280970.html
下载: 191
查看: 1023

数学计算 The software implements particle filtering and Rao Blackwellised particle filtering for conditionall

The software implements particle filtering and Rao Blackwellised particle filtering for conditionally Gaussian Models. The RB algorithm can be interpreted as an efficient stochastic mixture of Kalman filters. The software also includes efficient state-of-the-art resampling routines. These are generi ...
https://www.eeworm.com/dl/641/284170.html
下载: 66
查看: 1047

matlab例程 LEGClust算法更新

LEGClust算法更新,上次上传的代码发现有些问题,现已更正,A Clustering Algorithm Based on Layered Entropic Subgraphs
https://www.eeworm.com/dl/665/287305.html
下载: 98
查看: 1021

数值算法/人工智能 KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-mean

KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means algorithm to set the centres of a cluster model. The matrix DATA represents the data which is being clustered, with each row corresponding to a vector. The sum of squares error function is used. The ...
https://www.eeworm.com/dl/518/289146.html
下载: 98
查看: 1071

人工智能/神经网络 Probability distribution functions. estimation - (dir) Probability distribution estimation. dsam

Probability distribution functions. estimation - (dir) Probability distribution estimation. dsamp - Generates samples from discrete distribution. erfc2 - Normal cumulative distribution function. gmmsamp - Generates sample from Gaussian mixture model. gsamp - Generates sample from Gaussian dist ...
https://www.eeworm.com/dl/650/289334.html
下载: 118
查看: 1068

数值算法/人工智能 堆排序算法

堆排序算法,the heap sort algorithm
https://www.eeworm.com/dl/518/291785.html
下载: 81
查看: 1023

数值算法/人工智能 支持向量机

支持向量机,用于分类。Classify using (a very simple implementation of) the support vector machine algorithm
https://www.eeworm.com/dl/518/291828.html
下载: 122
查看: 1024