Search found 32 matches

by lablonsk
Tue May 19, 2020 7:53 pm
Forum: SMILE
Topic: Update error
Replies: 19
Views: 23585

Re: Update error

I used this method and the error still persisted. Are you sure you got the same error when inference algorithm was set to EPIS? BTW, Network.SampleCount defaults to 10000 and can be made much larger. Increasing the sample count does not require more memory, but it makes the inference run longer and...
by lablonsk
Tue May 19, 2020 7:43 pm
Forum: GeNIe
Topic: Reference
Replies: 1
Views: 2797

Reference

Good afternoon,
How should I refer to an academic job? I don't know on whose behalf I should refer except BayesFusion. Who is responsible for this system?
Thank you.
by lablonsk
Mon May 11, 2020 12:47 pm
Forum: SMILE
Topic: Update error
Replies: 19
Views: 23585

Re: Update error

If your evolutionary algorithm produces very complex networks, switch inference algorithm to EPIS (inexact, sampling-based but quire reliable). You may want to adjust the number of samples, use Network.SampleCount property for this. Good Morning, I used this method and the error still persisted. Th...
by lablonsk
Tue May 05, 2020 3:49 pm
Forum: SMILE
Topic: Update error
Replies: 19
Views: 23585

Re: Update error

Good afternoon,
Do you suggest that I put Network.SampleCount = number of nodes?
Thank you.
by lablonsk
Mon Apr 27, 2020 3:22 pm
Forum: SMILE
Topic: Update error
Replies: 19
Views: 23585

Re: Update error

Hello, well, the problem is as follows. The problem is that the algorithm is evolutionary, so this same configuration at some point ends up giving some problem. Is there no way around this problem without using a try?
Thank you!
by lablonsk
Wed Apr 22, 2020 7:31 pm
Forum: SMILE
Topic: Update error
Replies: 19
Views: 23585

Re: Update error

shooltz[BayesFusion] wrote: Wed Mar 04, 2020 8:28 pm Which structure learning algorithm is used? If possible, please post your network (after learning, but before the update) here.
Good afternoon,
If you can take a look I appreciate it. My research depends a lot on me being able to run these RB.

Thank you very much and sorry for the work.
by lablonsk
Tue Apr 21, 2020 8:39 pm
Forum: SMILE
Topic: unknown error C#
Replies: 0
Views: 11709

unknown error C#

Good afternoon, when running this data giving the smile when the GENIUS of some problem. Could you see why this is happening? Because it is connected to the dll and I don't have access. https://drive.google.com/file/d/1M9NVNA7-aVp5mxq8E910Vr16pAgg9ZCZ/view?usp=sharing C# error Attempted to read or w...
by lablonsk
Wed Mar 04, 2020 8:35 pm
Forum: SMILE
Topic: Update error
Replies: 19
Views: 23585

Re: Update error

Which structure learning algorithm is used? If possible, please post your network (after learning, but before the update) here. As soon as I can I send the network to have a look. But if you use the standard that is in GeNIe the software cannot execute the update command because it is very complex.
by lablonsk
Wed Mar 04, 2020 8:33 pm
Forum: SMILE
Topic: Update error
Replies: 19
Views: 23585

Re: Update error

shooltz[BayesFusion] wrote: Wed Mar 04, 2020 8:28 pm Which structure learning algorithm is used? If possible, please post your network (after learning, but before the update) here.
Attached image of how the process takes place.
by lablonsk
Wed Mar 04, 2020 8:26 pm
Forum: SMILE
Topic: Update error
Replies: 19
Views: 23585

Re: Update error

Please be more specific - I downloaded your data file. Are you learning both structure and parameters from the data, or you have the network already? Hello, I'm learning the structure from this database. When executing the update command an exception is returned. The maximum number of parents is 3....
by lablonsk
Sat Feb 29, 2020 9:30 pm
Forum: SMILE
Topic: Update error
Replies: 19
Views: 23585

Re: Update error

Can you post your network here? Hello, I'm reopening the topic because I need to create a network using complex information. An exception is returned when performing UpdateBeliefs (), please help. Another thing that is happening is that I needed to process information where the node can be continuo...
by lablonsk
Thu Jan 16, 2020 4:14 pm
Forum: GeNIe
Topic: Learning NODE
Replies: 0
Views: 13963

Learning NODE

Hello,
Is it possible to learn a Baysian Network from the nodes? Or passing the percentage of each variable instead of the values? This also applies to .NET Smile.
Thanks. Images in the link.
Image
https://ibb.co/8j1R2Cf
by lablonsk
Fri Oct 18, 2019 6:20 pm
Forum: SMILE
Topic: Update error
Replies: 19
Views: 23585

Re: Update error

shooltz[BayesFusion] wrote: Tue Oct 15, 2019 5:37 pm Can you post your network here?
In private project but generat auto.
by lablonsk
Tue Oct 15, 2019 3:16 pm
Forum: SMILE
Topic: Update error
Replies: 19
Views: 23585

Re: Update error

Error happens on only one node
by lablonsk
Tue Oct 15, 2019 3:11 pm
Forum: SMILE
Topic: Update error
Replies: 19
Views: 23585

Re: Update error

Try marking some nodes as targets. Alternatively, switch to a sampling algorith, like EPIS: net.BayesianAlgorithm = Network.BayesianAlgorithmType.EpisSampling; The error is saying that it did not find the node because it exists RB. Was it a mistake in learning? Maybe going through matrix I could so...