A* (A Star) Search and Heuristics Intuition in 2 minutes

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

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

  • @phlooph3971
    @phlooph3971 ปีที่แล้ว +167

    bro dropped one of the greatest algorithm explanation videos and then left

    • @Youshisu
      @Youshisu 10 วันที่ผ่านมา

      xd, what about weights, seems kinda funny missing most important part of algo

  • @abu-bakrmohamed1707
    @abu-bakrmohamed1707 2 ปีที่แล้ว +172

    This deserves much more views , best explanation i have ever seen , maybe even the only one that explained the meaning of Heuristic data

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

    Hands down the best explanation about A* algorithm on TH-cam so far.

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

    This was the best explanation I've seen on TH-cam! So intuitive!

  • @rayankamdem6738
    @rayankamdem6738 8 หลายเดือนก่อน +3

    I am amazed at how simply such a seemingly complex topic was explained. Best explanation on A* so far!

  • @willCrazy76881
    @willCrazy76881 ปีที่แล้ว +12

    I really love that you explained the heuristic as the smell of cheese. I was struggling at understanding that concept

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

    Q: What’s a good heurisitic function?
    A: A good heurisitc function does not overestimate the distance to the goal. This is known as admissibility. Running A* with an admissible heuristic function will always return the shortest path to the goal state.
    Q: How I get the values for a heuristic function?
    A: A heuristic value represents the estimated distance from the current node to the cheese. Imagine you’re in a room and you can smell food in the other room. You can just guess how far you are from the food in meters or some other unit of measurement. As long as your estimate is equal to or below the actual distance to the food, the A* search algorithm will work. In more complicated settings, like Pacman, you can estimate the distance between objects using something like the Manhattan distance.

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

      i know it has been many years since your upload, but still, i would like to add that a heuristic can be applied but A* will not always find the min path. This can happen IF the graph does NOT contain Euclidian distances. In that case, the heuristic must comply to an even more strict constraint named consistency. Stated as : abs( H(x,G) - H(y,G))

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

    The best explanation ever for A* algorithm. I have been confused how it works on a graph and not a node grid and finally I see.

  • @chiki1010
    @chiki1010 3 หลายเดือนก่อน +1

    this explained heuristics very well. Thank you. I was so confused on heuristics but after watching this video, it made me feel like I was stuck on nothing😭

  • @li-pingho1441
    @li-pingho1441 3 ปีที่แล้ว +8

    This is absolutely the best tutorial of a* algorithm I've seen in youtube. This video deserve more views !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

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

    The best explenation of the A* algorithm I've ever found! +1

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

    It's 5 am and I have a midterm on this at 1pm with a shift from 9am-12pm. Thank you

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

    Gold. You just made it so easy for everyone in such a short time. Thank you very much. You've earned a subscriber.

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

    Wow, have tried hard to understand it for like an hour and finally found this video. get me understood just in 2 mins, thanks a bunch!

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

    That's an amazing example and the clearest illustration😁.Make me understand it so quickly

  • @aie007
    @aie007 3 หลายเดือนก่อน +1

    Absolute gold! Great explanation!

  • @tylerdurden9411
    @tylerdurden9411 2 หลายเดือนก่อน

    I love this explanation, is easy to understand and fast, love it, thank you

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

    never thought a mouse looking for cheese in a maze would make me understand such an algorithm so well, thank you!

  • @Marvindao
    @Marvindao 9 หลายเดือนก่อน +1

    that was such a nice way to introduce this concepts.

  • @adrenochromeaddict4232
    @adrenochromeaddict4232 2 หลายเดือนก่อน

    literally the only indian cs video I've ever seen to be actually be good, short and informative. cheers mate

  • @aritradutta9538
    @aritradutta9538 4 หลายเดือนก่อน

    A lot better explanation than our 40 min lecture on A*

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

    Thank you, really good. Had a 3 minute or so video for Dijkstra and was looking for something quick as well for A*.

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

    I'm glad that finally I can find this video

  • @zaynabb.5140
    @zaynabb.5140 11 หลายเดือนก่อน

    this explained it better than my professor, tysm

  • @adrianomaretti6695
    @adrianomaretti6695 4 หลายเดือนก่อน

    Bro, this is level A kind of explanation. Congrats

  • @kunjupulla
    @kunjupulla 4 หลายเดือนก่อน

    Bro you literally saved my life!

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

    Cheers to you sir! I finally understand heuristics intuition.🙂

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

    Great explanation. So it's just a priority queue that prioritizes nodes that are closer to the goal.

  • @anathema5621
    @anathema5621 5 หลายเดือนก่อน

    icb a mouse and a piece of cheese helped me understand an algorithm so much

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

    Man we need a whole explained in 2 min playlist XD

  • @Shaan11s
    @Shaan11s 11 หลายเดือนก่อน +3

    LMAO bro 45 minutes literally in 2 minutes. This is nuts. Thanks for this

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

    you are my god, thank you so much my brother

  • @FlyNadir
    @FlyNadir 11 หลายเดือนก่อน

    Oops. It was that easy but no one explained as you men. Thanks ❤❤❤

  • @enronenron2411
    @enronenron2411 10 หลายเดือนก่อน

    bro just explained 50 mins lecture in 2 mins that I watched at 2X i.e a minute.

  • @kimkhuneang4663
    @kimkhuneang4663 5 หลายเดือนก่อน

    YOU ARE THE GOAT

  • @E_Hooligan
    @E_Hooligan 4 หลายเดือนก่อน

    Simply incredible

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

    Brilliant Explanation, shame it doesnt have more views

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

    you explained it very clearly 👏👏👏

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

    You are the BEST

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

    super nice! what an explanation.

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

    Great video with very simple explanation!

  • @sujith_TwiceOnce
    @sujith_TwiceOnce 10 หลายเดือนก่อน

    Great Explanation. Good one.

  • @dabocousin
    @dabocousin 7 หลายเดือนก่อน +1

    Great video

  • @ogradus
    @ogradus 10 หลายเดือนก่อน

    20min concept in 2min! ❤

  • @ComputerGuru-tk2hg
    @ComputerGuru-tk2hg 2 หลายเดือนก่อน

    So brother the a* is basically a subset of djikstras shortest path algorithm

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

    perf, best explanation

  • @As-iy2ki
    @As-iy2ki ปีที่แล้ว +2

    But how did you assign values for the distances between nodes?

  • @modetechno7728
    @modetechno7728 11 หลายเดือนก่อน +1

    I get the concept, but HOW do you estimate a distance when we don't know?

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

    Thank you!

  • @yutao1982
    @yutao1982 11 หลายเดือนก่อน

    Does Q* mean Queue (Heap) + A*? Amazing!!!

  • @wansuliu4305
    @wansuliu4305 11 หลายเดือนก่อน

    Great❤

  • @dolchringer3892
    @dolchringer3892 4 หลายเดือนก่อน

    dude you are a goat

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

    very nicely explained!

  • @andreranulfo-dev8607
    @andreranulfo-dev8607 2 ปีที่แล้ว

    A very interesting analogy.

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

    Woah, super

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

    amazing explanation...

  • @Ðogecoin
    @Ðogecoin ปีที่แล้ว

    Dude thank you so much.

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

    i love you please come back

  • @akash.t6793
    @akash.t6793 หลายเดือนก่อน

    How to find heuristic value ?? Is that just random numbers??

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

    good one

  • @ThuanNguyen-go8cd
    @ThuanNguyen-go8cd 20 ชั่วโมงที่ผ่านมา

    why do you have h number?

  • @the-gr8-eye
    @the-gr8-eye ปีที่แล้ว

    holy cow

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

    nice explanation

  • @LoretoGonzalez-Hernandez
    @LoretoGonzalez-Hernandez ปีที่แล้ว

    Who was the original creator of this video to whom credit is due, from the accent I know that it is not you who explains the video. I am interested in the content of this creator, could you please give the link or the name of the author?

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

      This video was created by Kamyar Ghiam and me. You can find our details in the description of this video.

    • @LoretoGonzalez-Hernandez
      @LoretoGonzalez-Hernandez ปีที่แล้ว

      Thank you for the information, I do really appreciate it

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

    damn.

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

    That's so wrong, A* is more than that, heuristic is just an estimation of the total distance from that point and not the actual distance in so many cases. Also it doesn't account for the obstacles in the way and ignores that it involves backtrack from end point to determine the best/ideal way

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

    The most important part of this was not mentioned at all. How are the heuristic and distance values initially seeded?

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

      Right. I think in a 2 minute video, you have to pick and choose what’s the most important thing to learn. The goal of this video was to try to give intuition behind why we use heuristics and what they actually represent, and it never claimed to cover heuristics extensively. Plus, I think your question was actually clarified in OP‘s comment above.

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

      Kam Because adding eight seconds to the video to explain how the numbers are generated would have been too much. Yeah, okay. You also missed the part of my question asking about the distance. Thanks for your passive-aggressive response, though.

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

      Hi Anthony. Sorry, I did not mean to come off as passive aggressive. You’re correct. It didn’t mention the part about distances.

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

      It depends, but one way to determine heuristic value is to calculate the distance between the point where you are standing and the end goal and add it to the total travelled node. Another way to calculate heuristic value is using Manhattan distance.

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

    and my Dumb as teacher couldnt explain it in 30 mins

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

    Thank you!