Automatic Differentiation.

Поділитися
Вставка
  • Опубліковано 27 вер 2024
  • This is a video that covers Automatic Differentiation.
    Attribution-NonCommercial-ShareAlike CC BY-NC-SA
    Authors: Matthew Yedlin, Mohammad Jafari
    Department of Computer and Electrical Engineering, University of British Columbia.
  • Наука та технологія

КОМЕНТАРІ • 14

  • @lllepricon7715
    @lllepricon7715 3 роки тому +6

    Thank you! It was very informative. I finally understand why we need the Dual Numbers.

    • @mattyedlin7292
      @mattyedlin7292  3 роки тому +5

      Thank you! I usually give a quiz on how to do the dual numbers for the 1 dimensional chain rule for f(g(x)) using dual numbers. Once you have that and the extension to multiple dimensions, we have the kernel for AUTODIFF in the general setting.

  • @YazlmaGonulVer
    @YazlmaGonulVer 4 роки тому +3

    Thanks for the great explanation.

  • @splash2981
    @splash2981 3 роки тому +1

    Thanks. Anyone know where is the next video for a more complex example?

  • @sherifffruitfly
    @sherifffruitfly 2 місяці тому

    Ah so dual numbers are used to reduce calculus to linear algebra. Important because linear algebra is the only thing we've gotten computers to do well. Cool!

  • @RealMcDudu
    @RealMcDudu 2 роки тому +1

    The challenge at 07:00 - the trick is to use the full (here unproven) rule f(x+y\epsilon) = f(x)+y\epsilon df/dx. That way you can also prove the chain rule.

  • @breeeesh
    @breeeesh 3 роки тому

    Cursed imaginary unit j! ;) ty for the video!

  • @gabrielmccartney7975
    @gabrielmccartney7975 2 роки тому

    Can we use dual numbers for integration?

    • @mattyedlin7292
      @mattyedlin7292  2 роки тому +1

      This is a very interesting question. Dual numbers provide a way of automating differentiation for the sequence of back propagation - local maps. I will think about this more in the coming week

    • @gabrielmccartney7975
      @gabrielmccartney7975 2 роки тому

      @@mattyedlin7292 thank you very much I'm looking forward to that!

    • @gabrielmccartney7975
      @gabrielmccartney7975 2 роки тому

      @@mattyedlin7292 What topics about dual numbers and automatic differentiation has not been studied yet?

  • @sapito169
    @sapito169 4 роки тому +1

    thanks i fanaly understand

  • @Tibug
    @Tibug 2 роки тому

    I always get chills when people hold their whiteboard pen orthogonally.

  • @AJ-et3vf
    @AJ-et3vf 2 роки тому

    Great video! Thank you!