- Building Machine Learning Systems with Python
- Luis Pedro Coelho Willi Richert Matthieu Brucher
- 161字
- 2021-07-23 17:11:15
Installing Python
Luckily, for all major operating systems—that is, Windows, Mac, and Linux—there are targeted installers for NumPy, SciPy, Matplotlib, and TensorFlow. If you are unsure about the installation process, you might want to install the Anaconda Python distribution (which you can access at https://www.anaconda.com/download), which is maintained and developed by Travis Oliphant, a founding contributor of SciPy. Luckily, Anaconda is already fully compatible with Python 3—the Python version we will be using throughout this book.
The main Anaconda channel comes with three flavors of TensorFlow (use the Intel channel at your own risk, that is an older version of TensorFlow). The main flavor, tensorflow, is compiled for all platforms and runs on the CPU. If you have a Haswell CPU or a more recent Intel one, you can use the tensorflow-mkl package. Finally, if you have an Nvidia GPU wit h a compute capability of 3.0 or higher, you can use tensorflow-gpu .
推薦閱讀
- ATmega16單片機項目驅動教程
- 網絡服務器配置與管理(第3版)
- 電腦常見問題與故障排除
- 硬件產品經理成長手記(全彩)
- 數字邏輯(第3版)
- 平衡掌控者:游戲數值經濟設計
- Svelte 3 Up and Running
- The Deep Learning with Keras Workshop
- Large Scale Machine Learning with Python
- 面向對象分析與設計(第3版)(修訂版)
- 超大流量分布式系統架構解決方案:人人都是架構師2.0
- Source SDK Game Development Essentials
- Intel Edison智能硬件開發指南:基于Yocto Project
- RISC-V處理器與片上系統設計:基于FPGA與云平臺的實驗教程
- Mastering Machine Learning on AWS