Lecture 10 - Why Teleports Solve the Problem | Stanford University

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024

ความคิดเห็น • 8

  • @saidimed0
    @saidimed0 4 ปีที่แล้ว +9

    This guy is an international treasure

  • @JannisAdmek
    @JannisAdmek 5 ปีที่แล้ว

    very good video and playlist!

  • @TankNSSpank
    @TankNSSpank 3 ปีที่แล้ว

    If you have 2 dead ends, I think this method would fail. A better version would be a deadend's probability of going back to itself should be zero.

  • @sebi_alo
    @sebi_alo 2 ปีที่แล้ว

    Brilliant!

  • @jaynehow
    @jaynehow 4 ปีที่แล้ว

    hello ! why do you need the vector of all 1s, "e"?

    • @martinlenweiter7597
      @martinlenweiter7597 3 ปีที่แล้ว

      to get a matrix filled with 1/N, so that we can add the teleports to the original matrix (11:50)

    • @robmarks6800
      @robmarks6800 3 ปีที่แล้ว

      Look up the dot product in transpose form

    • @sachinchaudhary2267
      @sachinchaudhary2267 2 ปีที่แล้ว

      1/n * [ column of 1's] here 1/n is scalar and the dot product will be vector
      This is done so we can do matrix multiplication as column of some Matrix M should be equal to some Matrix R row