Tensorflow in Action
暫譯: 《TensorFlow 實戰》

Ganegedara, Thushan

  • 出版商: Manning
  • 出版日期: 2022-10-03
  • 售價: $2,450
  • 貴賓價: 9.5$2,328
  • 語言: 英文
  • 頁數: 680
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1617298344
  • ISBN-13: 9781617298349
  • 相關分類: DeepLearningTensorFlow
  • 立即出貨 (庫存 < 4)

買這商品的人也買了...

相關主題

商品描述

Unlock the TensorFlow design secrets behind successful deep learning applications! Deep learning StackOverflow contributor Thushan Ganegedara teaches you the new features of TensorFlow 2 in this hands-on guide.

In TensorFlow in Action you will learn:

Fundamentals of TensorFlow
Implementing deep learning networks
Picking a high-level Keras API for model building with confidence
Writing comprehensive end-to-end data pipelines
Building models for computer vision and natural language processing
Utilizing pretrained NLP models
Recent algorithms including transformers, attention models, and ElMo

In TensorFlow in Action, you'll dig into the newest version of Google's amazing TensorFlow framework as you learn to create incredible deep learning applications. Author Thushan Ganegedara uses quirky stories, practical examples, and behind-the-scenes explanations to demystify concepts otherwise trapped in dense academic papers. As you dive into modern deep learning techniques like transformer and attention models, you'll benefit from the unique insights of a top StackOverflow contributor for deep learning and NLP.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the technology
Google's TensorFlow framework sits at the heart of modern deep learning. Boasting practical features like multi-GPU support, network data visualization, and easy production pipelines using TensorFlow Extended (TFX), TensorFlow provides the most efficient path to professional AI applications. And the Keras library, fully integrated into TensorFlow 2, makes it a snap to build and train even complex models for vision, language, and more.

About the book
TensorFlow in Action teaches you to construct, train, and deploy deep learning models using TensorFlow 2. In this practical tutorial, you'll build reusable skill hands-on as you create production-ready applications such as a French-to-English translator and a neural network that can write fiction. You'll appreciate the in-depth explanations that go from DL basics to advanced applications in NLP, image processing, and MLOps, complete with important details that you'll return to reference over and over.

What's inside

Covers TensorFlow 2.9
Recent algorithms including transformers, attention models, and ElMo
Build on pretrained models
Writing end-to-end data pipelines with TFX

About the reader
For Python programmers with basic deep learning skills.

About the author
Thushan Ganegedara is a senior ML engineer at Canva and TensorFlow expert. He holds a PhD in machine learning from the University of Sydney.

Table of Contents
PART 1 FOUNDATIONS OF TENSORFLOW 2 AND DEEP LEARNING
1 The amazing world of TensorFlow
2 TensorFlow 2
3 Keras and data retrieval in TensorFlow 2
4 Dipping toes in deep learning
5 State-of-the-art in deep learning: Transformers
PART 2 LOOK MA, NO HANDS! DEEP NETWORKS IN THE REAL WORLD
6 Teaching machines to see: Image classification with CNNs
7 Teaching machines to see better: Improving CNNs and making them confess
8 Telling things apart: Image segmentation
9 Natural language processing with TensorFlow: Sentiment analysis
10 Natural language processing with TensorFlow: Language modeling
PART 3 ADVANCED DEEP NETWORKS FOR COMPLEX PROBLEMS
11 Sequence-to-sequence learning: Part 1
12 Sequence-to-sequence learning: Part 2
13 Transformers
14 TensorBoard: Big brother of TensorFlow
15 TFX: MLOps and deploying models with TensorFlow

商品描述(中文翻譯)

揭開成功深度學習應用背後的 TensorFlow 設計秘密!深度學習 StackOverflow 貢獻者 Thushan Ganegedara 在這本實用指南中教你 TensorFlow 2 的新功能。

TensorFlow in Action 中,你將學習:

