- Hands-On Artificial Intelligence for Beginners
- Patrick D. Smith
- 91字
- 2021-06-10 19:33:50
PyTorch
PyTorch is a newer, but growing deep learning library that is based on the Torch framework used for Facebook's deep learning algorithms. Unlike TensorFlow, PyTorch is not a wrapper that compiles to an underlying language, but is written to mimic native Python. If you have had any experience with Python programming, PyTorch will feel extremely familiar to you.
PyTorch can be easily installed with:
conda install pytorch torchvision -c pytorch
Currently, PyTorch does not have a Windows distribution, which may make it out of reach for some users.
推薦閱讀
- 大數據管理系統
- Mastercam 2017數控加工自動編程經典實例(第4版)
- 計算機控制技術
- Mastering Salesforce CRM Administration
- 計算機網絡技術實訓
- 數據通信與計算機網絡
- Learning C for Arduino
- TensorFlow Reinforcement Learning Quick Start Guide
- Windows Server 2008 R2活動目錄內幕
- Linux常用命令簡明手冊
- 數據清洗
- 單片機C51應用技術
- 巧學活用Photoshop
- Network Science with Python and NetworkX Quick Start Guide
- 人工智能算法(卷2):受大自然啟發的算法