Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| de:modul:m245:learningunits:lu02:theorie:01 [2025/12/18 15:34] – vdemir | de:modul:m245:learningunits:lu02:theorie:01 [2025/12/20 12:20] (aktuell) – vdemir | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ====== | + | ====== |
| ===== What is Machine Learning? ===== | ===== What is Machine Learning? ===== | ||
| The **father of Machine Learning Arthur Lee Samuel** in 50s defined Machine Learning like this: <wrap hi> | The **father of Machine Learning Arthur Lee Samuel** in 50s defined Machine Learning like this: <wrap hi> | ||
| + | |||
| + | |||
| + | {{: | ||
| Arthur Lee Samuel was an American pioneer in the field of artificial intelligence and computer gaming. Samuel worked for IBM for many years and is credited with creating the first computer program designed to play a game, specifically checkers. He developed the program in the early 1950s, and it was based on a technique called //machine learning//, where the computer was programmed to learn from its own experience and improve its performance over time. | Arthur Lee Samuel was an American pioneer in the field of artificial intelligence and computer gaming. Samuel worked for IBM for many years and is credited with creating the first computer program designed to play a game, specifically checkers. He developed the program in the early 1950s, and it was based on a technique called //machine learning//, where the computer was programmed to learn from its own experience and improve its performance over time. | ||
| Zeile 18: | Zeile 21: | ||
| * **T = Task**: The task of playing checkers | * **T = Task**: The task of playing checkers | ||
| * **P = Probability**: | * **P = Probability**: | ||
| + | |||
| + | ===== 2 Types of Machine Learning Algorithms ===== | ||
| + | There are basically three types of algorithms regarding Machine Learning | ||
| + | |||
| + | * **Supervised Learning** (focus within the course m245) | ||
| + | * Unsupervised Learning | ||
| + | * Reinforcement Learning | ||
| + | |||
| + | {{: | ||