-
Hello,
I am keen of having conditional statements work. In tensor flow:
tf.cond( pred, true_fn=None, false_fn=None, name=None)
e.g. tf.cond(x < y, tf.add(x, z), tf.square(y))
However I can…
-
Hi,
I have't got the hardware yet but i'm planing to. I have a few questions for you.
Why did you use this MCU? Have you researched other options too?
How precise is the positioning at 48Mhz?
W…
-
Random-mutation variant of the Kennard-Stone algorithm: [article link](https://academic.oup.com/bioinformatics/article/35/24/5257/5497250)
-
This has been discussed repeatedly, but it's important to get right if we want widespread adoption. Some references:
https://github.com/Evizero/MLModels.jl/issues/12
https://github.com/Evizero/MLMod…
-
I keep looking up genes to find similar genes, and desperately wishing it were possible to be confident the gene itself has a phenotype (and therefore whether to take similar genes seriously). So we'd…
-
^
src/module/temperature.cpp:2682:39: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
src/module/temperature.cpp:2685:38: wa…
-
Hi @jkcshea , I have a new idea for solving all of our computational problems.
Being ever-optimistic, I actually think this one is going to work.
Here's the idea attached in a note.
It should be …
-
Currently, all the coefficients are initialized at 0, which means that every expert gets the same weight.
One important point is that family$initialize is used in initial.spg, so getting a good ini…
-
https://github.com/jwasham/coding-interview-university
-
I've been working on a bunch of geometry stuff with more sophisticated segment types and numpy (https://github.com/meerk40t/meerk40t/blob/main/meerk40t/tools/geomstr.py). And I'd like your take on it …