Yajat Malhotra
  • Resources
  • 🤖Artificial Intelligence
    • Introduction to AI
    • Artificial Agents
    • Knowledge Inferring Systems
    • Problem Solving
  • 🛠️Machine Learning
    • Get Started with Machine Leaning
      • Supervised Learning
      • Unsupervised Learning
Powered by GitBook
On this page
  • Terminologies
  • 4 steps to solve a problem

Was this helpful?

  1. Artificial Intelligence

Problem Solving

Artificial Intelligence

Terminologies

The final state that we want to reach is called a Goal.

In order to reach that state, we need to take a sequence of actions.

The start point is called the initial state.

The space where all states exist is called the state space.

The actions planned to change a state from one to another are called operator/ successor functions.

The path taken is called a path.

The cost of that path is called a path cost.

To test if the goal is achieved is called a goal test.

4 steps to solve a problem

  1. Define the problem precisely

  2. Analyze the problem

  3. Represent the knowledge

  4. Best problem-solving technique

PreviousKnowledge Inferring SystemsNextGet Started with Machine Leaning

Last updated 3 years ago

Was this helpful?

🤖