- Practical Convolutional Neural Networks
- Mohit Sewak Md. Rezaul Karim Pradeep Pujari
- 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:
![](https://epubservercos.yuewen.com/9DA8BB/19470397108904606/epubprivate/OEBPS/Images/2d33fa46-e26b-4c5c-b29a-b3318b25b39f.png?sign=1739392201-aDHCIWwbrgVKx1ew0maiBBtrrF7eXQA4-0-cba8141fb0f8bb5e9ffbda0a945a8dfd)