-
Can you please advice how one can model Markov random field in Infer.NET? I'd like to implement a simple image segmentation algorithm, but I'm really unsure about the way of specifying clique potentials in the model. Thanks in advance.
-
I've recently installed Zentity v1.0 But I can't found anywhere in documentation what is the default password for "Administrator" user. Can you help me? Where is it specified?
-
I've successfully installed Zentity v1.0 but can't find default admin password for web-interface anywhere in documentation? Please, advise me how can I get logged into the system?
-
Than maybe there is some simple way of making uniform discrete distribution on double values? What can I do to implement it?
-
Of course I can solve it with pen and paper. I just wanted to learn Infer.NET by solving tasks. But, unfortunately, I've failed. So now I'm just looking for answers.
-
I forget. Problem 205 from project Euler ( http://projecteuler.net/index.php?section=problems&id=205 ): Peter has nine four-sided (pyramidal) dice, each with faces numbered 1, 2, 3, 4. Colin has six six-sided (cubic) dice, each with faces numbered 1, 2, 3, 4, 5, 6. Peter and Colin roll their dice and compare totals: the highest total wins. The result is a draw if the totals are equal. What is the probability that Pyramidal Pete beats Cubic Colin? Give your answer rounded to seven decimal places
-
Good day. Recently I've tryed solving the following task from Project Euler using Infer.NET but I've faced some problems. 1) Summation operation is available only for Variable<double>. Trying to sum two Variable<int> values leads to InvalidOperationException with message "No operator factor registered for 'Plus' with argument type System.Int32". But Variable.Discrete creates only distributions of integer values. 2) Can you explain the way I can made random variable