中图网(原中国图书网):网上书店,尾货特色书店,30万种特价书低至2折!

歡迎光臨中圖網 請 | 注冊
> >
精通TensorFlow 1.x

包郵 精通TensorFlow 1.x

出版社:東南大學出版社出版時間:2019-03-01
開本: 24cm 頁數: 458頁
中 圖 價:¥37.7(3.5折) 定價  ¥108.0 登錄后可看到會員價
加入購物車 收藏
開年大促, 全場包郵
?新疆、西藏除外
溫馨提示:5折以下圖書主要為出版社尾貨,大部分為全新(有塑封/無塑封),個別圖書品相8-9成新、切口
有劃線標記、光盤等附件不全詳細品相說明>>
本類五星書更多>

精通TensorFlow 1.x 版權信息

  • ISBN:9787564182922
  • 條形碼:9787564182922 ; 978-7-5641-8292-2
  • 裝幀:一般膠版紙
  • 冊數:暫無
  • 重量:暫無
  • 所屬分類:>

精通TensorFlow 1.x 本書特色

  作為一本綜合指南,《精通TensorFlow1.x(影印版 英文版)》將帶領你探究TensorFlow 1.x的高級特性。深入了解TensorFlow Core、Keras、TF Estimators、TFLearn、TF-Slim、Pretty Tensor以及Sonnet。通過TensorFlow和Keras的強大功能,利用轉移學習、生成式對抗網絡、深度強化學習等概念構建深度學習模型。在《精通TensorFlow1.x(影印版 英文版)》中,你將獲得各種數據集(如MNIST、CIFAR-10、PTB、text8、COCO-Images)的實踐經驗。你將學習到TensorFlow1.x的高級特性,例如帶有TF-Clusters的分布式TensorFlow、使用TensorFlow Serving部署生產模型、在Android和iOS平臺上為移動和嵌入式設備構建和部署TensorFlow模型。你還會看到如何在R統計軟件中調用TensorFlow和Keras API,了解在基于TensorFlow API的代碼無法按預期工作時所需的調試技術。   作為一本綜合指南,《精通TensorFlow1.x(影印版 英文版)》將帶領你探究TensorFlow 1.x的高級特性。深入了解TensorFlow Core、Keras、TF Estimators、TFLearn、TF-Slim、Pretty Tensor以及Sonnet。通過TensorFlow和Keras的強大功能,利用轉移學習、生成式對抗網絡、深度強化學習等概念構建深度學習模型。在《精通TensorFlow1.x(影印版 英文版)》中,你將獲得各種數據集(如MNIST、CIFAR-10、PTB、text8、COCO-Images)的實踐經驗。你將學習到TensorFlow1.x的高級特性,例如帶有TF-Clusters的分布式TensorFlow、使用TensorFlow Serving部署生產模型、在Android和iOS平臺上為移動和嵌入式設備構建和部署TensorFlow模型。你還會看到如何在R統計軟件中調用TensorFlow和Keras API,了解在基于TensorFlow API的代碼無法按預期工作時所需的調試技術。   作為一本綜合指南,《精通TensorFlow1.x(影印版 英文版)》將帶領你探究TensorFlow 1.x的高級特性。深入了解TensorFlow Core、Keras、TF Estimators、TFLearn、TF-Slim、Pretty Tensor以及Sonnet。通過TensorFlow和Keras的強大功能,利用轉移學習、生成式對抗網絡、深度強化學習等概念構建深度學習模型。在《精通TensorFlow1.x(影印版 英文版)》中,你將獲得各種數據集(如MNIST、CIFAR-10、PTB、text8、COCO-Images)的實踐經驗。你將學習到TensorFlow1.x的高級特性,例如帶有TF-Clusters的分布式TensorFlow、使用TensorFlow Serving部署生產模型、在Android和iOS平臺上為移動和嵌入式設備構建和部署TensorFlow模型。你還會看到如何在R統計軟件中調用TensorFlow和Keras API,了解在基于TensorFlow API的代碼無法按預期工作時所需的調試技術。

精通TensorFlow 1.x 內容簡介

作為一本綜合指南,本書將帶領你探究TensorFlow 1.x的高級特性。深入了解TensorFlow Core、Keras、TF Estimators、TFLearn、TF-Slim、Pretty Tensor以及Sonnet。通過TensorFlow和Keras的強大功能,利用轉移學習、生成式對抗網絡、深度強化學習等概念構建深度學習模型。在本書中,你將獲得各種數據集(如MNIST、CIFAR-10、PTB、text8、COCO-Images)的實踐經驗。你將學習到TensorFlow1.x的高級特性,例如帶有TF-Clusters的分布式TensorFlow、使用TensorFlow Serving部署生產模型、在Android和iOS平臺上為移動和嵌入式設備構建和部署TensorFlow模型。你還會看到如何在R統計軟件中調用TensorFlow和Keras API,了解在基于TensorFlow API的代碼無法按預期工作時所需的調試技術。

精通TensorFlow 1.x 目錄

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
Neural Network Models in Keras
Workflow for building models in Keras
Creating the Keras model
Sequential API for creating the Keras model
Functional API for creating the Keras model
Keras Layers
Keras core layers
Keras convolutional layers
Keras pooling layers
Keras locally-connected layers
Keras recurrent layers
Keras embedding layers
Keras merge layers
Keras advanced activation layers
Keras normalization layers
Keras noise layers
Adding Layers to the Keras Model
Sequential API to add layers to the Keras model
Functional API to add layers to the Keras Model
Compiling the Keras model
Training the Keras model
Predicting with the Keras model
Additional modules in Keras
Keras sequential model example for MNIST dataset
Summary

