CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - xf

搜索资源列表

  1. EMdemo

    0下载:
  2. n this demo, we show how to use Rao-Blackwellised particle filtering to exploit the conditional independence structure of a simple DBN. The derivation and details are presented in A Simple Tutorial on Rao-Blackwellised Particle Filtering for Dynamic
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13.69kb
    • 提供者:徐剑
  1. rjMCMCsa

    0下载:
  2. 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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16.04kb
    • 提供者:徐剑
  1. RaoBlackwellisedParticleFilteringforDynamicBayesia

    0下载:
  2. 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 stat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:198.44kb
    • 提供者:晨间
  1. EMfor_neural_networks

    0下载:
  2. In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial Co
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:193.57kb
    • 提供者:晨间
  1. On-Line_MCMC_Bayesian_Model_Selection

    0下载:
  2. This demo nstrates 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 a
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:214.89kb
    • 提供者:晨间
  1. Reversible_Jump_MCMC_Bayesian_Model_Selection

    0下载:
  2. This demo nstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hierarchical full Bayesian model for neural networks. This model treats the model dimension (number of neurons), model parameters, regularisation paramete
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:340.61kb
    • 提供者:晨间
  1. MCMC_Unscented_Particle_Filter_demo

    1下载:
  2. The algorithms are coded in a way that makes it trivial to apply them to other problems. Several generic routines for resampling are provided. The derivation and details are presented in: Rudolph van der Merwe, Arnaud Doucet, Nando de Freitas and Eri
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:57.59kb
    • 提供者:晨间
  1. nefcon

    1下载:
  2. 模糊神经网络采用matlab编程 o install NEFCON follow these steps: 1. Unpack the tar file NEFCON.TAR into your MATLAB working directory: tar xf NEFCON.TAR 2. Start MATLAB 3. Change to the installation directory. 4. Change to the NEFCON directory. 5. Start the STA
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:622.92kb
    • 提供者:hu min
  1. bvp2

    0下载:
  2. 运用有限差分方法求解二阶边值问题,x" + a1*x’ + a0*x = u with x(t0) = x0, x(tf) = xf-solve BVP2 by the finite difference method
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1.5kb
    • 提供者:jian
  1. bvp2_shoot

    0下载:
  2. 运用打靶法求解二阶边值问题。BVP2: [x1,x2]’ = f(t,x1,x2) with x1(t0) = x0, x1(tf) = xf-solve BVP2 by the shooting method
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1.08kb
    • 提供者:jian
  1. upf_demos

    0下载:
  2. 无香粒子滤波的一个matlab例程,其中有ekf,ukf,pf,upf-In these demos, we demonstrate the use of the extended Kalman filter (EKF), unscented Kalman filter (UKF), standard particle filter (a.k.a. condensation, survival of the fittest, bootstrap filter, SIR, sequential M
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:38kb
    • 提供者:gaofei
  1. EMdemo

    0下载:
  2. EM算法在神经网络中的应用,可以用来进行视频数据分类。-In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Wil
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:13.83kb
    • 提供者:gaofei
  1. rjMCMCsa

    0下载:
  2. 可逆跳跃马尔科夫蒙特卡洛贝叶斯模型选择,主要用于神经网络-Reversible Jump MCMC Bayesian Model Selection This demo demonstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hierarchical full Bayesian model for neural networks. This model treats t
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:16.62kb
    • 提供者:gaofei
  1. demo3

    0下载:
  2. 在demo中,用EKF和有噪声的EKF训练非线性、非平稳数据。-In this demo, I use the EKF and EKF with noise adaptation to train a neural network with data generated a nonlinear, non-stationary state space model. Adaptation is done by matching the innovations ensemble covariance
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-15
    • 文件大小:5kb
    • 提供者:zhang
搜珍网 www.dssz.com