-
Hi @dfm, as we have discussed in #79, I have the following thoughts about presenting the idea of using kernels as [Pytrees](https://jax.readthedocs.io/en/latest/pytrees.html).
1. Creating a model b…
-
I am studying machine learning hard with your book. I managed to follow up to Chapter 7, but I have not been able to solve the problems encountered in Chapter 7.
I need your help.
the problem is
…
-
When I train (in my language - czech), **variance floored** is sometimes displayed. But train usually continues. Is it a mistake? And how do I fix this error? (my batch size is only 1 - gtx1080 8GB, …
-
They should be documented or resolved.
1. Log value that has no JSON serializer (I'd prefer Clojure serialization, but that's a matter of preference)
```clojure
(org.zalando.stups.friboo.log/info …
-
### **Good Bad Image Filter**
**Description**:
Users need a way to automatically get rid of images that are not usable.
**Proposed Solution**:
Using `rioxarray`, we can create a dataset of all…
-
see Stata 'r.pdf' manual
estimate y with `exog_test = (fittedvalues, fittedvalues**2)`
reject correct specification if fittedvalues**2 is significant
there might be something similar for OLS already…
-
I rewrote the [example](https://docs.sciml.ai/dev/modules/SciMLSensitivity/pde_fitting/pde_constrained/) with `MethodOfLines`. I believe it should be a more desired approach.
```julia
using Plots
u…
-
When I do this:
``` js
rets = jStat([[1,2,3,4]]).transpose();
rets.multiply(jStat.identity(4));
```
I get:
``` js
[
[1,0,0,0],
[2,0,0,0],
[3,0,0,0],
[4,0,0,0]
]
```
any idea whether this is a bug …
-
### Description:
Entering a bad server url on the android app prevents the user from being able to correct it. (Difficult workaround; may require uninstall and reinstall.)
### Steps to rep…
-
Hello all,
I have an observational dataset of how the survival (Fs) of an organism depends on a number of variables (t, UV, z and DOC). Based on process knowledge, we have come up with the followi…