Viewing profile — through_17
through_17
HN member- Joined
- Tue, Jul 17, 2018, 5:55 PM UTC
- HN karma
- 34
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About through_17
No profile information was provided.
Recent public activity
-
comment
Comment #33850747
Tension between machine learning and cryptography has been studied since at least the late 80's. Example classical result: Kearns and Valiant, "Cryptographic Limitations on Learnin…
-
comment
Comment #19354060
"I can’t conceive of any sense in which songs or finger movements aren’t retrieved by the brain." And that's the issue, isn't it? I think he's using "retrieve" to mean something mu…
-
comment
Comment #19267807
Yeah, a lot of the work on average-case SAT is directly informed by what industrial benchmarks look like. Further from "core complexity," a lot of the work on machine learning prim…
-
comment
Comment #19267497
Let me clarify: average-case does not just mean "over the uniform distribution", though that is of course one distribution of inputs we can study (mostly with applications to crypt…
-
comment
Comment #19266728
"the particular work" he is referencing is computational complexity theory; a long-running attempt to mathematically characterize which problems can be efficiently solved with comp…
-
comment
Comment #17555564
One reason is that a generic derandomization of BPP would derandomize polynomial identity testing (PIT), an important problem mentioned in the article. Even a very weak derandomiza…
-
comment
Comment #17554380
Your sketch is correct, but what you're describing is not derandomization. It is "accuracy amplification" by repeating the test. Each round of the test uses more random bits, right…
-
comment
Comment #17553750
Yes, the article is being a little vague with quantifiers. Let L be a language. L is in BPP if there exist a probabilistic, polynomial time TM such that: For every input x in L, M …
-
comment
Comment #17552057
Work on determining the relationships between complexity classes is mostly theoretical. I've outlined some of the frontier of this work regarding BPP in another comment. There are …
-
comment
Comment #17551962
The article lists what we'd like to know, but the research frontiers for each class are also interesting. In each case, how far are we from our objectives? I'll sketch a little bit…