Lecture - 5 Informed Search

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

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

  • @makingmycareer2608
    @makingmycareer2608 4 ปีที่แล้ว +2

    For all my future people, if you struggle with A* Algorithm : It is an extension of Djikstra Algorithm and the nodes are expanded according to their combined sum function which is their hueristic function(consider it to be the straight flight distance from a to b or the net displacement) and the real cost of that path. The algorithm works in the same way as Djikstra but here in the expansion, both costs are used as a sum.
    For more clarity : th-cam.com/video/ySN5Wnu88nE/w-d-xo.html
    And best of luck for your exams/projects!

  • @ericarogers555
    @ericarogers555 11 ปีที่แล้ว +2

    Great slides and lecture.

  • @AbhinavKumar-qn1dt
    @AbhinavKumar-qn1dt 6 ปีที่แล้ว

    How is she calculating the values of h(n) for the nodes? 58:00

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

    what is the difference between best fit and uniform search

  • @muneer763
    @muneer763 14 ปีที่แล้ว

    :) thanks for all DRs

  • @leephahladira865
    @leephahladira865 11 ปีที่แล้ว

    For A* search algorithm at the end of the lecture, based on the heuristic she added E before C to the fringe giving a path of [A,B,E,C,F,G,H]=55 but based on her answer she added the path [A,B,C,F,G,H]=39 which is not consistent with the function f(n)=g(n)+h(n).... I feel cheated by her.

  • @AminBasa
    @AminBasa 13 ปีที่แล้ว

    Great

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

    what in the hell is underestimate and what is h(n) and h*(n)

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

      Late, but h(n) is the huerestic function which is the underestimate, it is actually the displacement from node n to goal node. h*(n) is the actual cheapest distance path that the algortihm can take.

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

    She is just reading from the presentation... how is this "teaching" ? :|

    • @priyathh
      @priyathh 8 ปีที่แล้ว +9

      did you watch the lecture? she does more than that. very informative

    • @forhadmethun
      @forhadmethun 8 ปีที่แล้ว +4

      @Peanut0891 is insane :P

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

      Well she made the presentation by herself, the points in the presentation are not copied from books or somewhere else.

  • @sameer318
    @sameer318 12 ปีที่แล้ว

    just reading the slides :( rest of the lectures were good but this 1 was not good