Search found 34 matches

by Yang Yajie
Thu Dec 03, 2020 3:52 pm
Forum: SMILE
Topic: does PySMILE has the capability to use multiple CPU?
Replies: 3
Views: 4116

does PySMILE has the capability to use multiple CPU?

Dear sir or madam,

I will run my code on the HPC in our school, I would like to ask that Does PySMILE has the capability to use multiple CPU? Does SMILE allow to use multiple CPU's?

kind regards!
Yajie
by Yang Yajie
Mon Nov 30, 2020 9:22 am
Forum: SMILE
Topic: import pysmile error in Lunix system
Replies: 5
Views: 5105

Re: import pysmile error in Lunix system

I uninstall pysmile first succesfully, then i remove the pysmile.so file out from WinSCP, then I download the pysmile by the code you sent to me"pip install --index-url https://support.bayesfusion.com/pysmile-A/ pysmile". it shown I download the pysmile package successfully as below figure...
by Yang Yajie
Thu Nov 26, 2020 3:56 pm
Forum: SMILE
Topic: import pysmile error in Lunix system
Replies: 5
Views: 5105

Re: import pysmile error in Lunix system

I download the pysmile package in python and pysmile.so file in the download website page, and put the pysmile_license file in the WinSCP, then run my code in Lunix system. it showed "the ImportError: dynamic module does not define module export function (PyInit_pysmile)" as shown in the f...
by Yang Yajie
Mon Nov 23, 2020 11:22 am
Forum: SMILE
Topic: import pysmile error in Lunix system
Replies: 5
Views: 5105

import pysmile error in Lunix system

hi, I am going to using the HPC system to test my code because the dataset volume is heavy. I load python first in Lunix. the version of python is "Python 3.8.2 (default, Jul 31 2020, 20:59:58) [GCC 9.3.0] on Linux ". Then I copy the pysmile_license.py, pysmile.pyd, pysmile.so file in the ...
by Yang Yajie
Sat Oct 10, 2020 6:49 pm
Forum: GeNIe
Topic: The academy GeNIe always shut down.
Replies: 9
Views: 8803

Re: The academy GeNIe always shut down.

Hi Marek, I calculated the memory for my DBN parameter learning and inference. But I an not sure the memory I understand is right. i assum: the data items is N=17000000, the number of variables is Node=40, in DBN the time slice is T=10, the max state of variables is State=5, the max number of parent...
by Yang Yajie
Wed Jul 22, 2020 8:45 am
Forum: SMILE
Topic: pysmile k-fold CV
Replies: 5
Views: 8376

Re: pysmile k-fold CV

i make a simple BBN network, the network type as shown in picture 4314.png. and use the corresponding data, as shown in aa.csv. but the resutls is "nan". could you please tell me why? and what kind of results represent the network is good after validation?
by Yang Yajie
Mon Jul 20, 2020 6:36 pm
Forum: SMILE
Topic: pysmile k-fold CV
Replies: 5
Views: 8376

Re: pysmile k-fold CV

i modify my code, but i get the results "Accuracy=nan". What is the "nan" mean? (the ...2659.png shows the results)what kind of results represent the network is good after the validation? My file.xdsl is a DBN network. besides that, i use my another nodes like "Marriage_stat...
by Yang Yajie
Sun Jul 19, 2020 10:20 pm
Forum: SMILE
Topic: Memory Error when make inference for my datasets & type error when make inference and simulation procedure
Replies: 1
Views: 2941

Memory Error when make inference for my datasets & type error when make inference and simulation procedure

hello, I am creating my DBN and make the inference, after that, I plan to simulate the status of the node according to the value probability after update temporal beliefs. when i update_and_show_temporal_results(net) after cite the datasets by using while loop, net.set_temporal_evidence("Node n...
by Yang Yajie
Sat Jul 18, 2020 1:01 am
Forum: SMILE
Topic: I can not import pysmile in my mac.
Replies: 7
Views: 7748

Re: I can not import pysmile in my mac.

thanks for your answer. at first i can not add all temporal arcs in GeNIe because it will shut down when i store them or make parameters learning. fortunately, I add these arcs one by one and store them after each add arcs action, I got my DBN network. but there are still parameter learning problems...
by Yang Yajie
Fri Jul 17, 2020 1:33 pm
Forum: SMILE
Topic: I can not import pysmile in my mac.
Replies: 7
Views: 7748

Re: I can not import pysmile in my mac.

yes. first I create all nodes according to my datasets in BBN, the second step is to put these variables in the temporal plate, the third step is to connect temporal arcs and normal arcs among these nodes. all these 3 steps were made in GeNIe, but the GeNIe will shut down when i create arcs in step ...
by Yang Yajie
Thu Jul 16, 2020 10:20 pm
Forum: SMILE
Topic: I can not import pysmile in my mac.
Replies: 7
Views: 7748

psmile to code dynamic Bayesian network

I download and unpackage the document package into my coding file. but it seems can not work. I try to use my windows system computer to finish my dynamic bayesian network (DBN). i have another questions need your help. for me, i plan to create the DBN in genie, and load this dbn.xdsl in python, the...
by Yang Yajie
Thu Jul 02, 2020 9:37 am
Forum: SMILE
Topic: I can not import pysmile in my mac.
Replies: 7
Views: 7748

I can not import pysmile in my mac.

Dear sir or madam, I can download "GeNIe" and pip install the "pysmile" package, and I have put the license of pysmile in the file I use it to code in python. but it shows SMILEEncodeError and print repr(a) has invalid syntax error. could you please help me solve this problem? I ...
by Yang Yajie
Sat Jun 06, 2020 9:40 am
Forum: GeNIe
Topic: data type in GeNIe
Replies: 3
Views: 4645

Re: data type in GeNIe

here is the data file. I use 1,2,3,..10 to represent different status. like gender 1=Male, 2=Female.
Thanks
by Yang Yajie
Wed Jun 03, 2020 12:28 pm
Forum: GeNIe
Topic: data type in GeNIe
Replies: 3
Views: 4645

data type in GeNIe

hello, I am using GeNIe to built the dynamic Bayesian belief network. I have a question about the value label in data columns. such as I use 0,1,2,3,4,5,6,7,8,9 to represent age (0,10],(10,20], (20,30],...,(90,>90] in .csv file, then I input this csv file into GeNIe to make "learn structure&quo...
by Yang Yajie
Wed Jun 03, 2020 11:56 am
Forum: GeNIe
Topic: GeNIe 2.5 released, includes QGeNIe now
Replies: 2
Views: 8422

Re: GeNIe 2.5 released, includes QGeNIe now

Will it has influence on old version's xdsl files I have made if i uninstall GeNIe 2.4 and install GeNIe 2.5?