精通TensorFlow1.x pdf下载pdf下载

精通TensorFlow1.x百度网盘pdf下载

作者:
简介:本篇提供书籍《精通TensorFlow1.x》百度网盘pdf下载
出版社:博库网旗舰店
出版时间:2019-03
pdf下载价格:0.00¥

免费下载


书籍下载


内容介绍

基本信息

  • 商品名称:精通TensorFlow1.x(影印版)(英文版)
  • 作者:(美)阿曼多·范丹戈
  • 定价:108
  • 出版社:东南大学
  • ISBN号:9787564182922

其他参考信息(以实物为准)

  • 出版时间:2019-03-01
  • 印刷时间:2019-03-01
  • 版次:1
  • 印次:1
  • 开本:16开
  • 包装:平装
  • 页数:458
  • 字数:583千字

目录

Preface
Chapter 1: TensorFlow 101
What is TensorFIow?
TensorFlow core
Code warm-up - Hello TensorFIow
Tensors
Constants
Operations
Placeholders
Creating tensors from Python objects
Variables
Tensors generated from library functions
Populating tensor elements with the same values
Populating tensor elements with sequences
Populating tensor elements with a random distribution
Getting Variables with tf.get_variable()
Data flow graph or computation graph
Order of execution and lazy loading
Executing graphs across compute devices - CPU and GPGPU
Placing graph nodes on specific compute devices
Simple placement
Dynamic placement
Soft placement
GPU memory handling
Multiple graphs
TensorBoard
A TensorBoard minimal example
TensorBoard details
Summary
Chapter 2: High-Level Libraries for TensorFlow
TF Estimator - previously TF Learn
TF Slim
TFLearn
Creating the TFLearn Layers
TFLearn core layers
TFLearn convolutional layers
TFLearn recurrent layers
TFLearn normalization layers
TFLearn embedding layers
TFLearn merge layers
TFLearn estimator layers
Creating the TFLearn Model
Types of TFLearn models
Training the TFLearn Model
Using the TFLearn Model
PrettyTensor
Sonnet
Summary
Chapter 3: Keras 101
Installing Keras