Viewing a single comment thread. View all comments

allessior t1_j9zayzs wrote

What is AI?

I hate to spoil the fun, but AI is sophisticated computer programming. Advanced learning and deep learning algorithms essentially are either interpreted or compiled then executed like any other software. Instructions are fetched from memory or cache, executed by various types of processing units sequentially or in parallel depending on the hardware architecture, and then you see some kind of output, which is either execution of a robotic arm, leg, or other body part, painting of graphics through other advanced processors, or just something else depending on the designer’s wishes. Distributed Neural Nets are basically groups of machines with data structures and algorithms mimicking brain architectures.

Bottom line, it all boils down to memory, CPUs, graphics processors, specialized ASICs, FPGAs, and sophisticated software that passes the “Turing Test”.

“AI” remains a marketing term and will be forever more, so please, the hype is nauseating.

2