TensorFlow 基礎
實作深度學習網路
自信地選擇高階 Keras API 進行模型建構
撰寫全面的端到端數據管道
建立計算機視覺和自然語言處理的模型
利用預訓練的 NLP 模型
最近的演算法,包括 transformers、注意力模型和 ElMo

TensorFlow in Action 中,你將深入了解 Google 令人驚嘆的 TensorFlow 框架的最新版本,學習如何創建令人難以置信的深度學習應用。作者 Thushan Ganegedara 使用有趣的故事、實用的範例和幕後解釋,將那些困在密集學術論文中的概念變得易於理解。當你深入現代深度學習技術,如 transformer 和注意力模型時,你將受益於一位頂尖 StackOverflow 貢獻者在深度學習和 NLP 領域的獨特見解。

購買印刷版書籍可獲得 Manning Publications 提供的免費 PDF、Kindle 和 ePub 格式電子書。

關於技術
Google 的 TensorFlow 框架是現代深度學習的核心。擁有多 GPU 支援、網路數據可視化和使用 TensorFlow Extended (TFX) 的簡易生產管道等實用功能,TensorFlow 提供了通往專業 AI 應用的最有效途徑。而 Keras 庫完全整合於 TensorFlow 2 中,使得構建和訓練即使是複雜模型的過程變得輕而易舉,無論是視覺、語言等應用。

關於本書
TensorFlow in Action 教你如何使用 TensorFlow 2 構建、訓練和部署深度學習模型。在這本實用教程中,你將動手建立可重用的技能,創建生產就緒的應用,例如法語到英語的翻譯器和能夠創作小說的神經網路。你將欣賞從深度學習基礎到 NLP、影像處理和 MLOps 的進階應用的深入解釋,並包含重要細節,讓你可以反覆參考。

內容概覽

涵蓋 TensorFlow 2.9
最近的演算法,包括 transformers、注意力模型和 ElMo
基於預訓練模型的建構
使用 TFX 撰寫端到端數據管道

讀者對象
適合具備基本深度學習技能的 Python 程式設計師。

作者介紹
Thushan Ganegedara 是 Canva 的資深機器學習工程師及 TensorFlow 專家。他擁有悉尼大學的機器學習博士學位。

目錄
第一部分 TensorFlow 2 和深度學習的基礎
1 TensorFlow 的奇妙世界
2 TensorFlow 2
3 Keras 和 TensorFlow 2 中的數據檢索
4 深度學習的初步探索
5 深度學習的最前沿:Transformers
第二部分 看!沒有手!現實世界中的深度網路
6 教機器看:使用 CNN 的影像分類
7 教機器看得更好:改善 CNN 並讓它們坦白
8 分辨事物:影像分割
9 使用 TensorFlow 的自然語言處理:情感分析
10 使用 TensorFlow 的自然語言處理:語言建模
第三部分 解決複雜問題的進階深度網路
11 序列到序列學習:第一部分
12 序列到序列學習:第二部分
13 Transformers
14 TensorBoard:TensorFlow 的大哥
15 TFX:MLOps 和使用 TensorFlow 部署模型

作者簡介

Thushan Ganegedara is a data scientist with QBE. He holds a PhD in machine learning from the University of Sydney and he has worked with TensorFlow for almost 5 years. Thushan is also one of the most active answer providers for TensorFlow and TensorFlow2.0 tags on Stackoverflow, a DataCamp instructor, and has authored a book and video course on NLP with TensorFlow.

作者簡介(中文翻譯)

Thushan Ganegedara 是 QBE 的數據科學家。他擁有悉尼大學的機器學習博士學位,並且在 TensorFlow 上工作了近 5 年。Thushan 也是 Stackoverflow 上 TensorFlow 和 TensorFlow2.0 標籤中最活躍的回答者之一,還是 DataCamp 的講師,並且撰寫了一本關於使用 TensorFlow 進行自然語言處理 (NLP) 的書籍和視頻課程。