Error in SMILE while learning a network with Noisy-MAX node

The engine.
Post Reply
EAly
Posts: 21
Joined: Tue Apr 14, 2020 1:16 pm

Error in SMILE while learning a network with Noisy-MAX node

Post by EAly »

Hello,

I'm trying to learn the parameters of the attached network form the data in the attached file. The nodes are three chance parent nodes and one Noisy_MAX child node. However when I run the code, I get this error:

Code: Select all

SMILEException: SMILE Error Occured in: EM.Learn
ErrNo=-51
I tried to do the learning using GeNIe and also get an error, but this time it says:

Code: Select all

EM: noisy-max nodes are not supported in DBNs
Would you please help me solve this issue?

Thanks
Attachments
Noir_data.csv
(30.78 KiB) Downloaded 231 times
NoirNet_new.xdsl
(2.38 KiB) Downloaded 230 times
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Error in SMILE while learning a network with Noisy-MAX node

Post by shooltz[BayesFusion] »

Thanks for reporting this issue. It is a bug for which we're assigning a high priority. I'll post here once a fix is available.
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Error in SMILE while learning a network with Noisy-MAX node

Post by shooltz[BayesFusion] »

We have fixed the issue you have reported. If you want to access a prerelease version of SMILE, let me know what operating system/programming language you're using.
EAly
Posts: 21
Joined: Tue Apr 14, 2020 1:16 pm

Re: Error in SMILE while learning a network with Noisy-MAX node

Post by EAly »

Hi Shooltz,

Thanks for your reply.
Sure, I would like to access the prerelease version. I'm using pysmile on windows 10 64bit.
Thanks again for your help.
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Error in SMILE while learning a network with Noisy-MAX node

Post by shooltz[BayesFusion] »

Please check your private message inbox on this forum. I've sent you a link to a prerelease GeNIe and PySMILE.
EAly
Posts: 21
Joined: Tue Apr 14, 2020 1:16 pm

Re: Error in SMILE while learning a network with Noisy-MAX node

Post by EAly »

Thanks for sharing this, appreciate your help.
Post Reply