![Practical Convolutional Neural Networks](https://wfqqreader-1252317822.image.myqcloud.com/cover/176/36700176/b_36700176.jpg)
上QQ阅读APP看书,第一时间看更新
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:
![](https://epubservercos.yuewen.com/9DA8BB/19470397108904606/epubprivate/OEBPS/Images/2d33fa46-e26b-4c5c-b29a-b3318b25b39f.png?sign=1738832309-Z3Qdy4V8uofwrpDSCNdOr1BXWs0nJhPC-0-d2bffdb946d52d4f6932f68db433098f)