Please enable JavaScript.
Coggle requires JavaScript to display documents.
Ch 2 Tensor flow - Coggle Diagram
Ch 2 Tensor flow
about
Open source
For Numerical computation
c c++ backend
runs faster
easy to build
Parallel computing
Python api and c++ api
supports cpu and gpu
distributed processing
Built on data flow graph
Multi dimensional
Computation graph ingredients
1 Place holder
2 Variable
3 tf.matmuil
4 tf.add
5 tf.session
Computation_Graph_Ingredients
Capabilities