- Hands-On Artificial Intelligence for Beginners
- Patrick D. Smith
- 95字
- 2021-06-10 19:33:50
The PyTorch graph
PyTorch seems more Pythonic because of its dynamic graph compute structure. Since Python is an interpreted language, meaning that operations are executed at runtime, PyTorch's graphing feature seeks to replicate this by allowing us to alter variables in the graph at runtime. In simpler words, PyTorch's graphs are created at the time you actually execute the code, not defined statically beforehand like in TensorFlow. Architecturally, this means that you can actually change your network architecture during training, which means PyTorch can accommodate a lot more cutting edge, dynamic architectures.
推薦閱讀
- 反饋系統:多學科視角(原書第2版)
- Hands-On Machine Learning with TensorFlow.js
- 大數據安全與隱私保護
- 機器學習流水線實戰
- 大數據技術與應用
- DevOps:Continuous Delivery,Integration,and Deployment with DevOps
- Learning Apache Apex
- 筆記本電腦電路分析與故障診斷
- C#求職寶典
- Photoshop CS4數碼照片處理入門、進階與提高
- 人工智能云平臺:原理、設計與應用
- Cisco UCS Cookbook
- 這樣用Word!
- Cloud Native Development Patterns and Best Practices
- Data Science with Python