Hi Rajalingappaa,
I have following error running the first example in your book:
session = tf.Session()
Traceback (most recent call last):
File "", line 1, in
AttributeError: module 'tensorflow' has no attribute 'Session'
Any idea what is the reason for that?