- 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.
推薦閱讀
- 圖解PLC控制系統梯形圖和語句表
- Learning Apache Cassandra(Second Edition)
- 嵌入式Linux上的C語言編程實踐
- ROS機器人編程與SLAM算法解析指南
- 樂高創意機器人教程(中級 下冊 10~16歲) (青少年iCAN+創新創意實踐指導叢書)
- 數據挖掘方法及天體光譜挖掘技術
- Learning C for Arduino
- 新編計算機組裝與維修
- LAMP網站開發黃金組合Linux+Apache+MySQL+PHP
- 電腦日常使用與維護322問
- AMK伺服控制系統原理及應用
- 筆記本電腦使用與維護
- Microsoft System Center Data Protection Manager Cookbook
- 教育創新與創新人才:信息技術人才培養改革之路(四)
- Keras Reinforcement Learning Projects