- Practical Computer Vision
- Abhinav Dadhich
- 119字
- 2021-06-30 18:54:45
TensorFlow for deep learning
TensorFlow is one of the popular deep learning libraries available and has APIs for Python, C++, Java, and so on. In this book, we will use the Python API 1.4.0. Explaining TensorFlow in detail is beyond the scope of this book; the official documentation is a better starting place to get acquainted with it.
In order to install, we will use the pip based method, as follows:
pip install tensorflow=1.4.0
If there is GPU available with CUDA and cuDNN:
pip install tensorflow-gpu=1.4.0
For more information on TensorFlow and its use, please follow the tutorials here:
https://www.tensorflow.org/get_started/get_started.
Once installed, TensorFlow version can be checked by running:
python -c "import tensorflow as tf;print(tf.__version__)"
推薦閱讀
- Internet接入·網絡安全
- Splunk 7 Essentials(Third Edition)
- Project 2007項目管理實用詳解
- Canvas LMS Course Design
- Circos Data Visualization How-to
- 輕松學PHP
- 走入IBM小型機世界
- Getting Started with Oracle SOA B2B Integration:A Hands-On Tutorial
- Excel 2007技巧大全
- Dreamweaver CS6精彩網頁制作與網站建設
- 格蠹匯編
- 嵌入式GUI開發設計
- Mastering Ceph
- 會聲會影X4中文版從入門到精通
- Photoshop CS4數碼照片處理入門、進階與提高