代码搜索:ESS
找到约 2,104 项符合「ESS」的源代码
代码结果 2,104
www.eeworm.com/read/215485/4903797
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/215485/4903803
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/215485/4903804
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/215485/4903809
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/215485/4903811
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/215485/4903847
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/215485/4903848
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/215485/4903857
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/215485/4903861
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/209559/4972473
c sb_ess.c
#undef FKS_LOGGING
#undef FKS_TEST
/*
* tabs should be 4 spaces, in vi(m): set tabstop=4
*
* TODO: consistency speed calculations!!
* cleanup!
* ????: Did I break MIDI support?
*
* History: