- 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.
推薦閱讀
- Microsoft Dynamics CRM Customization Essentials
- Dreamweaver CS3+Flash CS3+Fireworks CS3創(chuàng)意網(wǎng)站構(gòu)建實(shí)例詳解
- 自動(dòng)控制工程設(shè)計(jì)入門
- Android游戲開發(fā)案例與關(guān)鍵技術(shù)
- 網(wǎng)中之我:何明升網(wǎng)絡(luò)社會(huì)論稿
- 基于神經(jīng)網(wǎng)絡(luò)的監(jiān)督和半監(jiān)督學(xué)習(xí)方法與遙感圖像智能解譯
- Dreamweaver CS6中文版多功能教材
- 液壓機(jī)智能故障診斷方法集成技術(shù)
- 計(jì)算機(jī)組成與操作系統(tǒng)
- Learning ServiceNow
- 電腦上網(wǎng)入門
- 常用傳感器技術(shù)及應(yīng)用(第2版)
- C#編程兵書
- 精通ROS機(jī)器人編程(原書第2版)
- PostgreSQL High Performance Cookbook