TensorFlow智能移动项目(影印版) 东南大学出版社 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
TensorFlow智能移动项目(影印版) 东南大学出版社电子书下载地址
- 文件名
- [epub 下载] TensorFlow智能移动项目(影印版) 东南大学出版社 epub格式电子书
- [azw3 下载] TensorFlow智能移动项目(影印版) 东南大学出版社 azw3格式电子书
- [pdf 下载] TensorFlow智能移动项目(影印版) 东南大学出版社 pdf格式电子书
- [txt 下载] TensorFlow智能移动项目(影印版) 东南大学出版社 txt格式电子书
- [mobi 下载] TensorFlow智能移动项目(影印版) 东南大学出版社 mobi格式电子书
- [word 下载] TensorFlow智能移动项目(影印版) 东南大学出版社 word格式电子书
- [kindle 下载] TensorFlow智能移动项目(影印版) 东南大学出版社 kindle格式电子书
寄语:
新华书店正版,关注店铺成为会员可享店铺专属优惠,团购客户请咨询在线客服!
内容简介:
作为一名开发人员,您总是需要留心并做好准备以应对即将发生的事情,同时还要关注当前趋势。那么,有什么比学习现在和未来这两个世界的完美结合更好呢?人工智能(AI)被广泛认为是继移动之后的下一个大产业,而谷歌的TensorFlow是靠前的开源机器学习框架,也是人工智能很热门的分支。这本书涵盖了10多个完整的以TensorFlow为引擎、运行各种很酷的TensorFlow模型离线设备从头开始构建的IOS、Android和树莓派apps:从计算机视觉、语音和语言处理到生成对抗网络和AlphaZero之类的深度学习。您将学习如何使用或重新训练现有的TensorFlow模型,构建自己的模型,以及开发运行这些TensorFlow模型的智能移动apps。您将了解如何使用循序渐进的教程快速构建这样的app,以及如何利用大量来之不易的故障排除技巧来避免开发过程中的许多陷阱。
书籍目录:
Preface
Chapter 1: Getting Started with Mobile TensorFIow
Setting up TensorFIow
Setting up TensorFIow on MacOS
Setting up TensorFIow on GPU-powered Ubuntu
Setting up Xcode
Setting up Android Studio
TensorFIow Mobile vs TensorFIow Lite
Running sample TensorFIow iOS apps
Running sample TensorFIow Android apps
Summary
Chapter 2: Classifying Images with Transfer Learning
Transfer learning - what and why
Retraining using the Inception v3 model
Retraining using MobileNet models
Using the retrained models in the sample iOS app
Using the retrained models in the sample Android app
Adding TensorFIow to your own iOS app
Adding TensorFIow to your Objective-C iOS app
Adding TensorFIow to your Swift iOS app
Adding TensorFIow to your own Android app
Summary
Chapter 3: Detecting Objects and Their Locations
Object detection-a quick overview
Setting up the TensorFIow Object Detection API
Quick installation and example
Using pre-trained models
Retraining SSD-MobileNet and Faster RCNN models
Using object detection models in iOS
Building TensorFIow iOS libraries manually
Using TensorFIow iOS libraries in an app
Adding an object detection feature to an lOS app
Using YOLO2-another object-detection model
Summary
Chapter 4: Transforming Pictures with Amazing Art Styles
Neural Style Transfer - a quick overview
Training fast neural-style transfer models
Using fast neural-style transfer models in lOS
Adding and testing with fast neural transfer models
Looking back at the lOS code using fast neural transfer models
Using fast neural-style transfer models in Android
Using the TensorFIow Magenta multi-style model in lOS
Using the TensorFIow Magenta multi-style model in Android
Summary
Chapter 5: Understanding Simple Speech Commands
Speech recognition - a quick overview
Training a simple commands recognition model
Using a simple speech recognition model in Android
Building a new app using the model
Showing model-powered recognition results
Using a simple speech recognition model in lOS with Objective-C
Building a new app using the model
Fixing model-loading errors with tf_op_files.txt
Using a simple speech recognition model in lOS with Swift
Summary
Chapter 6: Describing Images in Natural Language
Image captioning - how it works
Training and freezing an image captioning model
Training and testing caption generation
Freezing the image captioning model
Transforming and optimizing the image captioning model
Fixing errors with transformed models
Optimizing the transformed model
Using the image captioning model in lOS
Using the image captioning model in Android
Summary
Chapter 7: Recognizing Drawing with CNN and LSTM
Drawing classification - how it works
Training, predicting, and preparing the drawing classification model
Training the drawing classification model
Predicting with the drawing classification model
Preparing the drawing classification model
Using the drawing classification model in lOS
Building custom TensorFIow library for lOS
Developing an lOS app to use the model
Using the drawing classification model in Android
Building custom TensorFIow library for Android
Developing an Android app to use the model
Summary
Chapter 8: Predicting Stock Price with RNN
RNN and stock price prediction - what and how
Using the TensorFIow RNN API for stock price prediction
Training an RNN model in TensorFIow
Testing the TensorFIow RNN model
Using the Keras RNN LSTM API for stock price prediction
Training an RNN model in Keras
Testing the Keras RNN model
Running the TensorFIow and Keras models on iOS
Running the TensorFIow and Keras models on Android
Summary
Chapter 9: Generating and Enhancing Images with GAN
GAN - what and why
Building and training GAN models with TensorFIow
Basic GAN model of generating handwritten digits
Advanced GAN model of enhancing image resolution
Using the GAN models in iOS
Using the basic GAN model
Using the advanced GAN model
Using the GAN models in Android
Using the basic GAN model
Using the advanced GAN model
Summary
Chapter 10: Building an AlphaZero-like Mobile Game App
AlphaZero - how does it work?
Training and testing an AlphaZero-like model for Connect 4
Training the model
Testing the model
Looking into the model-building code
Freezing the model
Using the model in iOS to play Connect 4
Using the model in Android to play Connect 4
Summary
Chapter 11: Using TensorFIow Lite and Core ML on Mobile
TensorFIow Lite - an overview
Using TensorFIow Lite in iOS
Running the example TensorFIow Lite iOS apps
Using a prebuilt TensorFIow Lite model in iOS
Using a retrained TensorFIow model for TensorFIow Lite in iOS
Using a custom TensorFIow Lite model in iOS
Using TensorFIow Lite in Android
Core ML for iOS - an overview
Using Core ML with Scikit-Learn machine learning
Building and converting the Scikit Learn models
Using the converted Core ML models in iOS
Using Core ML with Keras and TensorFIow
Summary
Chapter 12: Developing TensorFIow Apps on Raspberry Pi
Setting up Raspberry Pi and making it move
Setting up Raspberry Pi
Making Raspberry Pi move
Setting up TensorFIow on Raspberry Pi
Image recognition and text to speech
Audio recognition and robot movement
Reinforcement learning on Raspberry Pi
Understanding the CartPole simulated environment
Starting with basic intuitive policy
Using neural networks to build a better policy
Summary
Final words
Other Books You May Enjoy
Index
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
暂无其它内容!
网站评分
书籍多样性:6分
书籍信息完全性:4分
网站更新速度:7分
使用便利性:8分
书籍清晰度:6分
书籍格式兼容性:4分
是否包含广告:4分
加载速度:6分
安全性:5分
稳定性:9分
搜索功能:3分
下载便捷性:7分
下载点评
- 三星好评(82+)
- 愉快的找书体验(497+)
- azw3(361+)
- 还行吧(69+)
- 体验差(321+)
- 小说多(526+)
下载评价
- 网友 冉***兮: ( 2025-01-19 03:18:21 )
如果满分一百分,我愿意给你99分,剩下一分怕你骄傲
- 网友 方***旋: ( 2025-01-15 08:53:27 )
真的很好,里面很多小说都能搜到,但就是收费的太多了
- 网友 薛***玉: ( 2024-12-30 11:26:46 )
就是我想要的!!!
- 网友 蓬***之: ( 2024-12-27 15:20:44 )
好棒good
- 网友 晏***媛: ( 2025-01-13 07:28:40 )
够人性化!
- 网友 焦***山: ( 2025-01-17 01:45:27 )
不错。。。。。
- 网友 居***南: ( 2025-01-09 02:15:03 )
请问,能在线转换格式吗?
- 网友 屠***好: ( 2025-01-20 05:54:50 )
还行吧。
- 网友 訾***晴: ( 2025-01-12 17:19:26 )
挺好的,书籍丰富
- 网友 冷***洁: ( 2025-01-04 03:28:23 )
不错,用着很方便
- 网友 冯***丽: ( 2024-12-25 07:10:08 )
卡的不行啊
- 网友 相***儿: ( 2025-01-03 21:41:53 )
你要的这里都能找到哦!!!
- 网友 宫***凡: ( 2024-12-24 11:55:35 )
一般般,只能说收费的比免费的强不少。
喜欢"TensorFlow智能移动项目(影印版) 东南大学出版社"的人也看了
黄樟油 黄樟素和异黄樟素含量的测定 填充柱气相色谱法 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
2022秋金星教育中学教材全解九年级物理上册人教版RJ广东专用教材同步学习工具书初三9年级上物理薛金星主编陕西人民教育出版 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
春风化雨 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
小学数学四年级上册 (青岛版)在线视频课程非DVD 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
2018年成考全国各类成人高考应试专用教材:民法(专升本) 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 中国常见植物野外识别手册(山东册) 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 打开关上系列(全3册) 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 现代仪器分析技术及应用(第2版) 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 经济统计学(季刊2 2018总第11期) 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 【无删减带注释】正版 悲惨世界 雨果著 上下2本共1394页 世界十大经典文学名著 原著中文版小学初中高中生课外阅读书籍小说 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 天一医考 妇产科学精讲精练 配套人卫第九9版医学习题集 学习指导同步辅导全真模拟试题考研真题 基础临床预防口腔医学类专业 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 9787508744605 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 天津滨海新区保障性住房规划建设实践探索 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 跟李世民学包容 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- Pro ENGINEER Wildfire 5.0模具设计实例教程 朱慕洁 主编 电子工业出版社【正版可开发票】 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
书籍真实打分
故事情节:6分
人物塑造:8分
主题深度:9分
文字风格:8分
语言运用:6分
文笔流畅:4分
思想传递:6分
知识深度:8分
知识广度:4分
实用性:9分
章节划分:9分
结构布局:7分
新颖与独特:3分
情感共鸣:6分
引人入胜:3分
现实相关:3分
沉浸感:9分
事实准确性:3分
文化贡献:9分