Earlier quoted context omitted.
and fees for publishing. i.e. Why should people have to pay to view the results of what is often publicly funded research? Even more so why should researchers have to pay to publish work that the publishers profit off of but the researchers don't.
Because being a peer reviewer shouldn’t be done for free? Do you like being paid to work? Because Nature has established themselves as a premier journal over the the past 150 years and are known for their quality? Or maybe I’m just taking crazy pills..
Machine learning leads mathematicians to unsolvable problem
51–60 of 98 posts
Re: Machine learning leads mathematicians to unsolvable problem
#52Not completely on the subject, but I had to read the first sentence 5 times, before I was able to understand its meaning. Then I realized it was too long, so modified it to following version. Is it better or worse? "A team of researchers has stumbled on a question that is mathematically unanswerable. It is linked to logical paradoxes, that were discovered by Austrian mathematician Kurt Gödel in the 1930s and it can’t…
Yeah, it’s a bit better. Not sure how much, maybe more for non native speakers?
Re: Machine learning leads mathematicians to unsolvable problem
#53Earlier quoted context omitted.
and fees for publishing. i.e. Why should people have to pay to view the results of what is often publicly funded research? Even more so why should researchers have to pay to publish work that the publishers profit off of but the researchers don't.
Because being a peer reviewer shouldn’t be done for free? Do you like being paid to work? Because Nature has established themselves as a premier journal over the the past 150 years and are known for their quality? Or maybe I’m just taking crazy pills..
You are. Where did you ever get the idea that nature pays for reviews?
Re: Machine learning leads mathematicians to unsolvable problem
#54Earlier quoted context omitted.
I mean, haven't the authors shown that the problem is "worse" than NP-hard? They have shown it to be undecidable?
How is worse than NP-hard named in the field? NP-impossible? Disclaimer: I'm really noob, not asking it sarcastically.
Re: Machine learning leads mathematicians to unsolvable problem
#55One doesn't need to go back to Gödel for this to make it a "huh" moment. Instead, go back to 2006 to make it a "duh" moment. Aggregability is NP-Hard: https://www.google.com/url?sa=t&source=web&rct=j&url=http://... That is, even for linear systems, determining whether or not macrovariables (e.g. complete eigenvector sets, complete embeddings) exist for a given space is an NP-Hard problem. With linear systems serving…
An undecideable solution cannot be proven true.
Re: Machine learning leads mathematicians to unsolvable problem
#56One doesn't need to go back to Gödel for this to make it a "huh" moment. Instead, go back to 2006 to make it a "duh" moment. Aggregability is NP-Hard: https://www.google.com/url?sa=t&source=web&rct=j&url=http://... That is, even for linear systems, determining whether or not macrovariables (e.g. complete eigenvector sets, complete embeddings) exist for a given space is an NP-Hard problem. With linear systems serving…
NP-hard and undecidability are completely different things. They’re barely on the same planet.
Re: Machine learning leads mathematicians to unsolvable problem
#57Earlier quoted context omitted.
NP-hard and undecidability are completely different things. They’re barely on the same planet.
I would argue that for practitioners it is the same planet. But I agree that they are not the same thing.
or, given enough effort / luck / redefining the problem, sometimes extra structure can be found for the particular problem instances that you want to solve, meaning that they actually belong to an easier problem class that can be solved in practise -- e.g. you've got extra information or constraints that you're not actually using, so you don't need to solve the NP-hard problem in general, just solve the specific problem you've got.
i'll willing to change my position if someone can argue it is similar for undecidable problems.
Re: Machine learning leads mathematicians to unsolvable problem
#58Earlier quoted context omitted.
How is worse than NP-hard named in the field? NP-impossible? Disclaimer: I'm really noob, not asking it sarcastically.
Undecidable means there is no logical way to have an answer. Turing’s halting problem is one such.
It's just impossible to write a general-purpose algorithm to solve it in all cases.
Re: Machine learning leads mathematicians to unsolvable problem
#59Earlier quoted context omitted.
I would argue that for practitioners it is the same planet. But I agree that they are not the same thing.
disagree, some small size NP-hard problems can be solved in practise. or, given enough effort / luck / redefining the problem, sometimes extra structure can be found for the particular problem instances that you want to solve, meaning that they actually belong to an easier problem class that can be solved in practise -- e.g. you've got extra information or constraints that you're not actually using, so you don't need…
I guess the parent meant something like this.
Of course the concepts are totally dissimilar but the practical consequences are less apart.
Re: Machine learning leads mathematicians to unsolvable problem
#60One doesn't need to go back to Gödel for this to make it a "huh" moment. Instead, go back to 2006 to make it a "duh" moment. Aggregability is NP-Hard: https://www.google.com/url?sa=t&source=web&rct=j&url=http://... That is, even for linear systems, determining whether or not macrovariables (e.g. complete eigenvector sets, complete embeddings) exist for a given space is an NP-Hard problem. With linear systems serving…
An NP-hard problem is still possible to be solved. Impractical but possible. An undecideable solution cannot be proven true.