A Star algorithm | Example | Informed search | Artificial intelligence | Lec-21 | Bhanu Priya

preview_player
Показать описание
a star algorithm: Informed search in artificial intelligence with example
Рекомендации по теме
Комментарии
Автор

I don't know what I'd do without Indian youtubers explaining these topics so well

mateolopez
Автор

i know im not the only computer science major preparing for a test last minute

molisemahasele
Автор

If you were like me and did not know what is "heuristic value".
code wise: its a function that take in the node and the goal, and base on a chosen formula(Euclidean, Mathattan etc) will provide an approximate distance of this node to the goal.
If assuming euclidean then its the distance taking a straight line from A node to G node, ignoring all the path that should be taken.(like an airplane/helicopter ignoring roads)

alexkim-soo
Автор

Best explanation of the A * algorithm I have seen. Very good. 👍

ikemuoma
Автор

I searched many videos and I can surely say this is the best explanation about the a* alg.

alexlu
Автор

One question, what if S -> A -> B -> D ->G has a less cost than S -> A ->C ->G. How would the search end up with this assumption?

WindyHellLetsLoose
Автор

This is a remarkably clear explanation!

ezasokotela
Автор

simple and straightforward. Many thanks <3

alaaelbarasi
Автор

how did she make the heuristics and state table 2:00 ? like did she give random values ?

dyyno
Автор

This was a very lovely and clear explanation. Thank you ma'am!

aarrjunumrikar
Автор

The only video that actually helped me to understand A* algorithm. Amazing good!!!

lydialydia
Автор

Can you please explain remaining concepts of Artificial intelligence
Which will be very helpful for our exams

srilekhakaturi
Автор

tq aka, very useful for exams, got my exam tomorrow, thanks again!

ibnualwi
Автор

I did my assignment using your explanation! Thanks

nadeeradulan
Автор

Your explanation is smooth like butter, madam! 💜
Very clean and clear explanation

RRover
Автор

JUST JUST JUST in minutes you explained, I subscribed, liked immediately, awesome explanation....

bhamidimaharshi
Автор

What you would do if one of the values you put in "hold" would be less then the value 6 (s->a->c->g) ?

HOLONIAEVER
Автор

I'm blown away by the quality here. I recently enjoyed a similar book, and it was top-notch. "Game Theory and the Pursuit of Algorithmic Fairness" by Jack Frostwell

Bill
Автор

It was simple and understanding easily thank you for your explanation it was helpful for my tomorrow exam

-saitejavarma
Автор

This was very helpful, thanks so much!

realcryptc