Infer.NET comunicado
-
Link
The Infer.NET compiler and runtime binaries are now available as a NuGet package at http://www.nuget.org. Use the following command in the Package Manager Console:
PM> Install-Package Microsoft.Research.InferNET
-
Link
Infer.NET 2.6 is now available. See the home page and the change history for details, or go directly to the download page.
-
Link
Infer.NET 2.5 Beta 2 is now available. See the home page and the change history for details, or go directly to the download page.
Found 696 threads
-
2 Votos
This model will consume a lot of memory due to the indexing expression
I am trying to build a Markov Chain mixture model for sequence clustering. As the first step, I am trying to recover the model parameters for one cluster: (1) init state probabilities , (2) state ...Respondido | 3 Respostas | 730 Exibições | Created by usptact - segunda-feira, 5 de março de 2018 21:49 | última resposta por Tom Minka - terça-feira, 6 de março de 2018 12:23 -
0 Votos
Computing expectation of the largest number
I've recently come across a puzzle. There is an urn with N balls, numbered from 1 to N. I pick nPergunta | 1 Respostas | 537 Exibições | Created by usptact - sexta-feira, 23 de fevereiro de 2018 00:07 | última resposta por Tom Minka - sexta-feira, 23 de fevereiro de 2018 20:27 -
11 Votos
Exception 'x is nan' during inference
Hello everyone, I am implementing a model with Infer.NET in C# and when I am running the program, the model is compiling but during the inference, it throws the ...Respondido | 18 Respostas | 981 Exibições | Created by ghurault - sexta-feira, 26 de janeiro de 2018 14:13 | última resposta por Tom Minka - terça-feira, 13 de fevereiro de 2018 15:06 -
1 Votos
Problem with defining CPT from 2 random variables
Hi, I have problem with this line of code: // TTC probability table conditioned on Speed and ...Respondido | 6 Respostas | 666 Exibições | Created by Servasius Rinta - quarta-feira, 31 de janeiro de 2018 04:12 | última resposta por Servasius Rinta - sexta-feira, 2 de fevereiro de 2018 01:44 -
0 Votos
Four coins and Five men
man #2 announces that he lostSecond coin is flipped => man #0 announces that he lost; man #3 announces that his chances to win decreased a lotThird coin is flipped => man #3 announced that he ... -
1 Votos
Building a multi-class classifier
I am trying to practice more with the framework and decided to extend the Bayes Point Machine to multiple classes. Conceptually this is not very complicated: (1) create one weights vector for each ...Pergunta | 2 Respostas | 709 Exibições | Created by usptact - segunda-feira, 22 de janeiro de 2018 04:38 | última resposta por usptact - terça-feira, 23 de janeiro de 2018 21:33 -
0 Votos
A probabilistic program that writes another program
The Cambridge, MA company called Gamalon have sparked my interest since they apparently use probabilistic programming under the hood. From what I could understand from the examples (can't post the ...Pergunta | 1 Respostas | 542 Exibições | Created by usptact - quarta-feira, 17 de janeiro de 2018 06:10 | última resposta por Tom Minka - quarta-feira, 17 de janeiro de 2018 12:00 -
1 Votos
Infer.NET 2.6 on Unity built to Android
Hi I am trying to implement a simple discrete bayesian network for a game. The development is being done through the Unity engine and built for the Android platform (the plan in the ...Pergunta | 1 Respostas | 997 Exibições | Created by Neil Romblon - segunda-feira, 1 de janeiro de 2018 18:35 | última resposta por Yordan Zaykov - segunda-feira, 8 de janeiro de 2018 13:32 -
0 Votos
EventRecord.FormatDescription Method () always returns event message in en-US format
Hi team, I am working with EventRecord class.EventRecord class has method FormatDescription(Gets the event message in the current locale).When i use this method this ...Pergunta | 1 Respostas | 515 Exibições | Created by Balakumar Smart - quarta-feira, 3 de janeiro de 2018 07:18 | última resposta por usptact - quarta-feira, 3 de janeiro de 2018 07:49 -
2 Votos
'VariableArrayName' is not defined in all cases. It is only defined for (...) in
right, right < left) for two respective items in an example. An example is composed of a variable number of items. The dataset consists of a number of examples. The ...Respondido | 7 Respostas | 907 Exibições | Created by usptact - segunda-feira, 4 de dezembro de 2017 22:41 | última resposta por usptact - terça-feira, 5 de dezembro de 2017 22:22 -
1 Votos
Thurstonian for ranking: declaring and initializing pairwise ranking array
I am attempting to implement the Thurstonian model for pairwise ranking. I ran into a problem defining elements of the pairwise ranking VariableArray<bool> based on pairs of elements from the ...Respondido | 1 Respostas | 634 Exibições | Created by usptact - terça-feira, 28 de novembro de 2017 08:29 | última resposta por Tom Minka - terça-feira, 28 de novembro de 2017 14:43 -
1 Votos
.NET Core 2.0 support in VS 2017
Hi, I am following the BayesPointMachine example to study Bayesian Regression example in Infer.NET. In VS 2017 I selected the project type as ".NET Core 2.0". When I try ...Respondido | 1 Respostas | 752 Exibições | Created by usptact - sábado, 18 de novembro de 2017 07:44 | última resposta por Tom Minka - sábado, 18 de novembro de 2017 08:16 -
1 Votos
TrueSkill: draw option
The simplest TrueSkill model involving two players is fairly easy to implement. I am following the MBML book online (http://mbmlbook.com/TrueSkill_Extensions_to_the_core_model.html) and tried to ...Respondido | 3 Respostas | 853 Exibições | Created by usptact - segunda-feira, 13 de novembro de 2017 23:49 | última resposta por Tom Minka - terça-feira, 14 de novembro de 2017 18:27 -
1 Votos
Simplest learning to rank model
I am looking for pointers to implement a simple learning to rank model in Infer.NET. I have a set of examples for training. A training example is comprised of some number of binary feature vectors and ...Respondido | 2 Respostas | 652 Exibições | Created by usptact - sexta-feira, 10 de novembro de 2017 09:37 | última resposta por usptact - sexta-feira, 10 de novembro de 2017 17:25 -
2 Votos
Ranking with Betas in infer.NET?
Hello Within Infer.NET, is it possible to create a ranking model similar to TrueSkill, but which uses different probability distributions to represent the ranking, i.e. Beta? ...Pergunta | 16 Respostas | 707 Exibições | Created by owenjames - quinta-feira, 9 de novembro de 2017 11:40 | última resposta por Tom Minka - sexta-feira, 10 de novembro de 2017 16:52 -
0 Votos
Counter-intuitive updates in TrueSkill
484) compared to the game where she wins (1600 -> 810)? Here is my model: bool[] outcomes_data = new bool[] { true }; // Jill wins //bool[] outcomes_data ...Respondido | 1 Respostas | 407 Exibições | Created by usptact - quarta-feira, 8 de novembro de 2017 20:05 | última resposta por usptact - quarta-feira, 8 de novembro de 2017 23:41 -
2 Votos
Building Bayesian change-point detection model
I am attempting to implement a simple Bayesian change-point detection model. As a starting point, I use the model from PyMC3 examples ...Respondido | 12 Respostas | 890 Exibições | Created by usptact - sexta-feira, 3 de novembro de 2017 20:37 | última resposta por usptact - segunda-feira, 6 de novembro de 2017 22:07 -
0 Votos
Parallel processing with Infer.Net
AssessSim(x.n, x.q, x.a, x.r)); where AssessSim creates and runs an infer.net model and inputs is some simulation settings. When I tried this I ...Pergunta | 1 Respostas | 395 Exibições | Created by cyentist - quarta-feira, 25 de outubro de 2017 20:11 | última resposta por Tom Minka - quarta-feira, 25 de outubro de 2017 21:58 -
3 Votos
System.Exception: 'Internal: schedule splits group 154'
I recently ran across the error: System.Exception: 'Internal: schedule splits group 154' What other information do you need to help ...Respondido | 3 Respostas | 442 Exibições | Created by cyentist - terça-feira, 24 de outubro de 2017 19:45 | última resposta por usptact - quarta-feira, 25 de outubro de 2017 17:16 -
0 Votos
Insert Gridview data to database using Anjularjs and Web API
I have Created an Approval screen using AnjularJS and Web API, The Entire functionility i have implemented Issue: I have gridview with checkbox having 4 to 5 records i want ...Pergunta | 1 Respostas | 427 Exibições | Created by AbhishekPatil009 - terça-feira, 24 de outubro de 2017 07:37 | última resposta por Tom Minka - terça-feira, 24 de outubro de 2017 08:57
Infer.NET comunicado
-
Link
The Infer.NET compiler and runtime binaries are now available as a NuGet package at http://www.nuget.org. Use the following command in the Package Manager Console:
PM> Install-Package Microsoft.Research.InferNET
-
Link
Infer.NET 2.6 is now available. See the home page and the change history for details, or go directly to the download page.
-
Link
Infer.NET 2.5 Beta 2 is now available. See the home page and the change history for details, or go directly to the download page.