Tensorflow Reference
tf.session
initiates a tf graph object. Use global variable initializer with it- with tf.Session() as sess: sess.run(tf.global_variables_initializer())
- ‘tf.placeholder’
- Inputs to be fed in
- ‘tf.variable’
- Weights that change in graph