python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to correctly set seeds in a tidymodels workflow?
Setting seeds to retrieve reproducible results is crucial in machine learning. To do so, I am using the set.seed() function inside my tidymodels workflow.
However, I am still getting slightly differen...

Leonhard Geisler
Votes: 0
Answers: 0
Is there a sample-less cubemaps in vulkan?
In my game-engine all the static textures are bounded on an one big descriptor set(I using dynamic indexing for that), and now i also want to bind a cube-texture at orbitrary index inside this descrip...
TheAntsMaster
Votes: 0
Answers: 1
Sampling a product of 4 independent functions where two of them are constant - with emcee
I need to sample from the following function:
p = p1* p2* p3*p4
Where p1 and p2 are Gaussian functions with the same sigma but different means. But both p3 and p4 are equal to 1/(2*(pi)), both consta...
Matthew D.
Votes: 0
Answers: 0
Sampling from exponential Bernoulli
Bernoulli is a probability distribution. I need to sample from an exponential bernoulli and returns a binary value (i.e. either 0 or 1). I found this algorithm exponential bernoulli sampling
and i wan...
anbas22
Votes: 0
Answers: 1