- 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__)"
推薦閱讀
- 計算機(jī)圖形學(xué)
- 錯覺:AI 如何通過數(shù)據(jù)挖掘誤導(dǎo)我們
- Drupal 7 Multilingual Sites
- 可編程控制器技術(shù)應(yīng)用(西門子S7系列)
- 完全掌握AutoCAD 2008中文版:機(jī)械篇
- 大學(xué)C/C++語言程序設(shè)計基礎(chǔ)
- 傳感器與新聞
- 水下無線傳感器網(wǎng)絡(luò)的通信與決策技術(shù)
- Linux內(nèi)核精析
- 會聲會影X4中文版從入門到精通
- 數(shù)據(jù)清洗
- Generative Adversarial Networks Projects
- 巧學(xué)活用Linux
- INSTANT R Starter
- Proteus從入門到精通100例