- Python Data Science Essentials
- Alberto Boschetti Luca Massaron
- 252字
- 2021-08-13 15:19:35
TensorFlow
TensorFlow was initially developed by the Google Brain team to be used internally at Google, and was then to be released to the larger public. On November 9, 2015, it was distributed under the Apache 2.0 open source license, and since then it has become the most widespread open source software library for high-performance numerical computation (mostly used for deep learning). It is capable of computations across a variety of platforms (systems with multiple CPUs, GPUs, and TPUs), and from desktops to clusters of servers to mobile and edge devices.
In this book, we will use TensorFlow as the backend of Keras, that is, we won't use it directly, but we will need to have it running on our system:
- Website: https://tensorflow.org/
- Version at the time of print: 1.8.0
Installing TensorFlow on a CPU system is quite straightforward: just use pip install tensorflow. But if you have an NVIDIA GPU (you actually need a GPU card with CUDA Compute Capability 3.0 or higher) on your system, the requirements ramp up and you first have to install the following:
- CUDA Toolkit 9.0
- The NVIDIA drivers associated with CUDA Toolkit 9.0
- cuDNN v7.0
For each operation, you need to accomplish various steps depending on your system, as detailed on the NVIDIA website. You can find all the directions for installation depending on your system (Ubuntu, Windows, or macOS) at https://www.tensorflow.org/install/.
After having accomplished all the necessary steps, pip install tensorflow-gpu will install the TensorFlow package that's optimized for GPU computations.
- Hands-On Deep Learning with Apache Spark
- Mastering Spark for Data Science
- Linux Mint System Administrator’s Beginner's Guide
- WOW!Illustrator CS6完全自學(xué)寶典
- Cloud Analytics with Microsoft Azure
- Mastering Machine Learning Algorithms
- 計(jì)算機(jī)網(wǎng)絡(luò)技術(shù)基礎(chǔ)
- 新手學(xué)電腦快速入門
- 具比例時(shí)滯遞歸神經(jīng)網(wǎng)絡(luò)的穩(wěn)定性及其仿真與應(yīng)用
- 網(wǎng)絡(luò)服務(wù)搭建、配置與管理大全(Linux版)
- Excel 2010函數(shù)與公式速查手冊(cè)
- 寒江獨(dú)釣:Windows內(nèi)核安全編程
- Spark大數(shù)據(jù)商業(yè)實(shí)戰(zhàn)三部曲:內(nèi)核解密|商業(yè)案例|性能調(diào)優(yōu)
- 基于人工免疫原理的檢測系統(tǒng)模型及其應(yīng)用
- Mastering DynamoDB