Automatic Differentiation for ABSOLUTE beginners: "with tf.GradientTape() as tape"

Поділитися
Вставка
  • Опубліковано 25 гру 2024

КОМЕНТАРІ • 11

  • @rs7xd
    @rs7xd 19 днів тому +2

    thanks doctor. u cured my doubts with GradientTape

  • @mahmoudramadan9193
    @mahmoudramadan9193 3 місяці тому +1

    Very informative , Thanks

  • @dmg-s
    @dmg-s 10 місяців тому +1

    I have a doubt. Here we've created a computational graph. As we know that to get the result, we should run the graph in a session. But here we don't see that code. Is tape doing it for us?

  • @vdengineering2666
    @vdengineering2666 Рік тому +1

    thnx!!!!

  • @Harish-ou4dy
    @Harish-ou4dy 9 місяців тому

    Why did we not use the tape.watch function while implementing the linear regression via neural net?

    • @DrDataScience
      @DrDataScience  9 місяців тому +2

      Because we used a Variable rather than a Constant.