Earlier quoted context omitted.
>But it wasn't designed. It's not a computer program, where one can make confident predictions about its limitations based on the source code. It definitely is exactly that. It's not any more special than any other program that you can write. I am not totally sure that what you describe could ever exist at all. What makes this program "magic" compared to any other program exactly? There is no physical difference betw…
Another example of "evolved behavior" is here, where a robot is trained to walk, run, etc: https://mrl.snu.ac.kr/research/ProjectAgile/Agile.html This is done using neural networks. I believe a project like that can be done by a few researchers over months, not years? If you do this using "regular programming" instead, you'd have to write an insanely complex application that uses inverse kinematics etc. https://en.wi…
All programs that run on the computer have the same "power" in terms of what they can do and what can be computed using them. A program that implements a neural net is not inherently any different than a silly python script. One just does a lot more stuff and is much more interesting.