DBN Learning

The engine.
Post Reply
Tidustseng
Posts: 2
Joined: Wed Jan 30, 2013 3:36 am

DBN Learning

Post by Tidustseng »

Hello,
I was wondering the format in the example of training data.
Why is A A_0 A_1 rather than A A_1 A_2?
Appreciate your answer.
Sincerely.

Tidus.
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: DBN Learning

Post by shooltz[BayesFusion] »

Tidustseng wrote:Why is A A_0 A_1 rather than A A_1 A_2?
The DBN column naming scheme is only used by automatic matching algorithm in GeNIe's 'Time Series' window, and it is actually "A A_1 A_2". This particular implementation was chosen to minimize the development cost.

In your SMILE-based or jSMILE base program you'll have to perform network/data matching yourself, so any naming convention will work.
Tidustseng
Posts: 2
Joined: Wed Jan 30, 2013 3:36 am

Re: DBN Learning

Post by Tidustseng »

Hi, shooltz,

Thank you very much. I tried two settings, then got two different results as the attachments.
I was wandering which is correct? Thanks again.
Sincerely.
Tidus
Attachments
res_tut_6_AA1A2.xdsl
(3.92 KiB) Downloaded 409 times
res_tut_6_AA0A1.xdsl
(4.4 KiB) Downloaded 374 times
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: DBN Learning

Post by shooltz[BayesFusion] »

Tidustseng wrote:I tried two settings, then got two different results as the attachments.
I was wandering which is correct?
You don't provide enough context to answer this question. Did you run EM in GeNIe or in your own program?
Post Reply