IKH

Summary 5

In this session, you learnt many new concepts related to TensorFlow. So, here is a summary of the concepts that were covered by this session:

  1. Matrix operations can be performed only if they have compatible shapes, which might not be the case every time. Hence, you learnt how to use reshaping and broadcasting to modify a shape to make it compatible.
  2. You learnt how TensorFlow generates computational graphs for performing various operations.
  3. You also learnt how the gradient is computed in TensorFlow which are you during model training in deep learning.
  4. You also learnt how to minimise functions and saw the architecture of TensorFlow. 

You can download the summary notes for this module given below:

Report an error