AI Reasoning, Decision Making and Planning in Humanoid Robots -

We covered learning in AI in this post. After learning is complete, there is the reasoning, decision making and planning stage. In short, after an AI model extracts information from data and learns, it applies this knowledge for reasoning. Then it decides a course of action, which is the decision making part. And finally, it plans the consecutive actions, which is the planning part. Now lets explain each a little bit more: We can classify reasoning into three categories: Symbolic Reasoning Probabilistic Reasoning Neural or Learned Reasoning Let’s explain each a little more: Symbolic reasoning, which is also called as Logic-Based or Rule-based reasoning, is the oldest method. It operates […] Read More