...

/

🍀 Challenge: Setting Up a Computation Graph

🍀 Challenge: Setting Up a Computation Graph

Test yourself on computation graphs.

We'll cover the following...

Problem statement

The task is to set up the computational graph between tensors x, y and z. Here are the requirements.

  1. Define a tensor a with value 3.
  2. Define a
...