ibab
No user record in our sample, but ibab has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but ibab has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Yes, you are right to point this out. There are some important details that are still being debated. Personally my impression is that the debate has advanced enough to the point where MWI can’t be outright dismissed…
In the Everett/Many Worlds interpretation the appearance of randomness can be explained as an emergent phenomenon resulting from not being able to predict which part of the wave function we will end up in before running…
It has stax, which is a minimal example of how to build a high level library: https://github.com/google/jax/blob/master/jax/experimental/s... It seems that the JAX developers are focusing their time on making the core…
I really like JAX as well: https://github.com/google/jax. It's younger than PyTorch and TF, but feels cleaner and more expressive. It has a very nice autodiff implementation (based on https://github.com/HIPS/autograd)…
Do you also write your own automatic differentiation tools? Using libraries like TF and PyTorch makes sense if you use neural networks because they provide automatic differentiation (who wants to write out their…
I don't think that the GP is advocating that we motivate students to study linear algebra by telling them it will make them rich. They were merely saying that this is a nice way to grab student's attention. I really…
I can recommend the drive command line tool: https://github.com/odeke-em/drive It's also written in Go, but is different from gdrive and skicka in that it has a push/pull workflow that feels similar to using a VCS like…
Looks like this is a rebranding of the existing Vector app. Here's the blog post from the creators: https://medium.com/@RiotChat/lets-riot-f5b0aa99dc8e#.3toozs7...
That's a good point, but I suspect that a lot of serious gotchas that a data scientist might encounter in the wild are not taught as part of a graduate-level statistics course. Being able to think critically and quickly…
Why should not having a BS in statistics prevent anyone from properly learning and applying statistics in a rigorous scientific fashion? There are a lot of people with a rigorous mathematical background (mathematicians,…
Great question! There is more to it than you can see in the animation. Because this is a quantum mechanical problem, it's not enough to take into account a single given field configuration at a given point in time, but…
This is a good question! It's different because if you pass quantum entangled information to the other person, you will be able to cooperate more effectively with them on certain games using that information. It's…
You have to take into account that quantum processes are governed by a kind of "randomness" that is different from the one in stochastic processes. Scott Aaronson explains the basics of quantum mechanics very succinctly…
XMonad has been my window manager of choice for years now. I especially like that the code is short and easy to understand, so you can easily modify it (or write an extension) if you want. If you don't have previous…