Sep 8, 2018 · 6 min read

Let’s talk about TensorFlow Now! In my previous post, we discussed Deep Learning and didn’t talk much about the implementation. So in this one, we will start with the introduction to Tensorflow (implementation library for deep learning). I will try to provide a hands-on experience of working with tensorflow in python.
Contents:
- About TensorFlow
- Installation
- Computation graph and Tensors

