He had to sort of tell them that's a joke and still nobody laugh. So, maybe it's not a good joke or IITians are creepy😂. ( cuz I'm also from the one and hate y'all
A small doubt, at @11:34 if the state is not a goal state we insert the node in the explored, and update the fringe saying add all the succs of node into it if node is not in explored, this makes no sense to me because we just added node to the explored list! Help me understand If I'm missing a point. Thanks for the amazing series.
One of the best courses in Artificial Intelligence for an undergrad!
Among all the courses i have taken in NPTEL ! HE IS THE 🐐
👍👍👍👍👍
He had to sort of tell them that's a joke and still nobody laugh. So, maybe it's not a good joke or IITians are creepy😂. ( cuz I'm also from the one and hate y'all
A small doubt, at @11:34 if the state is not a goal state we insert the node in the explored, and update the fringe saying add all the succs of node into it if node is not in explored, this makes no sense to me because we just added node to the explored list! Help me understand If I'm missing a point. Thanks for the amazing series.
how does it not make sense?the fringe/frontier will keep changing after every evaluation na
isn't it similar to Dijkstra's algo