Search found 19 matches

by Jochen0x90h
Thu Aug 01, 2013 1:12 pm
Forum: SMILE
Topic: Java setNoisyParentStrengths fails
Replies: 3
Views: 4383

Java setNoisyParentStrengths fails

Hi! When trying to set parent strengths for a noisy max node like network.setNoisyParentStrengths("Node", "ParentNode", new int[]{1, 0}); I get this exception. I'm using Java 7. Exception in thread "main" java.lang.UnsatisfiedLinkError: smile.Network.setNoisyParentStren...
by Jochen0x90h
Wed Jul 31, 2013 10:06 am
Forum: SMILE
Topic: Does Smile use something like AIS-BN?
Replies: 8
Views: 9158

Re: Does Smile use something like AIS-BN?

Thanks for the info. I'd like to try the java binding. It would be convenient to have it in a maven repository (see http://search.maven.org and http://maven.apache.org/guides/mini/guide-central-repository-upload.html). Also i would suggest changing the package name from smile to either edu.pitt.sis....
by Jochen0x90h
Fri Jul 26, 2013 1:39 pm
Forum: SMILE
Topic: Does Smile use something like AIS-BN?
Replies: 8
Views: 9158

Re: Does Smile use something like AIS-BN?

Thanks for your reply. How do you ensure that the loopy belief propagation step of EPIS-BN converges to an approximate solution and does not start to oscillate? Is it always better than nothing even if it starts to oscillate?

I'm on a mac so I will try wine first to get the gui working.

-Jochen
by Jochen0x90h
Tue Jul 23, 2013 1:45 pm
Forum: SMILE
Topic: Does Smile use something like AIS-BN?
Replies: 8
Views: 9158

Does Smile use something like AIS-BN?

Hi! I found the paper AIS-BN: An Adaptive Importance Sampling Algorithm for Evidential Reasoning in Large Bayesian Networs by Jian Cheng and Marek J. Druzdzel http://www.jair.org/media/764/live-764-1924-jair.pdf . This paper originated in the University of Pittsburgh, therefore it would be interesti...