Suche
What is Artificial Intelligence? – From Rules to Learning Machines
ure>
For a long time, people tried to make “smart” programs by writing many fixed rules: if an email contains the word “free,” mark it as spam; if a chess position looks like this, play that move. This approach, often called rule-based or symbolic AI, works in simple situations but breaks down when the world becomes messy. Modern AI usually takes a different route: we collect lots of examples paired with correct answers and let the computer learn how to map inputs to outputs. The result of this learning is a model—a mathematical recipe with adjustable knobs called parameters. During training, the model tunes these parameters so that its outputs match the examples we provided. When the task is complex—recognizing objects in photos, understanding sentences, or translating languages—we often use neural networks, which are stacks of simple computations arranged in layers. Each layer detects increasingly useful features: edges in an image, then shapes, then whole objects; or characters, then words, then meanings in a sentence. Words and images must be turned into numbers first, so we encode them as vectors—lists of numbers that capture useful properties like similarity. In the end, AI is a tool that finds patterns in data and uses those patterns to make decisions on new, unseen cases. It isn’t thinking like a person, but with enough good examples and careful training, it can perform many tasks surprisingly well.
Kommentare
Einen Kommentar schreiben