代码搜索:ESS
找到约 2,104 项符合「ESS」的源代码
代码结果 2,104
www.eeworm.com/read/393163/2488165
m reset_ess.m
function CPD = reset_ess(CPD)
% RESET_ESS Reset the Expected Sufficient Statistics of a hhmm F node.
% CPD = reset_ess(CPD)
CPD.sub_CPD_term = reset_ess(CPD.sub_CPD_term);
www.eeworm.com/read/393163/2488171
m update_ess.m
function CPD = update_ess(CPD, fmarginal, evidence, ns, cnodes, hidden_bitv)
% UPDATE_ESS Update the Expected Sufficient Statistics of a hhmmF node.
% function CPD = update_ess(CPD, fmarginal, evidenc
www.eeworm.com/read/393163/2488172
m reset_ess.m
function CPD = reset_ess(CPD)
% RESET_ESS Reset the Expected Sufficient Statistics of a hhmm F node.
% CPD = reset_ess(CPD)
CPD.sub_CPD_term = reset_ess(CPD.sub_CPD_term);
www.eeworm.com/read/393163/2488177
m update_ess.m
function CPD = update_ess(CPD, fmarginal, evidence, ns, cnodes, hidden_bitv)
marg = add_ev_to_dmarginal(fmarginal, evidence, ns);
nps = length(CPD.dom_sz)-1; % num parents
if ~isempty(CPD.Fb
www.eeworm.com/read/393163/2488179
m reset_ess.m
function CPD = reset_ess(CPD)
% RESET_ESS Reset the Expected Sufficient Statistics of a hhmm2 Q node.
% CPD = reset_ess(CPD)
domsz = CPD.dom_sz;
domsz(CPD.Fself_ndx) = 1;
domsz(CPD.Fbelow_ndx)
www.eeworm.com/read/393163/2488215
m update_ess.m
function CPD = update_ess(CPD, fmarginal, evidence, ns, cnodes, hidden_bitv)
% UPDATE_ESS Update the Expected Sufficient Statistics of a CPD (MLP)
% CPD = update_ess(CPD, family_marginal, evidence, no
www.eeworm.com/read/393163/2488216
m reset_ess.m
function CPD = reset_ess(CPD)
% RESET_ESS Reset the Expected Sufficient Statistics for a CPD (mlp)
% CPD = reset_ess(CPD)
CPD.W1 = [];
CPD.W2 = [];
CPD.b1 = [];
CPD.b2 = [];
CPD.parent_vals =
www.eeworm.com/read/393163/2488225
m update_ess.m
function CPD = update_ess(CPD, fmarginal, evidence, ns, cnodes, hidden_bitv)
% UPDATE_ESS Update the Expected Sufficient Statistics of a softmax node
% function CPD = update_ess(CPD, fmarginal, eviden
www.eeworm.com/read/393163/2488229
m reset_ess.m
function CPD = reset_ess(CPD)
% RESET_ESS Reset the Expected Sufficient Statistics for a CPD (dsoftmax)
% CPD = reset_ess(CPD)
CPD.parent_vals = [];
CPD.eso_weights=[];
CPD.self_vals = [];
CPD
www.eeworm.com/read/253697/4393164
cfg ess_pic.cfg
# Scalable H.264/AVC Extension Configuration File
#============================== GENERAL ==============================
OutputFile str/ESS_PIC.264 # Bitstream file
Fr