Nondeterministic Turing Machines (NTMs), what are they?

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ธ.ค. 2024

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

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

    Thank you for a really great exposition.

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

    Great video ! I was stuck on the proof of the equivalence of deterministic and nondeterministic turing nachines in Michael Sipsers book and this video really helped with grasping it.

  • @rithik32
    @rithik32 3 ปีที่แล้ว +3

    You are a professor in which college currently and in which country???

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

    how do we keep track of the addresses using a multitape turing machine? Obviously there should be a tape whose alphabet is {0,1,...,d-1}^L, but then?

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

      You can convert the mutitape machine into single tape ones (taking those multitapes along with all auxiliary and main alphabets and states as a whole node in the computation tree), then doing BFS the same way as mentioned in the video.

    • @brendawilliams8062
      @brendawilliams8062 3 หลายเดือนก่อน

      Why can’t you move it to it’s lowest state and computer it moving right

  • @orlandomoreno6168
    @orlandomoreno6168 ปีที่แล้ว

    It doesn't seem like a nondeterministic decider can be always translated to a deterministic decider. A nondeterminstic decider could for example have three states P, Q, R such that R rejects, P can only go to Q and Q can go back to P or go to R. This would create a new rejecting path every two steps. But if you enumerate this machine with that algorithm, it never ends. The corresponding deterministic machine wouln't be a decider.

    • @brendawilliams8062
      @brendawilliams8062 3 หลายเดือนก่อน

      I’m wondering if this is using the chain rule