-
hello fellow developers, it appears that the tf.keras and tfp.tfp.layers. are not compatible
i have this code="
**num_inducing_points = 40
model = tf.keras.Sequential([
tf.keras.layers.InputLa…
-
Add deoverlapping techniques for All Clear validation.
For triggered forecasts:
- Select all forecasts generated from the same flare/CME trigger
- Choose an "any" result for hits, false alarms …
-
Thank you very much for doing such a excellent job.Your case study experiment was done very well. Could you please tell me how you implement it in detail?Thank you!
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/ajay-dhangar/algo/blob/main/CONTRIBUTING.md).
### Description
H…
-
### Scenario trees/lattice reading
Scenarios for multistage stochastic programs
https://www.karlin.mff.cuni.cz/~kopa/papers/vanc-ed.pdf
Overview of scenario tree generation methods, applied in …
msz13 updated
1 month ago
-
Recently in the [nlp_apps](https://github.com/aimacode/aima-python/blob/master/nlp_apps.ipynb) notebook I added a section on the [Federalist Papers](https://en.wikipedia.org/wiki/The_Federalist_Papers…
-
### Describe the issue as clearly as possible:
I wrote this as a query on Discord, but I now have it operating as a bug so have made this.
When running the [multiple choices](https://outlines-dev.…
-
Hi @mvaldenegro -
I returned to this repo to prepare some examples for a lecture series I am giving. When I went through your code, I stumbled to this line:
https://github.com/mvaldenegro/keras-unc…
-
I wrote a following script to predict image label for resent 18.
```
import mxnet as mx
model_name = 'resnet-18'
path='http://data.mxnet.io/models/imagenet/resnet/'
[mx.test_utils.download(…
-
Hi,
In the paper, it writes: "Without assuming such knowledge, we use the maximum softmax probabilities to score anomalies and show that models which are **pre-trained then tuned** provide superior…