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 and details are presented in: Christophe Andrieu, Nando de Freitas and Arnaud Doucet. Sequential Bayesian Estimation and Model Selection Applied to Neural Networks . Technical report CUED/F-INFENG/Tr 341, Cambridge University Department of Engineering, June 1999. After downloading the file, type "tar -xf version2.tar" to uncompress it. This creates the directory version2 containing the required m files. Go to this directory, load matlab5 and type "smcdemo1". In the header of the demo file, one can select to monitor the simulation progress (with par.doPlot=1) and modify the simulation parameters.
標簽: sequential reversible algorithm nsTrates
上傳時間: 2014-01-18
上傳用戶:康郎
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 parameters and noise parameters as random variables that need to be estimated. The derivations and proof of geomeTric convergence are presented, in detail, in: Christophe Andrieu, Nando de Freitas and Arnaud Doucet. Robust Full Bayesian Learning for Neural Networks. Technical report CUED/F-INFENG/Tr 343, Cambridge University Department of Engineering, May 1999. After downloading the file, type "tar -xf rjMCMC.tar" to uncompress it. This creates the directory rjMCMC containing the required m files. Go to this directory, load matlab5 and type "rjdemo1". In the header of the demo file, one can select to monitor the simulation progress (with par.doPlot=1) and modify the simulation parameters.
標簽: reversible algorithm the nsTrates
上傳時間: 2014-01-08
上傳用戶:cuibaigao
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 Eric Wan. The Unscented Particle Filter. Technical report CUED/F-INFENG/Tr 380, Cambridge University Department of Engineering, May 2000. After downloading the file, type "tar -xf upf_demos.tar" to uncompress it. This creates the directory webalgorithm containing the required m files. Go to this directory, load matlab5 and type "demo_MC" for the demo.
標簽: algorithms problems Several Trivial
上傳時間: 2014-01-20
上傳用戶:royzhangsz
看n2實例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam Trace file set nf [open out-1.nam w] $ns namTrace-all $nf set f0 [open out0.Tr w] set f1 [open out1.Tr w] #Define a finish procedure proc finish {} { global ns nf $ns flush-Trace #Close the Trace file close $nf #Execute nam on the Trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms
標簽: simulator Simulator different Create
上傳時間: 2016-07-02
上傳用戶:wfl_yy
SoftTimer.h 利用定時器T2模擬多個軟件定時器 特點: 只占用一個硬件定時器T2,就可以擴展出多達數十個以上的軟件定時器 軟件定時器基本定時單位是10ms,定時范圍很寬:0.01~163.84s 軟件定時器數量可以按需要設定,每增加一個,只多消耗2個字節的RAM空間 利用定時器T2的自動重裝特性,能夠實現所有軟件定時器的精確定時 所有軟件定時器都工作在14位倒計時方式,用Tr和TF位控制,使用極為方便 第0號定時器專門用于Delay()函數,其它定時器可供用戶程序自由使用
上傳時間: 2014-01-16
上傳用戶:黑漆漆
linux,Unix,shell編程詳細說明。本書內容全面,包括了awk, sed, Tr等常用工具的用法,對于shell初學者是不可多得的好書。
上傳時間: 2016-09-04
上傳用戶:cccole0605
linux,shell編程。講解詳細,包括awk,sed,Tr等工具的使用。對于初學者而言,非常有幫助。
上傳時間: 2013-12-17
上傳用戶:www240697738
linux,shell編程。講解詳細,包括awk,sed,Tr等工具的使用。對于初學者而言,非常有幫助。
上傳時間: 2014-01-01
上傳用戶:小碼農lz
e3Tree開發文檔,e3Tree的使用手冊,協助開發高效率的Tr
上傳時間: 2016-09-22
上傳用戶:731140412
《An InTroduction to Ant Colony Optimization》 作者:Marco Dorigo and Krzysztof Socha 時間:Technical Report No.Tr/IRIDIA/2006-010April 2006 一份介紹蟻群系統的英文原版論文報告
標簽: InTroduction Optimization Krzysztof Technical
上傳時間: 2013-12-12
上傳用戶:heart520beat