プロダクションルールの分解とその効果
スポンサーリンク
概要
- 論文の詳細を見る
This paper proposes a new learning mechanism called "production decomposition", which decomposes a single expensive production into several cheap ones. By the decomposition, instantiations of the expensive production are generated little by little. As a result, the number of instantiations that are actually calculated decreases in some cases improving the inference speed. Since the maximum number of instantiations during inference greatly decreases, the memory update cost of the state-saving-based pattern matchers such as Rete and Treat can also be reduced. There exists the optimal number of decomposites which minimizes the execution time. The decomposition, together with conventional composition, could optimize the size of individual production from the view point of inference speed. Related works, such as production composition, intermediate concept learning and the lazy matching algorithm are discussed to clarify the position of the proposed method.
- 社団法人人工知能学会の論文
- 1992-01-01
著者
関連論文
- 接触文字を認識するBPネットの一提案
- 重ね文字を認識する複写学習モデル
- 3層BPネットワークによる遠近感のある文字パターンの認識実験
- 遠近感のある文字パターンを認識するニューラルネットワーク
- 遺伝的アルゴリズムにおける突然変異の解におよぼす影響について
- 8パズルの問題空間解析とその完全解
- A^*アルゴリズムと固定ビーム探索法を融合した可変ビーム探索法
- 8パズルの基本問題集合と完全解
- 8パズルの完全解
- 8パズルの問題空間の構造解析
- 任意に回転したパターンと回転角度を認識する複写学習モデル
- 位置ずれ・回転パターンを認識するニューラルネットワーク
- スライディング・タイル・パズルの問題空間に関する一考察
- 回転パターンを自動生成するニューラルネットワーク
- プロダクションシステムにおける効率的パタン照合のための連想Reteネットワーク表現
- 代表インスタンシエーションだけを計算するRete型パターン照合アルゴリズム
- プロダクションルールの分解とその効果
- プロダクションシステムのための高速パターン照合アルゴリズム