Viewing profile — ibab
ibab
HN member- Joined
- Fri, Dec 12, 2014, 10:28 PM UTC
- HN karma
- 83
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About ibab
No profile information was provided.
Recent public activity
-
comment
Comment #25644004
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 wh…
-
comment
Comment #25643781
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 fu…
-
comment
Comment #21242282
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 f…
-
comment
Comment #21240333
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 (base…
-
comment
Comment #21240271
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 differentiatio…
-
comment
Comment #16093441
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…
-
comment
Comment #12791066
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 …
-
comment
Comment #12532037
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...
-
comment
Comment #12244622
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. Bei…
-
comment
Comment #12243946
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 m…
-
comment
Comment #12048951
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 confi…
-
comment
Comment #10431463
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 g…
-
comment
Comment #9364470
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 basi…
-
comment
Comment #9333197
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 y…