📚 The CoCalc Library - books, templates and other resources
cocalc-examples / data-science-ipython-notebooks / deep-learning / tensor-flow-examples / notebooks / 1_intro / basic_operations.ipynb
132930 viewsLicense: OTHER
Kernel: Python 2
Basic Operations in TensorFlow
Credits: Forked from TensorFlow-Examples by Aymeric Damien
Setup
Refer to the setup instructions
In [1]:
In [2]:
In [3]:
Out[3]:
a=2, b=3
Addition with constants: 5
Multiplication with constants: 6
In [5]:
In [6]:
In [7]:
Out[7]:
Addition with variables: 5
Multiplication with variables: 6
In [8]:
In [9]:
In [10]:
In [11]:
Out[11]:
[[ 12.]]
In [ ]: