代码搜索:bayesian

找到约 1,632 项符合「bayesian」的源代码

代码结果 1,632
www.eeworm.com/read/143706/12849819

m gbayes.m

function [g, gdata, gprior] = gbayes(net, gdata) %GBAYES Evaluate gradient of Bayesian error function for network. % % Description % G = GBAYES(NET, GDATA) takes a network data structure NET together
www.eeworm.com/read/140851/13059086

m demev2.m

%DEMEV2 Demonstrate Bayesian classification for the MLP. % % Description % A synthetic two class two-dimensional dataset X is sampled from a % mixture of four Gaussians. Each class is associated
www.eeworm.com/read/140851/13059166

m fevbayes.m

function [extra, invhess] = fevbayes(net, y, a, x, t, x_test, invhess) %FEVBAYES Evaluate Bayesian regularisation for network forward propagation. % % Description % EXTRA = FEVBAYES(NET, Y, A, X,
www.eeworm.com/read/140851/13059169

m hbayes.m

function [h, hdata] = hbayes(net, hdata) %HBAYES Evaluate Hessian of Bayesian error function for network. % % Description % H = HBAYES(NET, HDATA) takes a network data structure NET together % t
www.eeworm.com/read/140851/13059172

m gbayes.m

function [g, gdata, gprior] = gbayes(net, gdata) %GBAYES Evaluate gradient of Bayesian error function for network. % % Description % G = GBAYES(NET, GDATA) takes a network data structure NET toget
www.eeworm.com/read/138798/13212137

m demev2.m

%DEMEV2 Demonstrate Bayesian classification for the MLP. % % Description % A synthetic two class two-dimensional dataset X is sampled from a % mixture of four Gaussians. Each class is associated
www.eeworm.com/read/138798/13212247

m fevbayes.m

function [extra, invhess] = fevbayes(net, y, a, x, t, x_test, invhess) %FEVBAYES Evaluate Bayesian regularisation for network forward propagation. % % Description % EXTRA = FEVBAYES(NET, Y, A, X,
www.eeworm.com/read/138798/13212250

m hbayes.m

function [h, hdata] = hbayes(net, hdata) %HBAYES Evaluate Hessian of Bayesian error function for network. % % Description % H = HBAYES(NET, HDATA) takes a network data structure NET together % t
www.eeworm.com/read/138798/13212253

m gbayes.m

function [g, gdata, gprior] = gbayes(net, gdata) %GBAYES Evaluate gradient of Bayesian error function for network. % % Description % G = GBAYES(NET, GDATA) takes a network data structure NET toget
www.eeworm.com/read/324303/13273697

m bay_modoutclass.m

function [Pplus, Pmin, bay,model] = bay_modoutClass(model,X,priorpos,type,nb,bay) % Estimate the posterior class probabilities of a binary classifier using Bayesian inference % % >> [Ppos, Pneg] = bay