






























Human learning | Machine learning |
Someone shows you examples of what are cats and dogs. | Supervised learning: learn from examples paired with the correct answer. |
Without being taught their names, you notice that birds seem to form different groups. | Unsupervised learning: discover patterns or groups in unlabeled data. |
You notice that coffee after 4 p.m. harms your sleep, so you stop drinking it. | Reinforcement learning: learn which actions work through their consequences. |
Knowing tennis helps you learn padel or badminton faster. | Transfer learning: reuse knowledge learned for one task on a related task. |
You hide a word in a sentence and try to reconstruct it from context. | Self-supervised learning: create the learning task from the data itself. |











































































Model` | Training | Inference |
RNN | Sequential | Sequential |
Transformer | Parallel | Sequential |









