Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
compai [2024/10/13 22:56] – [Conclusions] pedroortega | compai [2024/10/14 14:15] (current) – [Conclusions] pedroortega | ||
---|---|---|---|
Line 82: | Line 82: | ||
===== Induction and the computational complexity classes ===== | ===== Induction and the computational complexity classes ===== | ||
- | The above results apply to the limit case when we have unlimited resources to run and invert programs. But similar results hold when take into account computational complexity. In fact, the relationship between deterministic and nondeterministic complexity classes mirrors the divide between deduction and induction. | + | The above results apply to the limit case when we have unlimited resources to run and invert programs. But similar results hold when we take into account computational complexity. In fact, the relationship between deterministic and nondeterministic complexity classes mirrors the divide between deduction and induction. |
- | The **P vs NP** problem can be thought of as a question about pattern recognition. In P, you're given an input and tasked with computing the output efficiently, like running a program. In NP, it’s the reverse: you're given a desired output and need to find the input—or " | + | The **P vs NP** problem can be thought of as a question about pattern recognition. In P, you're given an input and tasked with computing the output efficiently—in polynomial time. In NP, it’s the reverse: you're given a desired output and need to find the input—or " |
For example, with NP problems like the Boolean satisfiability problem (SAT), verifying if a given solution works is easy (in P), but **finding** that solution is hard, much like trying to reverse-engineer a program to figure out what input created a specific result. | For example, with NP problems like the Boolean satisfiability problem (SAT), verifying if a given solution works is easy (in P), but **finding** that solution is hard, much like trying to reverse-engineer a program to figure out what input created a specific result. | ||
Line 99: | Line 99: | ||
Though universal pattern recognition is incomputable, | Though universal pattern recognition is incomputable, | ||
- | **The challenge of inverting computation**: | + | **The challenge of inverting computation |
- | The **P vs NP** problem | + | The **P vs NP** problem |
**AI as a core branch of computer science**: | **AI as a core branch of computer science**: | ||
AI isn't just an engineering branch about practical problem-solving—it' | AI isn't just an engineering branch about practical problem-solving—it' |