Problem Solving Approches To AI Problem
Problem Solving Approches To AI Problem
• Transportation: Although it could take a decade or more to perfect them, autonomouscars will one day ferry
us from place to place.
• Manufacturing: AI powered robots work alongside humans to perform a limited rangeof tasks like assembly and
stacking, and predictive analysis sensors keep equipment running smoothly.
• Healthcare: In the comparatively AI-nascent field of healthcare, diseases are more quickly and accurately
diagnosed, drug discovery is sped up and streamlined, virtual nursing assistants monitor patients and big data
analysis helps to create a morepersonalized patient experience.
• Education: Textbooks are digitized with the help of AI, early-stage virtual tutors assisthuman instructors and
facial analysis gauges the emotions of students to help determinewho’s struggling or bored and better tailor the
experience to their individual needs.
• Media: Journalism is harnessing AI, too, and will continue to benefit from it. Bloomberg uses Cyborg
technology to help make quick sense of complex financial reports. The Associated Press employs the natural
language abilities of Automated Insights to produce 3,700 earning reports stories per year — nearly four times
more than in the recent past
• Customer Service: Last but hardly least, Google is working on an AI assistant that canplace human-like calls
to make appointments at, say, your neighborhood hair salon. Inaddition to words, the system understands
context and nuance.
• Some of the most popularly used problem solving with the help of artificial intelligence
are:
1. Chess.
2. Travelling Salesman Problem.
3. Tower of Hanoi Problem.
4. Water-Jug Problem.
5. N-Queen Problem.
Problem Searching
Problem: Problems are the issues which comes across any system. A solution is needed to
solve that particular problem.
Defining The Problem: The definition of the problem must be included precisely. It
should contain the possible initial as well as final situations which should result in acceptable
solution.
1. Analyzing The Problem: Analyzing the problem and its requirement must be done as
few features can have immense impact on the resulting solution.
3. Choosing a Solution: From all the identified solutions, the best solution is chosen basis
on the results produced by respective solutions.
3. Goal test: It is a function which observe the current state and returns
whether thegoal state is achieved or not.
• Actions: It gives the description of all the available actions to the agent.
Goal test: This checks whether the state matches the goal
configuration shown in Figure. Path cost: Each step costs 1, so the
path cost is the number of steps in the path.
Queens Problem