代码搜索:Bayesian
找到约 1,632 项符合「Bayesian」的源代码
代码结果 1,632
www.eeworm.com/read/172172/9722059
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
www.eeworm.com/read/367440/9748417
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
www.eeworm.com/read/170936/9779137
m demhmc3.m
%DEMHMC3 Demonstrate Bayesian regression with Hybrid Monte Carlo sampling.
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by sampling X
www.eeworm.com/read/170936/9779249
m demhmc2.m
%DEMHMC2 Demonstrate Bayesian regression with Hybrid Monte Carlo sampling.
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by sampling X
www.eeworm.com/read/170936/9779292
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
% the da
www.eeworm.com/read/170936/9779293
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/415313/11076358
m demhmc3.m
%DEMHMC3 Demonstrate Bayesian regression with Hybrid Monte Carlo sampling.
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by sampling X
www.eeworm.com/read/415313/11076507
m demhmc2.m
%DEMHMC2 Demonstrate Bayesian regression with Hybrid Monte Carlo sampling.
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by sampling X
www.eeworm.com/read/415313/11076560
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
% the da
www.eeworm.com/read/415313/11076561
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