Search found 24 matches

by borisrabin
Tue Apr 26, 2011 8:06 pm
Forum: SMILE
Topic: Greedy Thick Thinning
Replies: 1
Views: 3954

Greedy Thick Thinning

Hello,

I interested in adding reference to the "Greedy Thick Thinning" algorithm in my work.
Is there an option to get some place where i can find an article that explains the "Greedy Thick Thinning" algorithm ?

Thanks,
Boris
by borisrabin
Thu Apr 14, 2011 11:20 pm
Forum: SMILE
Topic: Continuous/Discrete
Replies: 5
Views: 7739

Re: Continuous/Discrete

Suppose the column contains only integers : 1,2,3,4,5,...,50,.....1000 this column esteemed as Continuous or Discrete ?


If you're asking about the type of the column as inferred by DSL_dataset::ReadFile, then the answer is 'discrete'.

What is the "Discrete threshold" feature in GeNIe ?
Is this ...
by borisrabin
Mon Mar 28, 2011 5:46 pm
Forum: SMILE
Topic: Continuous/Discrete
Replies: 5
Views: 7739

Re: Continuous/Discrete

shooltz wrote:The parser used by DSL_dataset::ReadFile treats the column as continouos when at least one value is non-integer.
Suppose the column contains only integers : 1,2,3,4,5,...,50,.....1000 this column esteemed as Continuous or Discrete ?

Thanks,
Boris
by borisrabin
Sat Mar 26, 2011 8:45 pm
Forum: SMILE
Topic: Continuous/Discrete
Replies: 5
Views: 7739

Continuous/Discrete

Hello,

How the SMILE's algorithm recognize if the column type continuous or discrete ?

Thanks,
Boris
by borisrabin
Sun Mar 06, 2011 2:16 pm
Forum: GeNIe
Topic: Learning structure
Replies: 17
Views: 43622

Re: Learning structure

mark wrote:Just to clarify, are you asking for the actual running time or the computational complexity?
I am asking about the computational complexity (time complexity).

Thanks,
Boris
by borisrabin
Fri Mar 04, 2011 1:44 am
Forum: GeNIe
Topic: Learning structure
Replies: 17
Views: 43622

Re: Learning structure

Do you mean to ask if there is a difference? In general, the runtime depends strongly on the connectivity of the graph you are trying to learn (i.e., the number of conditional dependencies in the data).

I actually intended to ask the run time for the greedy algorithm as function of nodes ...
by borisrabin
Thu Mar 03, 2011 12:54 pm
Forum: GeNIe
Topic: Learning structure
Replies: 17
Views: 43622

Re: Learning structure

mark wrote: K2 and BDeu are prior distributions over parameters used in the score metric.
Can you please indicate the run time for the greedy algorithm when using the K2 and BDeu ?

Thanks,
Boris
by borisrabin
Sat Feb 26, 2011 6:19 pm
Forum: GeNIe
Topic: Learning structure
Replies: 17
Views: 43622

Re: Learning structure


If the arc can be reversed it means there is a direct correlation between the variables, but the causal relationship cannot be determined

Are these kind of arcs presented ?


K2 and BDeu are prior distributions over parameters used in the score metric

What the BDeu's weights meaning ...
by borisrabin
Thu Feb 24, 2011 9:31 am
Forum: GeNIe
Topic: Learning structure
Replies: 17
Views: 43622

Re: Learning structure

In a nutshell, the arcs are causal, unless an arc can be reversed without changing the set of conditional independencies that hold for a given graph. The learning is unsupervised.

If the arc can be reversed without any changing it will be deleted or appear as correlated?

Another question:
The K2 ...
by borisrabin
Wed Feb 23, 2011 12:01 pm
Forum: GeNIe
Topic: Learning structure
Replies: 17
Views: 43622

Re:

Please refer to Heckerman's "A Tutorial on Learning With Bayesian Networks" for an explanation of GreedyThickThinning. Essential graph search starts from a graph obtained by applying PC and then continues with a GreedyThickThinning search (and it also does multiple restarts). The learning ...
by borisrabin
Fri Feb 11, 2011 9:37 pm
Forum: SMILE
Topic: Parser with C#
Replies: 1
Views: 4546

Parser with C#

Hello,

I trieds to execute => Parse(filename) function but without success.
How i can use the "TextParser" class ?

comment: my code contain the "using Smile.Learning" row.

When i using the :
myDataSet.ReadFile(filename)
Is the parser executed automaticaly?

Thanks in advance,
Boris
by borisrabin
Thu Feb 03, 2011 4:47 am
Forum: SMILE
Topic: Discretization
Replies: 1
Views: 3971

Discretization

Hello,

Is there an option after loading the Data set , activate discretization operation (Using c#)?

Thanks,
Boris
by borisrabin
Thu Dec 09, 2010 4:10 pm
Forum: SMILE
Topic: Using DataSet
Replies: 3
Views: 7606

Re: Using DataSet

Is there an option to copy all the Items from C# Dataset to Smile Dataset ?
Another question if i can read specific table from access Db (Like GeNIe allows).

No, there's no .Net-specific functionality in Smile.Learning.DataSet. You'll need to iterate over the contents of your ADO.NET (or whatever ...
by borisrabin
Thu Dec 09, 2010 4:06 pm
Forum: GeNIe
Topic: Learning Bayesian Network From Data
Replies: 1
Views: 5128

Learning Bayesian Network From Data

Hello,

When i open the file (that attached) and try to learn the network with Greedy algorithm i get network without connections at all.

The result appears immediately in other words , seems that GeNIe not try to run the learning at all.

What can be the problem?

Thanks,
Boris
by borisrabin
Thu Dec 09, 2010 10:35 am
Forum: SMILE
Topic: Using DataSet
Replies: 3
Views: 7606

Using DataSet

Hello,

Is there an option to copy all the Items from C# Dataset to Smile Dataset ?

Another question if i can read specific table from access Db (Like GeNIe allows).

Thanks,
Boris