Readit News logoReadit News
joker3 commented on Whole Foods Founder: ‘The Whole World Is Getting Fat’   nytimes.com/2020/09/24/bu... · Posted by u/Reedx
joker3 · 5 years ago
Except Mama Cass.
joker3 commented on Array Programming with NumPy   nature.com/articles/s4158... · Posted by u/headalgorithm
joker3 · 5 years ago
Finally I can take NumPy seriously now that it's been published.
joker3 commented on Probability Models for Customer-Base Analysis (2013) [pdf]   brucehardie.com/talks/ho_... · Posted by u/tacon
brian_spiering · 6 years ago
Is there an updated version? It would be nice to see the same rigour applied to SaaS.
joker3 · 6 years ago
Peter and his former student Dan McCarthy have done a lot of work on CLV calculations.
joker3 commented on Kernighan's Law: You are not smart enough to debug it   github.com/dwmkerr/hacker... · Posted by u/dwmkerr
joker3 · 6 years ago
The output of a machine learning algorithm is code that no one was clever enough to write. In light of Kernighan's law, that should give you pause.
joker3 commented on The US relaxed its meat safety rules at the wrong time   qz.com/1790253/the-usda-i... · Posted by u/laurex
joker3 · 6 years ago
Is there ever a right time to relax meat safety rules?
joker3 commented on MIP*=Re   arxiv.org/abs/2001.04383... · Posted by u/soohyung
yifanlu · 6 years ago
It’s a highly technical problem that doesn’t have much practical use. Essentially it says that a weak (polynomial time) classical computer (called the “verifier”) with the ability to query (polynomial number of times) a small number of all-powerful computers (called the “provers”) with unknown/unbounded computing power is able to be convinced that the prover is indeed all powerful (convinces the verifier that it knows the answer to some problem that is known to be difficult). These specific provers can not communicate with each other (collude) but can share some entangled bits (the quantum part). The result here is (basically) that the verifier can be convinced that the prover knows the answer to the halting problem.

The result is more interesting with some context though. One of the biggest discoveries of the 21st century is that PSPACE=IP. That’s where a single all powerful prover can convince a weak verifier of any solution in PSPACE (an extension of P that we believe to be more powerful than P). Then more recently we found MIP=NEXP which is a bunch of classic all powerful provers (with no collusion) can convince a single weak verifier of any problem in NEXP (which is like NP but with much larger proof sizes, thought to be more powerful than NP). The surprising fact is that multiple all-powerful provers can convince a verifier of harder problems. Intuitively this doesn’t make sense because we know each provers are all powerful and are permitted to do anything, even physically impossible tasks, so the fact that a single prover cannot convince a verifier of any problems harder than PSPACE is surprising. More surprising is that multiple all powerful provers can somehow prove harder problems when it feels like we’re not adding any extra power (they’re already “all powerful”).

So in that context we find the also surprising fact that if we weaken the “no collusion” requirement to “only quantum entanglement” and suddenly they can solve the halting problem (but still no more!).

This line of proving both upper and lower bounds about complexity classes is exactly what we want to see in the P vs NP world (which is in many ways less “powerful” of classes but more “practical”). But we don’t even know if P ?= NEXP.

joker3 · 6 years ago
NEXP is nondeterministic exponential time, right? In that case we know that P /= EXPTIME by the time hierarchy theorem and EXPTIME is contained in NEXP. We also have a direct result that NP /= NEXP (reference given in https://complexityzoo.uwaterloo.ca/Complexity_Zoo:N#nexp).

u/joker3

KarmaCake day966March 17, 2018View Original