Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AI and Deep Learning by (50.2k points)

What are concrete examples (e.g. Alpha-beta pruning, example: tic-tac-toe and how is it applicable there) of heuristics. I already saw an answered question about what heuristics is but I still don't get the thing where it uses estimation. Can you give me a concrete example of a heuristic and how it works?

1 Answer

0 votes
by (108k points)

In the computer science world, a heuristic is a procedure developed for solving a problem more quickly, when classic methods are too slow, or for finding an approximate solution when classic methods fail to find any exact solution.

This is achieved by trading optimality, completeness, accuracy, or exactness for speed.

Here you can refer to the link which contains some few basic examples where a heuristic algorithm can be used: https://www.101computing.net/heuristic-approaches-to-problem-solving/

If you are looking to learn more about Artificial Intelligence then you visit Artificial Intelligence(AI) Tutorial. Also, if you are appearing for job profiles of AI Engineer or AI Expert then you can prepare for the interviews on Artificial Intelligence Interview Questions.

Browse Categories

...