Hi BayesFusionUser123,
You are facing problems with the complexity of your model. While 1,000+ nodes is nothing special, it all depends on the connectivity of the network and also max in-degree, which in your model is 14. Even if your variables are binary, the node and all its 14 parents will be ...
Search found 458 matches
- Wed Jul 15, 2026 11:27 am
- Forum: SMILE
- Topic: How to observe variables in large size network, using set_evidence() and update_beliefs()
- Replies: 2
- Views: 121
Re: ROC Curve
Just noticed that you did describe the model and the data sufficiently -- sorry for not reading your post carefully.
We have replicated the problem: It has to do with precision of floating point numbers 16 places after the decimal point.
The difference in AUC is caused by the way floating-point ...
We have replicated the problem: It has to do with precision of floating point numbers 16 places after the decimal point.
The difference in AUC is caused by the way floating-point ...
Re: ROC Curve
Hi Merli,
You are right in that the two AUCs should be the same for two states of a binary class node. AUC is just an integral of the AUC curve and the calculation is rather simple. Would you be willing to share the model and the data that you used to calculate the AUC? A subset of your data and ...
You are right in that the two AUCs should be the same for two states of a binary class node. AUC is just an integral of the AUC curve and the calculation is rather simple. Would you be willing to share the model and the data that you used to calculate the AUC? A subset of your data and ...
Re: TAN model
Hi Islam,
Mutual information can be calculated for a pair of variables and this can be calculated in GeNIe using the programs diagnostic extensions. Please have a look at the manual chapter of support for diagnosis. By "entropy value for the network" you means entropy of the underlying joint ...
Mutual information can be calculated for a pair of variables and this can be calculated in GeNIe using the programs diagnostic extensions. Please have a look at the manual chapter of support for diagnosis. By "entropy value for the network" you means entropy of the underlying joint ...
- Fri Apr 10, 2026 10:40 am
- Forum: GeNIe
- Topic: passing posterior probs of a dichotomous node to a probebility weigh node
- Replies: 5
- Views: 33879
Re: passing posterior probs of a dichotomous node to a probebility weigh node
Thank you for your kind words. We hear a lot of good things about GeNIe and SMILE from their users. They are in no way inferior in their functionality, speed, and reliability to the "crazily expensive" software and are only getting better with time.
Cheers,
Marek
Cheers,
Marek
- Thu Apr 09, 2026 10:25 am
- Forum: GeNIe
- Topic: passing posterior probs of a dichotomous node to a probebility weigh node
- Replies: 5
- Views: 33879
Re: passing posterior probs of a dichotomous node to a probebility weigh node
I'd like to confirm that you cannot pass posterior/marginal probability distributions as arguments to other nodes in a model. The main reason for this design decision is that we make a clear distinction between definitions/domains and values. Inference algorithms calculate values (including ...
- Wed Apr 08, 2026 9:13 pm
- Forum: GeNIe
- Topic: passing posterior probs of a dichotomous node to a probebility weigh node
- Replies: 5
- Views: 33879
Re: passing posterior probs of a dichotomous node to a probebility weigh node
I may be understanding your description incorrectly (I had a hard time connecting the models to your description, as you are using different symbols -- it may be obvious for you but it is not for me :-)), but is your question related to being able to use probability distributions as arguments to ...
- Sat Jan 24, 2026 6:47 pm
- Forum: GeNIe
- Topic: EM algorithm
- Replies: 3
- Views: 78413
Re: EM algorithm
I'm afraid we don't use any smoothing, at least consciously :-). Can you tell use more about it?
Cheers,
Marek
Cheers,
Marek
- Fri Oct 31, 2025 10:03 pm
- Forum: GeNIe
- Topic: Getting expectation from distirbution node
- Replies: 2
- Views: 72845
Re: Getting expectation from distirbution node
You can operate on values but not on their statistical properties (i.e., results) in your equations. Please keep in mind that a Bayesian network is equivalent to a system of simultaneous equations. Your new variable could have a conditional statement that compares the number of positive cases to ...
- Wed May 07, 2025 12:03 pm
- Forum: GeNIe
- Topic: Monte Carlo Sampling
- Replies: 3
- Views: 307738
Re: Monte Carlo Sampling
I hope I understand your query correctly, as it contains several terms that could mean various things (like "bottom event", "base event", "upper and lower values", "failure probability", "fuzzy function"). It seems to me that what you want to do cannot be done in GeNIe but you can do almost anything ...
- Mon Apr 28, 2025 11:36 am
- Forum: GeNIe
- Topic: Monte Carlo Sampling
- Replies: 3
- Views: 307738
Re: Monte Carlo Sampling
Most certainly. GeNIe and SMILE include several Monte Carlo sampling algorithms and produce samples for each of the nodes in the model, whether the model is discrete, continuous or hybrid. Please look at the section on algorithms for Bayesian networks.
Cheers,
Marek
Cheers,
Marek
- Mon Apr 14, 2025 10:16 pm
- Forum: GeNIe
- Topic: Nodes not having an effect on sensitivity
- Replies: 5
- Views: 409631
Re: Nodes not having an effect on sensitivity
By changing the definition of the child node. The conditional probability distributions describe precisely the impact that the parents have on it. In your model, the conditional probability distributions (columns in your CPT) are all equal.
I hope this helps,
Marek
I hope this helps,
Marek
- Mon Apr 14, 2025 7:23 pm
- Forum: GeNIe
- Topic: Nodes not having an effect on sensitivity
- Replies: 5
- Views: 409631
Re: Nodes not having an effect on sensitivity
The guilty element of your model is the CPT in n10:
s0 0.5 0.5 0.5 0.5
s1 0.5 0.5 0.5 0.5
Please note that the probability distribution over n10 is not impacted by the parents.
Does this help?
Marek
s0 0.5 0.5 0.5 0.5
s1 0.5 0.5 0.5 0.5
Please note that the probability distribution over n10 is not impacted by the parents.
Does this help?
Marek
- Mon Apr 14, 2025 5:10 pm
- Forum: GeNIe
- Topic: Nodes not having an effect on sensitivity
- Replies: 5
- Views: 409631
Re: Nodes not having an effect on sensitivity
Thank you for sending me your model. I have looked at it and saw that quite likely you mean the nodes n0, n6, n3, n4, n12 , n11 and n9 in your obfuscated model. Each of these nodes is defined by a CPT that consist of only zeros and ones. Zero and one are special numbers in probability theory. Once a ...
- Fri Apr 11, 2025 2:40 pm
- Forum: GeNIe
- Topic: GeNIe crash, too much variables?
- Replies: 4
- Views: 310343
Re: GeNIe crash, too much variables?
Both parameters are accessible from the Learn New Network dialog. The upper right pop-up menu allows you for choosing the algorithm. Have you actually looked at GeNIe manual :-)? You can send me the data set by a private message on the Forum or by Email (marek@bayesfusion.com).
Cheers,
Marek
Cheers,
Marek