uncertainty
Here are 121 public repositories matching this topic...
As raised by #307, we should add better documentation of the distributions you can select for inputs to a problem.
-
Updated
Aug 8, 2019 - Python
-
Updated
May 14, 2020 - Python
-
Updated
Apr 22, 2020 - Python
-
Updated
Jan 15, 2018 - Python
-
Updated
Feb 16, 2018 - Jupyter Notebook
-
Updated
Jun 25, 2017 - Python
-
Updated
Dec 19, 2019 - Python
-
Updated
May 30, 2020 - Jupyter Notebook
-
Updated
Oct 15, 2019 - Python
-
Updated
Mar 2, 2020 - Python
-
Updated
May 15, 2019 - Python
-
Updated
Feb 19, 2020 - Python
-
Updated
Apr 26, 2020 - Jupyter Notebook
-
Updated
Sep 1, 2018 - Jupyter Notebook
-
Updated
Jun 15, 2020 - R
Adds pilot delay
Problem
Currently, conflicts created by the uncertainty module in the simulation is not preventable if the scheduler doesn't reschedule every tick. Instead, these kinds of conflicts lead to an early termination to reflect the real world: "if there's a crash in the airport, there's no way the airport will continue to function properly."
Solution
Therefore, we need a pilot behavior de
-
Updated
Jun 13, 2020 - R
-
Updated
Nov 29, 2019 - C++
-
Updated
Apr 28, 2020 - Jupyter Notebook
-
Updated
Jun 15, 2018 - Prolog
The error message for lolopy when java isn't installed is: ValueError: invalid literal for int() with base 10: b''
We should make a better error message for this issue, and probably print warnings if you're running on Windows and the confidence intervals are not likely to work.
-
Updated
Oct 18, 2017 - C++
-
Updated
May 2, 2020 - Jupyter Notebook
-
Updated
May 19, 2020 - Python
-
Updated
May 7, 2020 - Python
Optimize code
There are several things in the code that are not done optimally (detection of facial images could be improved), or by using brute-force (serialization of gray and red rectangles used to represent decision ambiguity).
-
Updated
Dec 31, 2018 - Python
Improve this page
Add a description, image, and links to the uncertainty topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the uncertainty topic, visit your repo's landing page and select "manage topics."


Hi @JavierAntoran @stratisMarkou,
First of all, thanks for making all of this code available - it's been great to look through!
Im currently spending some time trying to work through the Weight Uncertainty in Neural Networks in order to implement Bayes-by-Backprop. I was struggling to understand the difference between your implementation of `Bayes-by-Bac