(ML 19.9) GP regression - introduction

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • Introduction to the application of Gaussian processes to regression. Bayesian linear regression as a special case of GP regression.

Комментарии • 16

  • @bergamobobson9649
    @bergamobobson9649 5 лет назад +12

    hi it's been a 8yrs that this video is out, hope you ok dude, THANK YOU A LOT

    • @pedrolobo1081
      @pedrolobo1081 4 года назад

      Same for me. =)

    • @JoenneGee
      @JoenneGee 3 года назад +1

      @@iMuhannedHD Indeed he is: jwmi.github.io/ :D Very cool

  • @nkranthiram
    @nkranthiram 8 лет назад

    Videos are very informative. Amazing stuff! Thank you!

  • @michaelcao9483
    @michaelcao9483 2 года назад

    perfect explanation! thank you sir!

  • @lukafree
    @lukafree 11 лет назад

    Fantastic! I like a lot your videos....congratulations!

  • @ddxccc
    @ddxccc 10 лет назад

    Very clear explanation! Thank you!

  • @michaelcao9483
    @michaelcao9483 2 года назад

    Can someone please clarify if the below notation is correct or not.
    lecturer writes: Z_x = x^T*w is a GP on S = R^d
    I think this might be a mistake and should instead be: Z_x = x^T*w is a GP on S = R^n
    Since Z_x is a collection of n observed random variables and not over d dimensions. Therefore, Z_x is a GP on S = R^n.
    Am I correct in saying this?

  • @Jacob011
    @Jacob011 11 лет назад +1

    Somebody already asked this, but I can't find it, so here goes:
    Bayesian Lin. Regression is a parametric model, correct? (You put prior on parameters)
    GP Regression is a nonparametric model. (Since you put prior on functions, as far as I get it. Is this right?)

  • @awimagic
    @awimagic 13 лет назад +1

    many thanks! is radial basis function network (RBFN) the same as GP then?

  • @samkuok
    @samkuok 11 лет назад

    I like it....I am your fans

  • @michaelcorleone8096
    @michaelcorleone8096 5 лет назад +1

    Linear combination of multivariate gaussian is not univariate gaussian it’s also multivariate

  • @fengji4
    @fengji4 9 лет назад

    hi dear Monk, would you do a cast on RNN? thanks

  • @lienjerry7370
    @lienjerry7370 3 года назад

    I don't know if I understand it correctly. Is it true that a Gaussian Process Regression Inference is based on the assumption of w ~ N(0, a) ? In many videos and PRML, they use w ~ N(0, a) to derive the GP Regression from Baysian Linear Regression, however they did not mention the assumption.