Chapter 4: Classical Machine Learning with TensorFIow
Chapter 5: Neural Networks and MLP with TensorFlow and Keras
Chapter 6: RNN with TensorFlow and Keras
Chapter 7: RNN for Time Series Data with TensorFlow and Keras
Chapter 8: RNN for Text Data with TensorFlow and Keras
Chapter 9: CNN with TensorFlow and Keras
Chapter 10: Autoencoder with TensorFlow and Keras
Chapter 11: TensorFlow Models in Production with TF Serving
Chapter 12: Transfer Learning and Pre-Trained Models
Chapter 13: Deep Reinforcement Learning
Chapter 14: Generative Adversarial Networks
Chapter 15: Distributed Models with TensorFlow Clusters
Chapter 16: TensorFlow Models on Mobile and Embedded Platforms
Chapter 17: TensorFlow and Keras in R
Chapter 18: Debuqclincl TensorFlow Models
Appendix: Tensor Processing Units
Other Books You May Enjoy
Index
展開全部
商品評論(0條)
暫無評論……
書友推薦
本類暢銷
編輯推薦
返回頂部
中圖網
在線客服
主站蜘蛛池模板: 汝成内控-行政事业单位内部控制管理服务商 | NBA直播_NBA直播免费观看直播在线_NBA直播免费高清无插件在线观看-24直播网 | 楼承板设备-楼承板成型机-免浇筑楼承板机器厂家-捡来 | 杭州代理记账多少钱-注册公司代办-公司注销流程及费用-杭州福道财务管理咨询有限公司 | 滚筒烘干机_转筒烘干机_滚筒干燥机_转筒干燥机_回转烘干机_回转干燥机-设备生产厂家 | 散热器-电子散热器-型材散热器-电源散热片-镇江新区宏图电子散热片厂家 | 政府园区专业委托招商平台_助力企业选址项目快速落地_东方龙商务集团 | 矿用履带式平板车|探水钻机|气动架柱式钻机|架柱式液压回转钻机|履带式钻机-启睿探水钻机厂家 | 焊管生产线_焊管机组_轧辊模具_焊管设备_焊管设备厂家_石家庄翔昱机械 | 琉璃瓦-琉璃瓦厂家-安徽盛阳新型建材科技有限公司 | 加热制冷恒温循环器-加热制冷循环油浴-杭州庚雨仪器有限公司 | 杭州ROHS检测仪-XRF测试仪价格-百科| 酒瓶_酒杯_玻璃瓶生产厂家_徐州明政玻璃制品有限公司 | 精密机械零件加工_CNC加工_精密加工_数控车床加工_精密机械加工_机械零部件加工厂 | 北京公司注册_代理记账_代办商标注册工商执照-企力宝 | 专业生物有机肥造粒机,粉状有机肥生产线,槽式翻堆机厂家-郑州华之强重工科技有限公司 | 铝合金风口-玻璃钢轴流风机-玻璃钢屋顶风机-德州东润空调设备有限公司 | 污水处理设备,一体化泵站,一体化净水设备-「梦之洁环保设备厂家」 | uv机-uv灯-uvled光固化机-生产厂家-蓝盾机电 | 上海盐水喷雾试验机_两厢式冷热冲击试验箱-巨怡环试 | RTO换向阀_VOC高温阀门_加热炉切断阀_双偏心软密封蝶阀_煤气蝶阀_提升阀-湖北霍科德阀门有限公司 | 苏州教学设备-化工教学设备-环境工程教学模型|同科教仪 | 搪玻璃冷凝器_厂家-越宏化工设备| 隆众资讯-首页_大宗商品资讯_价格走势_市场行情 | 照相馆预约系统,微信公众号摄影门店系统,影楼管理软件-盟百网络 | 定制/定做衬衫厂家/公司-衬衫订做/订制价格/费用-北京圣达信 | 长沙中央空调维修,中央空调清洗维保,空气能热水工程,价格,公司就找维小保-湖南维小保环保科技有限公司 | 汕头市盛大文化传播有限公司,www.11400.cc | 冷却塔风机厂家_静音冷却塔风机_冷却塔电机维修更换维修-广东特菱节能空调设备有限公司 | 济南品牌设计-济南品牌策划-即合品牌策划设计-山东即合官网 | [品牌官网]贵州遵义双宁口腔连锁_贵州遵义牙科医院哪家好_种植牙_牙齿矫正_原华美口腔 | 标准品网_标准品信息网_【中检计量】 | 氧化锆陶瓷_氧化锆陶瓷加工_氧化锆陶瓷生产厂家-康柏工业陶瓷有限公司 | 小程序开发公司_APP开发多少钱_软件开发定制_微信小程序制作_客户销售管理软件-济南小溪畅流网络科技有限公司 | 武汉画册印刷厂家-企业画册印刷-画册设计印刷制作-宣传画册印刷公司 - 武汉泽雅印刷厂 | 杭州代理记账费用-公司注销需要多久-公司变更监事_杭州福道财务管理咨询有限公司 | 上海冠顶工业设备有限公司-隧道炉,烘箱,UV固化机,涂装设备,高温炉,工业机器人生产厂家 | 压片机_高速_单冲_双层_花篮式_多功能旋转压片机-上海天九压片机厂家 | 德州网站开发定制-小程序开发制作-APP软件开发-「两山开发」 | 破碎机锤头_耐磨锤头_合金锤头-鼎成机械一站式耐磨铸件定制服务 微型驱动系统解决方案-深圳市兆威机电股份有限公司 | 仿真植物|仿真树|仿真花|假树|植物墙 - 广州天昆仿真植物有限公司 |