Search found 3 matches

by pradhanojas
Mon Sep 13, 2021 3:18 pm
Forum: SMILE
Topic: Posterior Probability Calculations
Replies: 1
Views: 3919

Posterior Probability Calculations

Hello, How are the posterior probabilities calculated in the SMILE engine? Is the inference considered to be a Kalman filter or a Particle filter? I would like to use dynamic BNs for future predictions and wanted to know how I could do that using the DBN structure created using the SMILE engine. Any...
by pradhanojas
Wed Feb 03, 2021 4:40 pm
Forum: SMILE
Topic: How to save an unrolled network in pySmile?
Replies: 6
Views: 12050

Re: How to save an unrolled network in pySmile?

That works! Thanks a lot
by pradhanojas
Wed Feb 03, 2021 3:29 pm
Forum: SMILE
Topic: How to save an unrolled network in pySmile?
Replies: 6
Views: 12050

How to save an unrolled network in pySmile?

I want to unroll a dynamic Bayesian network model and write the unrolled network using the write_file() command. However, the original rolled network can only be saved into a .xdsl file. I understand that the unrolled network is an independent model but I haven't been able to figure out the correct ...