Vertaile menetelmiä
Tarkastele valitsemiasi menetelmiä rinnakkain; eroavat rivit korostetaan.
| Syvä vahvistusoppiminen× | Random Forest× | |
|---|---|---|
| Tieteenala≠ | Syväoppiminen | Koneoppiminen |
| Menetelmäperhe | Machine learning | Machine learning |
| Syntyvuosi≠ | 2015 | 2001 |
| Kehittäjä≠ | Mnih, V. et al. (DQN) | Breiman, L. |
| Tyyppi≠ | Sequential decision-making (agent–environment interaction) | Ensemble (bagging of decision trees) |
| Alkuperäislähde≠ | Mnih, V. et al. (2015). Human-Level Control through Deep Reinforcement Learning. Nature, 518, 529–533. DOI ↗ | Breiman, L. (2001). Random Forests. Machine Learning, 45, 5–32. DOI ↗ |
| Rinnakkaisnimet≠ | Derin Pekiştirmeli Öğrenme (DQN / PPO / A3C), derin pekiştirmeli öğrenme, deep RL, DRL | Rastgele Orman (Random Forest), rastgele orman, random decision forest, bagged tree ensemble |
| Liittyvät | 4 | 4 |
| Tiivistelmä≠ | Deep Reinforcement Learning combines neural networks with reinforcement learning so an agent learns by interacting with an environment, popularised by Mnih and colleagues' 2015 Nature work on human-level Atari control. Instead of learning from a fixed labelled dataset, the agent takes actions, observes rewards, and gradually shapes a policy that maximises long-run return. | Random Forest is an ensemble learning method, introduced by Leo Breiman in 2001, that grows many decision trees on bootstrap samples of the data and combines their votes to produce strong classification and regression. By pooling many slightly different trees, it produces more accurate and more stable predictions than any single tree. |
| ScholarGateAineisto ↗ |
|
|