Search found 7 matches

by philrain
Thu Jul 07, 2022 7:44 am
Forum: GeNIe
Topic: Can GeNle's model be converted to python language?
Replies: 1
Views: 1923

Re: Can GeNle's model be converted to python language?

Can GeNle's model be converted to python language? import pysmile def hello_smile(): net = pysmile.Network() net.read_file("VentureBN.xdsl"); net.set_evidence("Forecast", "Moderate") net.update_beliefs() beliefs = net.get_node_value("Success") for i in range(...
by philrain
Thu Jul 07, 2022 7:39 am
Forum: GeNIe
Topic: Can GeNle's model be converted to python language?
Replies: 1
Views: 1923

Can GeNle's model be converted to python language?

Can GeNle's model be converted to python language?
by philrain
Tue Jul 05, 2022 2:49 am
Forum: GeNIe
Topic: Will the network structure be too complex to perform parameter learning?
Replies: 1
Views: 2051

Will the network structure be too complex to perform parameter learning?

After obtaining the network structure through Bayesian search, I tried to use parameter learning, but the software crashed directly. Is it because the network structure is too complicated? There are a total of 87 nodes in the network, and each point is set to have less than 5 parent nodes.
by philrain
Mon Jul 04, 2022 11:53 am
Forum: GeNIe
Topic: About learning parameters
Replies: 5
Views: 2759

Re: About learning parameters

I used the new data for parameter learning, I completed the Match Network and Date steps, but the Learn Parameters with EM step did not appear? The EM options window should appear after you complete network/data matching. Did you get any error/crash message? The yellow exclamation mark icons appear...
by philrain
Mon Jul 04, 2022 11:41 am
Forum: GeNIe
Topic: About learning parameters
Replies: 5
Views: 2759

Re: About learning parameters

I used the new data for parameter learning, I completed the Match Network and Date steps, but the Learn Parameters with EM step did not appear? The EM options window should appear after you complete network/data matching. Did you get any error/crash message? The yellow exclamation mark icons appear...
by philrain
Mon Jul 04, 2022 11:40 am
Forum: GeNIe
Topic: About learning parameters
Replies: 5
Views: 2759

Re: About learning parameters

After completing the network and data matching, if there is no yellow exclamation mark chart, the EM option window will not appear, and it will directly display that it has been completed. Then if there is a yellow exclamation mark, "initialzating" will appear and the program will flash ba...
by philrain
Mon Jul 04, 2022 10:21 am
Forum: GeNIe
Topic: About learning parameters
Replies: 5
Views: 2759

About learning parameters

I used the data to learn a BN structure, and then when I used the new data for parameter learning, I completed the Match Network and Date steps, but the Learn Parameters with EM step did not appear? There is another question. In the Match Network and Date step, a yellow exclamation mark will appear ...