What are some impressive algorithms or software in the world of AI?

前端 未结 10 1973
滥情空心
滥情空心 2021-01-30 01:53

I have always loved the idea of AI and evolutionary algorithms. Unfortunately, as we all know, the field hasn\'t developed nearly as fast as expected in the early days.

10条回答
  •  不要未来只要你来
    2021-01-30 02:22

    So far the most impressive aspect of AI has been the ratio of promises to deliveries. In my opinion, the only truly viable approach to computer-based intelligence is simulated neural networks, because all of the things in the real world that we consider to be "intelligent" (humans, chimpanzees, dogs, cockroaches etc.) all possess variants of the same basic control system: a big mess of neurons hooked up to input and output devices.

    Amazingly, despite this apparent truth, the Computer Science field that calls itself "neural networks" has pretty much abandoned the attempt to simulate actual biological neurons and neuronal structures. I couldn't begin to tell you why this is the case, although I suspect it's because programmers in general do not like going outside their comfort zones and learning about topics outside of Computer Science.

    The only upside to this is that Terminator is still just a movie.

提交回复
热议问题