Hi,
i was wondering how can i obtain the actual mathematical equation for obtaining probability of P(C/xi,yi,ti,xf,yf,tf), based on the attached network structure.
i really appreciate your help.
Kind regards
Sam
Search found 11 matches
- Thu Oct 21, 2010 9:42 am
- Forum: GeNIe
- Topic: how to obtain mathematical equation of a network
- Replies: 1
- Views: 4699
- Thu Apr 30, 2009 5:45 pm
- Forum: SMILE
- Topic: direct evaluation
- Replies: 7
- Views: 16712
[quote="mark"]In SMILE you can use network.FindNode("node-id") to find any node in the network, including leaf nodes. Also, are you sure you want to use theMatrix->Subscript() instead of node->Value()->SetEvidence()?[/quote]
well by setting evidence nothing will change on utility node and evidence ...
well by setting evidence nothing will change on utility node and evidence ...
- Thu Mar 05, 2009 11:04 am
- Forum: GeNIe
- Topic: Hidden Node
- Replies: 1
- Views: 6062
Hidden Node
Hya,
is there any way to instert and learn hidden node parameter in this software ??
thanks
is there any way to instert and learn hidden node parameter in this software ??
thanks
- Wed Mar 04, 2009 3:35 pm
- Forum: GeNIe
- Topic: sequential updating of BN
- Replies: 1
- Views: 5444
sequential updating of BN
hi is there anyway to learn the network online, so if u train the model off line initially then when u determin some reading is wrong or has been missclassified then relearn the netwrok. in other word performing sequential updating of BN without having the data which were used to learn the initial ...
- Wed Feb 25, 2009 8:04 pm
- Forum: SMILE
- Topic: direct evaluation
- Replies: 7
- Views: 16712
- Wed Feb 25, 2009 11:26 am
- Forum: SMILE
- Topic: direct evaluation
- Replies: 7
- Views: 16712
locating a leaf node
the question i have is when u create influence diagram, u need to input the measurements which are discritisized, in genie it is easy u just find which leaf node it is located and set that value to 1, but in smile u need to calculate which leaf node to trigger. is there any easy way of locating leaf ...
- Tue Feb 17, 2009 1:47 pm
- Forum: GeNIe
- Topic: evaluation based on continious variable
- Replies: 9
- Views: 18888
Hi thanks for you answer but my real intention by this example is to understand how I can train the continuous parameter and evaluate it by value node (so if I have r g then how can i get posterior without discreting the parameters).when I try to connect the arc between value node and continuous ...
- Sat Feb 14, 2009 2:49 pm
- Forum: SMILE
- Topic: direct evaluation
- Replies: 7
- Views: 16712
direct evaluation
hi i am trying to use smile to get the ExpectedUtility or posteriori by feding some values, i have discretized the parameters in training ... i have manged to set leaf note parameter to 1 here is simple example
DSL_Dmatrix *theMatrix;
theNet.GetNode(HRI)->Definition()->GetDefinition(&theMatrix ...
DSL_Dmatrix *theMatrix;
theNet.GetNode(HRI)->Definition()->GetDefinition(&theMatrix ...
- Thu Feb 05, 2009 3:54 pm
- Forum: GeNIe
- Topic: evaluation based on continious variable
- Replies: 9
- Views: 18888
- Thu Feb 05, 2009 11:15 am
- Forum: GeNIe
- Topic: evaluation based on continious variable
- Replies: 9
- Views: 18888
Hi Mark thanks for quick response
the reason skin is 1 cos I inputted grand truth data(positive samples) where i am confident that r g gives skin colour i.e. I set them all to 1, when I try to train this it gives error where I cannot train discrete parameter with continuous one so i came up with ...
the reason skin is 1 cos I inputted grand truth data(positive samples) where i am confident that r g gives skin colour i.e. I set them all to 1, when I try to train this it gives error where I cannot train discrete parameter with continuous one so i came up with ...
- Wed Feb 04, 2009 7:13 pm
- Forum: GeNIe
- Topic: evaluation based on continious variable
- Replies: 9
- Views: 18888
evaluation based on continious variable
hi i want to classify skin pixel based on thier intesity in normalize rgb space i use only 2 channel for r and g as attached i was wondering if i train this by PC method how can i use it to make a decision(or get posteriori) if the pixel is skin given the r g ??
thanks
thanks