方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 深度强化学习× | 神经架构搜索× | |
|---|---|---|
| 领域 | 深度学习 | 深度学习 |
| 方法族 | Machine learning | Machine learning |
| 起源年份≠ | 2015 | 2017 |
| 提出者≠ | Mnih, V. et al. (DQN) | Zoph, B. & Le, Q.V. |
| 类型≠ | Sequential decision-making (agent–environment interaction) | Automated architecture optimization (deep learning) |
| 开创性文献≠ | Mnih, V. et al. (2015). Human-Level Control through Deep Reinforcement Learning. Nature, 518, 529–533. DOI ↗ | Zoph, B. & Le, Q.V. (2017). Neural Architecture Search with Reinforcement Learning. ICLR. link ↗ |
| 别名≠ | Derin Pekiştirmeli Öğrenme (DQN / PPO / A3C), derin pekiştirmeli öğrenme, deep RL, DRL | Nöral Mimari Arama (NAS), NAS, automated architecture design, differentiable architecture search |
| 相关≠ | 4 | 5 |
| 摘要≠ | 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. | Neural Architecture Search (NAS), introduced by Zoph and Le in 2017, automatically optimizes architectural decisions such as a network's depth, width, and connection structure instead of hand-designing them. Leading methods in the field include DARTS, ENAS, and Once-for-All. |
| ScholarGate数据集 ↗ |
|
|