- PyTorch 1.x Reinforcement Learning Cookbook
- Yuxi (Hayden) Liu
- 104字
- 2021-06-24 12:34:40
Reviewing the fundamentals of PyTorch
As we’ve already mentioned, PyTorch is the numerical computation library we use to implement reinforcement learning algorithms in this book.
PyTorch is a trendy scientific computing and machine learning (including deep learning) library developed by Facebook. Tensor is the core data structure in PyTorch, which is similar to NumPy's ndarrays. PyTorch and NumPy are comparable in scientific computing. However, PyTorch is faster than NumPy in array operations and array traversing. This is mainly due to the fact that array element access is faster in PyTorch. Hence, more and more people believe PyTorch will replace NumPy.
推薦閱讀
- Introduction to DevOps with Kubernetes
- ServiceNow Cookbook
- Photoshop CS3圖像處理融會貫通
- 精通特征工程
- CompTIA Network+ Certification Guide
- 現代傳感技術
- 基于32位ColdFire構建嵌入式系統
- 西門子變頻器技術入門及實踐
- 精通數據科學:從線性回歸到深度學習
- 精通LabVIEW程序設計
- 在實戰中成長:C++開發之路
- HBase Essentials
- Dreamweaver+Photoshop+Flash+Fireworks網站建設與網頁設計完全實用
- Eclipse RCP應用系統開發方法與實戰
- Qt中的C++技術