Artificial Intelligence

Step wise Explanation of Applying rules and Introduction to Production System

Applying rules and Introduction to Production System

Here in this case I have applied only one rule (among four i.e., moving right, left, up and down) which is closer to goal. In practical, all the rules are applied and selects the best outcome which is closer to the goal and continues the generation of new state till the goal state is achieved. 

283
164
7 5
Intial state

                  ↓                   

283
1 4
765
Moved the empty tile to up .Therefore 6 comes to down position

                 

2 3
184
765
Here the empty tile is moved up. Therefore 8 comes down

                 ↓

23
184
765
Here the empty tile moved left. therefore 2 comes to right

                 ↓

123
84
765
Here the empty tile moves down .Therefore 1 comes up

                 ↓

123
8 4
765
Here the empty tile moves right. Therefore 8 comes left.


Here my goal position is achieved. Starting from a start position and which was part of a space of the problem state which we have seen is a factorial 9. We could go and look at different configurations on the way generating lot of them and arrived at the goal position ‘D’ from a start position ‘s’. This paradigm of working like this is problem solving as state space search.

Production Systems and AI:

A production system consists of

1. Database

2. Operations

3. Control components.

Here this database is different from data based systems. Here database refers to set of rules and facts. Operations and Control components are the building blocks for constructing lucid descriptions of AI systems. Several AI systems exhibit little or high rigid isolation among the computational components of data, operations and control.

Production system involves an isolation of these computational components and thus seem to capture the essence of operation of most  AI systems. Selecting rules and monitoring of those sequences of rules constitute the control strategy for production systems.

What does production systems of AI?

1) Database 2) Operations 3) Control System

Lakshmi Durga

Share
Published by
Lakshmi Durga

Recent Posts

Google Spam Update 2025: Impact, Recovery Guide & SpamBrain Explained

Google released a spam update on 26th of August 2025 and this is affecting a…

3 weeks ago

Google Experiments with Black Sitelink Colors instead of Blue

Google keeps on testing google search display all the time and this time we are…

1 year ago

What are Template Tags in WordPress? How to Use Template Tags

In wordpress if you are developing new or custom wordpress theme or wordpress plugin then…

2 years ago

Google Search Indexing Issues Started on 31st January to February 2024

If you are experiencing indexing issues of your website then you are not alone and…

2 years ago

Create QR Code for Pages & Post using Plugin in WordPress

On your wordpress website if you want to generate qr code for pages and posts…

2 years ago

Add Google Search Console HTML File Upload on WordPress

If you are trying to verify your WordPress website with google search console with html…

2 years ago