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

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 months 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…

3 months 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…

3 months 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…

3 months ago

How Do I Add Google Search Console Verification HTML Tag in WordPress?

If you are on wordpress website and wondering how to keep search console html verification…

3 months ago

Why WordPress Too Many Redirects After URL Change

If you are getting too many redirects error on your WordPress website after changing url…

3 months ago