Best First Search Algorithm with Solved Example in Artificial Intelligence (AI) by Dr. Mahesh Huddar

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 มิ.ย. 2024
  • Best First Search Algorithm with Solved Example in Artificial Intelligence (AI) by Dr. Mahesh Huddar
    Blog / Web Notes: www.vtupulse.com/artificial-i...
    The following concepts are discussed:
    ______________________________
    Best First Search Algorithm,
    Best First Search Algorithm in AI,
    Best First Search Algorithm inArtificial intelligence,
    Best First Search vs dept first search,
    Best First Search vs Breadth first search,
    Best First Search in AI,
    Best First Search Artificial Intelligence
    ********************************
    1. Blog / Website: www.vtupulse.com/
    2. Like Facebook Page: / vtupulse
    3. Follow us on Instagram: / vtupulse
    4. Like, Share, Subscribe, and Don't forget to press the bell ICON for regular updates

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

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

    Nice sir

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

      Thank You
      Do like share and subscribe

  • @chanukyamaruthisuravarapu2540
    @chanukyamaruthisuravarapu2540 9 หลายเดือนก่อน

    Is depth concept involved in best first search along with estimation like in A* Algo?

    • @MaheshHuddar
      @MaheshHuddar  9 หลายเดือนก่อน

      Check this video
      th-cam.com/video/Gbw1IsnY7KE/w-d-xo.html

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

    thanks a lot, also a good example of multiple goal states

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

      Welcome
      Do like share and subscribe

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

    why did we add T in closed state when there is no successor or goal nodes in it

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

      Ye raaz bhi uske sath chala gaya.

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

      because we have to examine the nodes from the OPEN list and after that we have to put the current examined node inside the CLOSED list, whether it has any successors or not.

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

    Open is a priority queue 🤔?

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

      Elements with highest priority are those which have the most promising value of heuristic function

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

    Sir can you tell me some tips to improve coding skills in python sir i sm perfect in basics please do more videos on data structures and algorithms on python sir