11
this post was submitted on 26 Oct 2024
11 points (100.0% liked)
AI
4197 readers
1 users here now
Artificial intelligence (AI) is intelligence demonstrated by machines, unlike the natural intelligence displayed by humans and animals, which involves consciousness and emotionality. The distinction between the former and the latter categories is often revealed by the acronym chosen.
founded 3 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
AI does work like that.
With (variational) auto-encoders, it's very explicit.
With shallow convolutional neural networks, it's fun to visualize the trained kernel weights, as they often return an abstract, to me dreamlike, representations of the thing being trained for. Although derived through a different method, search for "eigenfaces" as an example of what I mean.
In the recent hype model architecture, attention and transformers, the encoded state can be thought of as a compressed version of it's input. But human interpretation of those values is challenging.