Uniform Cost Search-Artificial Intelligence-Unit-1-Problem solving-Uninformed Search

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ค. 2021
  • Unit - 1 - Problem Solving
    Uninformed Searching Strategies-Uniform Cost Search
    Use a priority queue instead of a simple queue
    Insert nodes in the increasing order of the cost of the path so far
    Guaranteed to find an optimal solution!
    This algorithm is called uniform-cost search
    Enqueue nodes by path cost.
    That is, let g(n) = cost of the path from the start node to the current node n.
    Sort nodes by increasing value of g.
    Expanded node Nodes list
    { S0 }
    S0 { B1, A3, C8 }
    B1 { A3, C8, G21 }
    A3 { D6, C8, E10, G18, G21 }
    D6 { C8, E10, G18, G21 }
    C8 { E10, G13, G18, G21 }
    E10 { G13, G18, G21 }
    G13 { G18, G21 }
    Solution path found is S C G, cost 13
    Number of nodes expanded (including goal node) = 7
    Subscribe this channel, comment and share with your friends.
    For Syllabus, Text Books, Materials and Previous University Question Papers and important questions
    Follow me on
    Blog : dsumathi.blogspot.com/
    Facebook Page : profile.php?...
    Instagram : / dsumathiphd

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

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

    Super content, well explained, good presentation, keep it up

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

      Thank you so much 🙂

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

    Mam how u get the path s-c-g plz explain

  • @eshitakreddy5688
    @eshitakreddy5688 2 ปีที่แล้ว +1

    Very easy explanation, thank you ma'am

  • @a.meeraj5038
    @a.meeraj5038 ปีที่แล้ว +1

    Good explanation very useful

    • @WinningCSE
      @WinningCSE  ปีที่แล้ว +1

      Thank you meeraj, keep doing

  • @diogoamaro4187
    @diogoamaro4187 2 ปีที่แล้ว +1

    very good video, you saved me! 🥰

    • @WinningCSE
      @WinningCSE  2 ปีที่แล้ว +1

      That is fantastic. Keep watching, do well your exams.

  • @magneto12
    @magneto12 ปีที่แล้ว +5

    Mam, at last how uh decided s-c-g is the path from G13

    • @nomank8274
      @nomank8274 11 หลายเดือนก่อน +2

      Because we got G13 as goal state and it was derived by adding the values of S(0) + C(8) and G(5)

  • @rozhgarmuhammad8731
    @rozhgarmuhammad8731 4 หลายเดือนก่อน +1

    Time and space complexity when visited node to be visited again?

    • @WinningCSE
      @WinningCSE  4 หลายเดือนก่อน +1

      No

  • @hab81bewket79
    @hab81bewket79 ปีที่แล้ว +1

    too good

  • @mkalyan2698
    @mkalyan2698 2 ปีที่แล้ว +1

    good explanation madam thank yo so much madam.. number of expended nodes 7 or 8 madam

    • @WinningCSE
      @WinningCSE  2 ปีที่แล้ว +1

      Thanks for your complement.

  • @noname-ch5cj
    @noname-ch5cj ปีที่แล้ว +1

    Nnice💜❤️

  • @kavindasandalanka1056
    @kavindasandalanka1056 10 หลายเดือนก่อน +1

    You saved me. thanks a lot❤😍

    • @WinningCSE
      @WinningCSE  10 หลายเดือนก่อน +1

      Happy to help!

  • @KiruthigaKumaran-zh9kq
    @KiruthigaKumaran-zh9kq 5 หลายเดือนก่อน +1

    Super mam

    • @WinningCSE
      @WinningCSE  5 หลายเดือนก่อน +1

      Thank you

  • @nishanthm2058
    @nishanthm2058 ปีที่แล้ว +1

    CS3491 2023 new syllabus Artificial intelligence machine learning lab manual send me please help me