Answered by:
How to implement a dynamic bayes network with Infer.net? --- Could not find the Infer.Net Forum in the Forum list pls MOVE.

Question
-
I want to build a Dynamic Bayes Network.
I am completly new to probalistic progamming, factor graphs and simulation. I came up with a small scenario with cats and mice.
The cats and mice have a certain birthrate and deathrate, but also cats eat the mice. I came up with something close to a factor
graph that I implemented with the Infer.Net modeling API. You can see an Image of it here (Its in german :D).
Now I want to know how many cats I need so that the mice population is stable. For that I to continously see the populaiton change of both.
Currently I just have a uggly version of this and I am also not quite sure if the model that I build is build the infer.net way.
You can find all my code in this repository: https://github.com/SebastianKapunkt/urban-garden-mouse-cats
In the file RunCarAndMouseModel.cs is all the code that will run the Model and the value I came up by researching the internet (my expoert knowgled of this case :D).
In the other files is the code to create the model with its rules.
Some more question I have:
- How can I continously observe the population change?
- Why is the model build like 10 times when I run the inference to get the new population?
- How do I prevent in my case the warning "has quality band Experimental which is less than the recommended quality band"Thursday, January 17, 2019 3:25 PM
Answers
-
I'd try asking for help over here.
https://github.com/dotnet/infer/issues/
(the microsoft research forums are now archived / locked)
https://social.microsoft.com/Forums/en-US/home?forum=infer.net
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.
- Edited by Dave PatrickMVP Thursday, January 17, 2019 3:42 PM
- Proposed as answer by Richard MuellerMVP, Banned Friday, January 18, 2019 12:36 AM
- Marked as answer by Richard MuellerMVP, Banned Thursday, January 24, 2019 12:15 PM
Thursday, January 17, 2019 3:37 PM
All replies
-
I'd try asking for help over here.
https://github.com/dotnet/infer/issues/
(the microsoft research forums are now archived / locked)
https://social.microsoft.com/Forums/en-US/home?forum=infer.net
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.
- Edited by Dave PatrickMVP Thursday, January 17, 2019 3:42 PM
- Proposed as answer by Richard MuellerMVP, Banned Friday, January 18, 2019 12:36 AM
- Marked as answer by Richard MuellerMVP, Banned Thursday, January 24, 2019 12:15 PM
Thursday, January 17, 2019 3:37 PM -
Thanks Dave thats a good advise :)Friday, January 18, 2019 7:03 AM
-
You're welcome.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.Friday, January 18, 2019 1:46 PM