書名: Practical Convolutional Neural Networks作者名: Mohit Sewak Md. Rezaul Karim Pradeep Pujari本章字數(shù): 51字更新時間: 2021-06-24 18:58:49
Introduction to TensorFlow
TensorFlow is based on graph-based computation. Consider the following math expression, for example:
c=(a+b), d = b + 5,
e = c * d
In TensorFlow, this is represented as a computational graph, as shown here. This is powerful because computations are done in parallel:

推薦閱讀
- Google Visualization API Essentials
- DB29forLinux,UNIX,Windows數(shù)據(jù)庫管理認證指南
- Architects of Intelligence
- 數(shù)字媒體交互設計(初級):Web產(chǎn)品交互設計方法與案例
- Starling Game Development Essentials
- 數(shù)據(jù)庫技術實用教程
- Flutter Projects
- Construct 2 Game Development by Example
- Solaris操作系統(tǒng)原理實驗教程
- 數(shù)據(jù)庫技術及應用
- 計算機組裝與維護(微課版)
- 區(qū)域云計算和大數(shù)據(jù)產(chǎn)業(yè)發(fā)展:浙江樣板
- Oracle高性能SQL引擎剖析:SQL優(yōu)化與調優(yōu)機制詳解
- AndEngine for Android Game Development Cookbook
- MySQL核心技術手冊