Search found 23 matches

by Marijn Peppelman
Thu Oct 24, 2019 2:29 pm
Forum: SMILE
Topic: Structure Learning scoring heuristic (Python wrapper)
Replies: 5
Views: 8060

Re: Structure Learning scoring heuristic (Python wrapper)

Thank you.

Do I understand correctly that this means that acquiring the log likelihood score for an already defined DBN is thus impossible, since that would require the structure learning which can not accurately work with a DBN?
by Marijn Peppelman
Mon Oct 21, 2019 1:42 pm
Forum: SMILE
Topic: Structure Learning scoring heuristic (Python wrapper)
Replies: 5
Views: 8060

Re: Structure Learning scoring heuristic (Python wrapper)

Thanks for the answer. I'm still a little bit confused about one thing though. The GeNIe documentation indicated that the learning of the structure is not possible for Dynamic Bayesian Networks: While GeNIe structure learning algorithms do not allow for learning the structure of dynamic models, it i...
by Marijn Peppelman
Thu Oct 17, 2019 2:33 pm
Forum: SMILE
Topic: Structure Learning scoring heuristic (Python wrapper)
Replies: 5
Views: 8060

Structure Learning scoring heuristic (Python wrapper)

Hello, The SMILE and wrapper manual state that the Bayesian Search structure learning is guided by a scoring heuristic, but does not elaborate what this heuristic is. I'm familiar with some BN network structure scoring heuristics, such as the log likelihood and K2 algorithm, and was wondering how ex...
by Marijn Peppelman
Mon Sep 23, 2019 5:02 pm
Forum: SMILE
Topic: Installing the PySMILE wrapper for spyder/anaconda 14.04
Replies: 2
Views: 4813

Re: Installing the PySMILE wrapper for spyder/anaconda on Ubuntu 14.04

I think i might have found it, this appears to be yet another element of me using an outdated OS. It appears libmvec is a vector library added in Glibc 2.22, and ubuntu 14.04 is stuck at Glibc 2.19. I'm trying a manual compilation of Glibc 2.24 If that doesn't work, i'm just getting a new OS and see...
by Marijn Peppelman
Mon Sep 23, 2019 3:42 pm
Forum: SMILE
Topic: Installing the PySMILE wrapper for spyder/anaconda 14.04
Replies: 2
Views: 4813

Installing the PySMILE wrapper for spyder/anaconda 14.04

Hello. This might be a stupid question, but what steps do i need to follow to actually get the library installed, so i can import it? The wraper manual only says i need to use "import pysmile", but that does not seem to work in my case. I'm currently using the Spyder IDE which comes with t...
by Marijn Peppelman
Wed Jul 10, 2019 3:35 pm
Forum: GeNIe
Topic: Genie installation error code 500 in ubuntu 16.04
Replies: 2
Views: 4980

Re: Genie installation error code 500 in ubuntu 16.04

Hello. I've had this problem as well on ubuntu 14.04, and managed to solve it, so i wated to document the solution here for future use. First, check if your wine installation is up to date. The 14.04 repo (which i used) was on versopn 1.6.2, but wine is well past version 4.0 In order to get a more u...
by Marijn Peppelman
Wed Jul 10, 2019 1:29 pm
Forum: SMILE
Topic: PySMILE wrapper " To Be Done" ?
Replies: 4
Views: 5639

Re: PySMILE wrapper " To Be Done" ?

Thanks for the quick reply, there will likely be some question in the future.
by Marijn Peppelman
Wed Jul 10, 2019 12:54 pm
Forum: SMILE
Topic: PySMILE wrapper " To Be Done" ?
Replies: 4
Views: 5639

PySMILE wrapper " To Be Done" ?

Hello. I want to work with the SMILE framework for my masters project, which will be made in Python. Reading through the Programmer's Manual for the PySMILE wrapper, the sections on Dynamic Bayesian Networks, Hybrid Bayesnian Networks and Learning only have (To be done), and i wanted to ask for a bi...