资源描述:
《How_to_use_the_Bayes_Net_Toolbox》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、HowtousetheBayesNetToolboxThisdocumentationwaslastupdatedon29October2007.ClickhereforaFrenchversionofthisdocumentation(lastupdatedin2005).InstallationCreatingyourfirstBayesnetoCreatingamodelbyhandoLoadingamodelfromafileoCreatingamodelusingaGUIoGraphvisualizationInfe
2、renceoComputingmarginaldistributionsoComputingjointdistributionsoSoft/virtualevidenceoMostprobableexplanationConditionalProbabilityDistributionsoTabular(multinomial)nodesoNoisy-ornodesoOther(noisy)deterministicnodesoSoftmax(multinomiallogit)nodesoNeuralnetworknodesoRo
3、otnodesoGaussiannodesoGeneralizedlinearmodelnodesoClassification/regressiontreenodesoOthercontinuousdistributionsoSummaryofCPDtypesExamplemodelsoGaussianmixturemodelsoPCA,ICA,andallthatoMixturesofexpertsoHierarchicalmixturesofexpertsoQMRoConditionalGaussianmodelsoOthe
4、rhybridmodelsParameterlearningoLoadingdatafromafileoMaximumlikelihoodparameterestimationfromcompletedataoParameterpriorso(Sequential)BayesianparameterupdatingfromcompletedataoMaximumlikelihoodparameterestimationwithmissingvalues(EM)oParametertyingStructurelearningoEx
5、haustivesearchoK2oHill-climbingoMCMCoActivelearningoStructuralEMoVisualizingthelearnedgraphstructureoConstraint-basedmethodsInferenceenginesoJunctiontreeoVariableeliminationoGlobalinferencemethodsoQuickscoreoBeliefpropagationoSampling(MonteCarlo)oSummaryofinferenceeng
6、inesInfluencediagrams/decisionmakingDBNs,HMMs,KalmanfiltersandallthatCreatingyourfirstBayesnetTodefineaBayesnet,youmustspecifythegraphstructureandthentheparameters.Welookateachinturn,usingasimpleexample(adaptedfromRussellandNorvig,"ArtificialIntelligence:aModernAppro
7、ach",PrenticeHall,1995,p454).GraphstructureConsiderthefollowingnetwork.Tospecifythisdirectedacyclicgraph(dag),wecreateanadjacencymatrix:N=4;dag=zeros(N,N);C=1;S=2;R=3;W=4;dag(C,[RS])=1;dag(R,W)=1;dag(S,W)=1;Wehavenumberedthenodesasfollows:Cloudy=1,Sprinkler=2,Rain=3,We
8、tGrass=4.Thenodesmustalwaysbenumberedintopologicalorder,i.e.,ancestorsbeforedescendants.Foramorecomplicatedgraph,this