- 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:

推薦閱讀
- 大數據技術基礎
- 數據庫原理及應用教程(第4版)(微課版)
- Hands-On Machine Learning with Microsoft Excel 2019
- 計算機信息技術基礎實驗與習題
- Libgdx Cross/platform Game Development Cookbook
- Microsoft Power BI數據可視化與數據分析
- 一個64位操作系統的設計與實現
- Proxmox VE超融合集群實踐真傳
- 數據科學實戰指南
- SAS金融數據挖掘與建模:系統方法與案例解析
- Spring MVC Beginner’s Guide
- Kubernetes快速進階與實戰
- Visual Studio 2012 and .NET 4.5 Expert Development Cookbook
- 數據產品經理寶典:大數據時代如何創造卓越產品
- Getting Started with Review Board