Journal of the Japanese Society for Artificial Intelligence
Online ISSN : 2435-8614
Print ISSN : 2188-2266
Volume 12, Issue 5
Displaying 1-33 of 33 articles from this issue
Print ISSN:0912-8085 until 2013
  • Yasuo SAKAMA
    Article type: Preface
    1997 Volume 12 Issue 5 Pages 653
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (86K)
  • Susumu KUNIFUJI
    Article type: Cover article
    1997 Volume 12 Issue 5 Pages 654
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (95K)
  • Koichi FURUKAWA
    Article type: Special issue
    1997 Volume 12 Issue 5 Pages 655-664
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (907K)
  • Akihiro YAMAMOTO
    Article type: Special issue
    1997 Volume 12 Issue 5 Pages 665-674
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (959K)
  • Fumio MIZOGUCHI
    Article type: Special issue
    1997 Volume 12 Issue 5 Pages 675-682
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (688K)
  • Masayuki NUMAO
    Article type: Special issue
    1997 Volume 12 Issue 5 Pages 683-688
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (503K)
  • Naonori UEDA, Ryohei NAKANO
    Article type: Corner article
    1997 Volume 12 Issue 5 Pages 689-697
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (761K)
  • Hitoshi MATSUBARA
    Article type: Corner article
    1997 Volume 12 Issue 5 Pages 698-703
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (481K)
  • Shigeyoshi TSUTSUI, Yoshiji FUJIMOTO
    Article type: Technical paper
    1997 Volume 12 Issue 5 Pages 704-711
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS

    Many of the studies on GAs give emphasis on finding the global optimal solution. In this paper, we propose a new method which extend the application of GAs to domains that require robust solutions. If a global optimal solution found is on a sharp-pointed location, there may be cases where it is not good to use this solution. In nature, the phenotypic feature of an organism is determined from the genotypic code of genes in the chromosome. During this process, there may be some perturbations. Let X be the phenotypic parameter vector, f(X) a fitness function and Δ a noise vector. As can be easily understood from the analogy of nature, actual fitness function should be of the form f(X+Δ). We use this analogy for the present work. Simulation results confirm the utility of this approach in finding robust solutions.

    Download PDF (586K)
  • Tmohiro YAMAGUCHI, Moto-omi MASUBUCHI, Kazutsugu FUJIHARA, Masahiko YA ...
    Article type: Technical paper
    1997 Volume 12 Issue 5 Pages 712-723
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS

    To acquire a real robot behaviors, it is important to learn in the real environment. Although most reinforcement learning researches have been made learning by simulation since the real environment learning takes large computation costs and also needs a lot of time. To realize the reinforcement learning of a real robot, it requires both an adaptation for the diversity of situations and a high speed learning method that can even learn from less trials. This paper describes the Realtime Reinforcement Learning for a Real Robot based on the exploitation oriented reinforcement learning method that it's learning cost is too small and has strictly incrementality to realize Realtime Reinforcement Learning with Automated Sub-Rewards Generation method by the abstraction of the task state to accelerate the learning process. Then the successive learning experiment in the real environment for the ball pushing task for the real robot is performed.

    Download PDF (1083K)
  • Tsukasa HIRASHIMA, Ken'ichi HACHIYA, Akihiro KASHIHARA, Jun'ichi TOYOD ...
    Article type: Technical paper
    1997 Volume 12 Issue 5 Pages 724-733
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS

    Browsing is one of the most popular ways to gather information in hypertext. The goal of the browsing task is often unclear, and the user's interest may change easily while the browsing. Therefore, techniques of information retrieval cannot be used directly to support the browsing task. However, this type of information gathering is gaining importance as digital libraries or WWW become more widespread. Apart from this, from the educational standpoint, several investigations have reported the significance of information gathering consistent with a learner's interests. In this paper, we propose a method to support the browsing task in hypertext where a user doesn't have clear goal and his/her interest may change easily while the browsing. The method infers the user's interest based on the user's browsing history. The browsing history reflects the user's interest and the user's current interest is formed through the browsing history. In this method, each node should have a set of keywords which describes the content of the node. We call the keywords indexes. Then, the history is described as appearance states of each index. The method calculates current weight of each index based on the appearance states. The weight means the user's interest for the index. Then, the weight of each node is calculated as the sum total of indexes included in the node. This method judges that the heaviest node is the most suitable node for the user's current interest. We have developed a browsing support system with this method for an encyclopedia provided as a CD-ROM. The result of an experimental evaluation of the system is also reported.

    Download PDF (885K)
  • Hiroshi SATO, Isao ONO, Shigenobu KOBAYASHI
    Article type: Technical paper
    1997 Volume 12 Issue 5 Pages 734-744
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS

    When Genetic Algorithms (GAs) are applied to optimization problems, characteristic preserving in designing coding/crossover and diversity maintaining in designing generation alternation are important. Generation alternation models are independent of problems, while coding/crossover depends on problems. We discuss generation alternation models in this paper. Simple GA is one of the well-known generation alternation models, however it has two problems. One is early convergence in the first stage of search and the other is evolutionary stagnation in the last stage of it. Many improvements and new models have been presented to overcome the above problems. In this paper, we propose a new generation alternation model called minimal generation gap (MGG) which has all advantages of conventional models. As generation alternation models use only information of fitness, alternation of generations can be regarded as a transformation of fitness distributions. We propose a new method of assessing generation alternation models. We measure the ability of avoiding the early convergence and suppressing the evolutionary stagnation by the dynamics of the best value and variance of fitness distributions. From the results of some experiments, we found that MGG is the most desirable model which can avoid the early convergence and suppress the evolutionary stagnation. We also show the efficiency of MGG by applying it to benchmarks in different two domains: function optimization and traveling salesman problems. In the both domains, MGG showed higher performance than the other conventional models especially under small population size.

    Download PDF (912K)
  • Takashi KOSHIMIZU, Masaaki TSUJITANI
    Article type: Technical paper
    1997 Volume 12 Issue 5 Pages 745-752
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS

    This paper is concerned with techniques for analyzing binary data by iterations of weighted least squares method from the standpoint of comparison with hidden-layer feedforward neural networks. By use of arc-sine (angular) transformation for binary data with hidden-layer feedforward neural networks, we particularly discuss learning algorithms of regression models which relate qualitative variables to other variables through a logistic distribution functional form. Akaike's information criterion (AIC) provides us the decision as to which several competing network architectures for binary regression models. We contrast the merits of hidden-layer feedforward neural networks with those of ordinary logistic regression models.

    Download PDF (519K)
  • Yuka SHIMAJIRI, Hirohisa SEKI, Hidenori ITOH
    Article type: Technical paper
    1997 Volume 12 Issue 5 Pages 753-759
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS

    The stable model semantics is now one of the standard semantics for general logic programs. A simple procedure for computing stable models has been proposed by Inoue, et al. However, the procedure may require exponential search space in the worst case. In this paper, we propose search strategies based on dynamic analysis, which is incorporated into the computation of stable models based on MGTP (Model Generation Theorem Prover). We also show some experimental results which show remarkable speedup compared with the original procedure.

    Download PDF (483K)
  • Kentaro INUI, Takenobu TOKUNAGA, Hozumi TANAKA
    Article type: Technical paper
    1997 Volume 12 Issue 5 Pages 760-769
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS

    In human-computer dialogue, a diverse range of situations arise from uncertainty in reasoning regarding the user's beliefs and plans. The dialogue system is required to plan the contents of its utterances under such uncertain conditions. This paper presents a decision-theoretic framework of content planning for dialogue systems. In our framework, the uncertain domain knowledge and user's model are both declaratively described as probabilistic constraints, which represent uncertain situations as probabilistic distributions over possible worlds. We estimate this probabilistic distribution using a Bayesian network. Given a utility function to evaluate the degree of goal attainment in each possible world, the system chooses the content of its utterance based on the expected utility maximization principle. Our framework can perform content planning under uncertain conditions without any procedural planning strategy.

    Download PDF (845K)
  • Takehiko ABE, Haruhiko KIMURA, Hidetaka NAMUBO, Sadaki HIROSE
    Article type: Corner article
    1997 Volume 12 Issue 5 Pages 770-777
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS

    In this paper we propose a match algorithm for production systems, which is a method for dealing with expensive productions. Production systems are an established method for encoding knowledge in an expert system. Expensive productions are rules which would be required the extraordinary time and space to match (compare the left-hand side of each rule against the current working memory). This paper presents the improvement of a direct match algorithm for production systems, using one dimensional arrays stored an attribute value of a working memory element. It is a method for reducing computer loads which are caused by expensive productions.

    Download PDF (527K)
  • [in Japanese], [in Japanese]
    Article type: Other
    1997 Volume 12 Issue 5 Pages 778-779
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (218K)
  • [in Japanese]
    Article type: Corner article
    1997 Volume 12 Issue 5 Pages 780-781
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (150K)
  • [in Japanese]
    Article type: Corner article
    1997 Volume 12 Issue 5 Pages 782
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (103K)
  • [in Japanese]
    Article type: Corner article
    1997 Volume 12 Issue 5 Pages 783
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (88K)
  • [in Japanese]
    Article type: Corner article
    1997 Volume 12 Issue 5 Pages 784
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (96K)
  • Article type: Activity report
    1997 Volume 12 Issue 5 Pages 785-788
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (252K)
  • Article type: Activity report
    1997 Volume 12 Issue 5 Pages 789-796
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (723K)
  • Article type: Activity report
    1997 Volume 12 Issue 5 Pages 797
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (87K)
  • Article type: Activity report
    1997 Volume 12 Issue 5 Pages 798-800
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (282K)
  • Article type: Activity report
    1997 Volume 12 Issue 5 Pages 801-807
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (353K)
  • Article type: Activity report
    1997 Volume 12 Issue 5 Pages 808
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (92K)
  • Article type: Activity report
    1997 Volume 12 Issue 5 Pages b001-b008
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (577K)
  • Article type: Cover page
    1997 Volume 12 Issue 5 Pages c005
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (39K)
  • Article type: Cover page
    1997 Volume 12 Issue 5 Pages c005_2
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (61K)
  • Article type: Table of contents
    1997 Volume 12 Issue 5 Pages i005
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (59K)
  • Article type: Table of contents
    1997 Volume 12 Issue 5 Pages i005_2
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (55K)
  • Article type: Other
    1997 Volume 12 Issue 5 Pages o001
    Published: September 01, 1997
    Released on J-STAGE: September 29, 2020
    MAGAZINE FREE ACCESS
    Download PDF (375K)
feedback
Top