JP2020004030A - Distribution environment providing system for providing distribution environment for artificial intelligence packages - Google Patents

Distribution environment providing system for providing distribution environment for artificial intelligence packages Download PDF

Info

Publication number
JP2020004030A
JP2020004030A JP2018122080A JP2018122080A JP2020004030A JP 2020004030 A JP2020004030 A JP 2020004030A JP 2018122080 A JP2018122080 A JP 2018122080A JP 2018122080 A JP2018122080 A JP 2018122080A JP 2020004030 A JP2020004030 A JP 2020004030A
Authority
JP
Japan
Prior art keywords
artificial intelligence
package
intelligence package
type
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2018122080A
Other languages
Japanese (ja)
Other versions
JP6600856B1 (en
Inventor
佑太 芦原
Yuta Ashihara
佑太 芦原
智彦 岡崎
Tomohiko Okazaki
智彦 岡崎
秀晃 河合
Hideaki Kawai
秀晃 河合
純 青山
Jun Aoyama
純 青山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Cross Compass Ltd
Original Assignee
Cross Compass Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Cross Compass Ltd filed Critical Cross Compass Ltd
Priority to JP2018122080A priority Critical patent/JP6600856B1/en
Application granted granted Critical
Publication of JP6600856B1 publication Critical patent/JP6600856B1/en
Publication of JP2020004030A publication Critical patent/JP2020004030A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

To provide an artificial intelligence package distribution environment providing system 1 that is highly convenient for both a person having an issue to be solved and a person having an artificial intelligence package.SOLUTION: Presentation means 13 in a distribution environment providing system 1 comprises: a function of accepting a specification of a certain issue to be solved and presenting an artificial intelligence package related to the certain specified issue to be solved based on the certain specified issue to be solved and information on the artificial intelligence package registered in artificial intelligence package registration means 12; and a function of accepting a specification of a certain artificial intelligence package and presenting the issue to be solved related to the specified certain artificial intelligence package or information on the specified certain artificial intelligence package based on the information on the specified certain artificial intelligence package or the information on the specified certain artificial intelligence package and the issue to be solved registered by issue registering means 11.SELECTED DRAWING: Figure 1

Description

本発明は、人工知能パッケージの流通環境を提供する流通環境提供システムに関する。   The present invention relates to a distribution environment providing system that provides a distribution environment for artificial intelligence packages.

近年、人工知能を用いた異常検出技術や最適制御技術等が研究開発され、実用化されている。一般的な人工知能技術を実システムに適用する流れは、まず、AE(自己符号化器)、CNN(畳み込みニューラルネットワーク)、LSTM(ディープラーニングの原理処理)、F−CNN(順伝番型ニューラルネットワーク)、SVM(サポートベクターマシン)などの学習機能及び推論機能を担う1又は複数の学習推論モジュール、並びに、データ読取モジュールや正規化モジュール等の前処理モジュール及び推論結果分類モジュールや入力寄与度算出モジュール等の後処理モジュールなどの学習機能及び推論機能以外の演算処理を担う演算処理モジュールを適宜に組み合わせて、学習及び推論を行うためのデータが入力可能な人工知能モジュールを構成する。そして、学習用データセットや検証用データセットを用意し、さらに、必要に応じて、これらのデータセットを人工知能モジュールに対して入力可能なデータに変換するべく、用意されたデータセットのそれぞれにラベル付与を行って、事前準備を行う。その後、構成された人工知能モジュールに対して、学習用データセットを用いて学習を実施し、検証用データセットを用いて推論を実施して有効性を検証する。その後、有効だと判断された人工知能モジュールのうち、当該人工知能モジュールに含まれる、有効だと判断された学習済みモデルを選定し、当該学習済みモデルを、実システムへ適用することが行われている。   In recent years, abnormality detection technology and optimal control technology using artificial intelligence have been researched, developed, and put to practical use. The flow of applying general artificial intelligence technology to a real system is as follows: AE (self-encoder), CNN (convolutional neural network), LSTM (principal processing of deep learning), F-CNN (forward-sequence neural network) Network), one or more learning inference modules that perform learning and inference functions such as SVM (support vector machine), preprocessing modules such as data reading modules and normalization modules, inference result classification modules, and input contribution calculation Arithmetic processing modules that perform arithmetic processing other than the learning function and the inference function, such as a post-processing module such as a module, are appropriately combined to constitute an artificial intelligence module to which data for learning and inference can be input. Then, a training data set and a verification data set are prepared, and, if necessary, these data sets are converted into data that can be input to the artificial intelligence module. Perform label preparation and prepare in advance. Thereafter, learning is performed on the configured artificial intelligence module using the learning data set, and inference is performed using the verification data set to verify the effectiveness. Thereafter, among the artificial intelligence modules determined to be valid, a learned model determined to be valid, which is included in the artificial intelligence module, is selected, and the learned model is applied to an actual system. ing.

前述のとおり、人工知能モジュールは、前処理モジュール及び後処理モジュールのような演算処理モジュールや、学習推論モジュールなどの様々な内部モジュールによって構成されており、それら内部モジュールの組み合わせによって得られる、人工知能モジュール全体としての学習の効果や推論の効果も様々である。加えて、学習や検証に用いるデータセットの種類や、必要に応じて適用されるデータセットに対するラベル付けの方法の種類によっても、人工知能モジュールの学習の効果や推論の効果は大きく異なり、これらによって、最終的に求められる学習済みモデルの性能は大きく異なるものとなる。   As described above, the artificial intelligence module is configured by various internal modules such as an arithmetic processing module such as a pre-processing module and a post-processing module, and a learning inference module, and is obtained by a combination of these internal modules. The effects of learning and inference on the module as a whole also vary. In addition, the effects of learning and inference of the artificial intelligence module vary greatly depending on the type of data set used for learning and verification and the type of labeling method applied to the data set as needed. However, the performance of the learned model that is ultimately required differs greatly.

一方で、学習済みモデルが適用される実システムが抱える課題、つまり、実システムが人工知能技術を用いて解決したい課題も、その実システムの環境に応じて様々なものがある。
したがって、人工知能モジュールを実システムに適用する研究者や開発者は、様々な内部モジュールを組み合わせた人工知能モジュールの性能について、人工知能モジュール、学習用データセット、検証用データセット、ラベル付けの方法等について検証を行い、経験を積み重ねつつ、得られた経験に基づいて、自身の様々な課題を抱える適用対象に最適な人工知能モジュールを選択し、設計を行なっている。
On the other hand, there are various problems in the real system to which the learned model is applied, that is, the problems that the real system wants to solve using the artificial intelligence technology according to the environment of the real system.
Therefore, researchers and developers who apply artificial intelligence modules to real systems need to study the performance of artificial intelligence modules that combine various internal modules, artificial intelligence modules, training data sets, verification data sets, and labeling methods. After verifying the results and accumulating experience, based on the experience gained, the most appropriate artificial intelligence module for the application subject having various problems is selected and designed.

そして、積み重ねた経験をもとに、特定の適用対象に特化せず、より汎用的な適用対象に対して効果をあげることが判明した人工知能モジュール、学習用データセット、検証用データセット、ラベル付けの方法等を適宜一括りにし、これを人工知能パッケージとして、1又は複数の適用対象に販売・流通しようとする動きも現れはじめている。   Based on the accumulated experience, artificial intelligence modules, learning data sets, verification data sets, which have been found to be effective for more general-purpose applications without specializing in specific applications A trend has begun to appear in which the labeling methods and the like are appropriately grouped and sold as an artificial intelligence package to one or more application targets.

そのような背景のもと、例えば、特許文献1においては、複雑かつ高度な機械学習モデルについて専門家でなくとも簡単に設計可能とすることを目的とした、機械学習モデル設計支援装置が開示されている。特許文献1に開示されたものは、入力されたデータに適用し演算する関数を一つのノードとして表した関数ノードを複数接続することで機械学習モデルを生成し、その上で、機械学習モデル取引サーバに、生成された機械学習モデルを送信する機能を有している。   Under such a background, for example, Patent Literature 1 discloses a machine learning model design support device for the purpose of easily designing a complex and advanced machine learning model without being an expert. ing. The technique disclosed in Patent Document 1 generates a machine learning model by connecting a plurality of function nodes each representing a function to be applied to input data and performing an operation as one node, and then performs a machine learning model transaction. It has a function of transmitting the generated machine learning model to the server.

特許第6007430号公報Japanese Patent No. 60074430

しかしながら、特許文献1は、関数ノードを複数接続することで生成された機械学習モデルが、機械学習モデル取引サーバ上で取引可能である点を開示するものの、前記機械学習モデル取引サーバについての具体的な構成が明らかではなく、機械学習モデル取引サーバが、どのように機械学習モデルを流通させるものであるかを開示するものではない。   However, Patent Literature 1 discloses that a machine learning model generated by connecting a plurality of function nodes can be traded on a machine learning model transaction server. The detailed configuration is not clear, and does not disclose how the machine learning model transaction server distributes the machine learning model.

つまり、特許文献1における機械学習モデル取引サーバは、設計者によって設計された機械学習モデルについて、どのように実システムと関連付けるのか明らかとなっておらず、人工知能技術によって課題を解決したいと考える実システム側の者にとっても、機械学習モデルを提供する者にとっても、利便性の高いものとはいえなかった。   That is, it is not clear how the machine learning model transaction server in Patent Literature 1 relates a machine learning model designed by a designer to an actual system. It was not very convenient for both the system side and those who provided the machine learning model.

このような課題を解決するために、本発明の第一態様によれば、人工知能技術を用いて課題を解決するための人工知能パッケージの流通環境を提供する流通環境提供システムにおいて、当該流通環境提供システムが、課題登録手段と、人工知能パッケージ登録手段と、提示手段とを備え、前記課題登録手段が、人工知能パッケージの適用対象である適用対象システムに関連づけられた解決すべき課題として、適用対象システムへの人工知能技術の適用方法の類型、適用対象システムの特定の変数の種類若しくは特徴、及び、適用対象システムの特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴のうち1又は複数を受付けて登録する機能を有し、前記人工知能パッケージ登録手段が、学習済みモデルを生成する機能を有する人工知能パッケージと共に、当該人工知能パッケージに関する情報として、前記人工知能パッケージが学習する際に用いる人工知能技術の類型、前記人工知能パッケージが学習する際に用いる特定の変数の種類若しくは特徴、前記人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴のうち1又は複数を受付けて登録する機能を有し、前記提示手段が、前記課題登録手段に登録されたある解決すべき課題の指定を受け付け、指定された前記ある解決すべき課題と、前記人工知能パッケージ登録手段に登録された1又は複数の前記人工知能パッケージに関する情報とに基づいて、指定された前記ある解決すべき課題に関連する人工知能パッケージを1又は複数提示する機能、及び、前記人工知能パッケージ登録手段に登録されたある人工知能パッケージ又はある人工知能パッケージに関する情報の指定を受け付け、指定された前記ある人工知能パッケージと共に登録された前記ある人工知能パッケージに関する情報又は指定された前記ある人工知能パッケージに関する情報と、前記課題登録手段により登録された1又は複数の前記解決すべき課題とに基づいて、指定された前記ある人工知能パッケージ又は指定された前記ある人工知能パッケージに関する情報に関連する解決すべき課題を1又は複数提示する機能を有することを特徴とする人工知能パッケージの流通環境を提供する流通環境提供システムが提供される。   According to a first aspect of the present invention, there is provided a distribution environment providing system for providing a distribution environment of an artificial intelligence package for solving the problem using an artificial intelligence technology. The providing system includes a task registration unit, an artificial intelligence package registration unit, and a presentation unit, and the task registration unit applies, as a problem to be solved associated with an application target system to which the artificial intelligence package is applied. Type of application method of artificial intelligence technology to the target system, type or characteristic of specific variable of the target system, and type or characteristic of specific input variable and specific output variable of the target system One or more functions are accepted and registered, and the artificial intelligence package registration means has a function of generating a learned model. Along with the artificial intelligence package to be executed, as information on the artificial intelligence package, the type of artificial intelligence technology used when the artificial intelligence package learns, the type or characteristics of a specific variable used when the artificial intelligence package learns, the artificial intelligence The intelligent package has a function of accepting and registering one or more of a specific input variable type or characteristic and a specific output variable type or characteristic used when learning, and the presenting means is provided in the assignment registering means. A specification of a registered certain problem to be solved is received, and the specification is performed based on the specified certain problem to be solved and information on one or a plurality of the artificial intelligence packages registered in the artificial intelligence package registration unit. For presenting one or more artificial intelligence packages related to the certain problem to be solved And accepting designation of a certain artificial intelligence package or information related to a certain artificial intelligence package registered in the artificial intelligence package registration means, and information relating to the certain artificial intelligence package registered together with the designated certain artificial intelligence package or designated. The specified artificial intelligence package or the specified artificial intelligence package based on the information on the certain artificial intelligence package and the one or more problems to be solved registered by the problem registering means. There is provided a distribution environment providing system for providing a distribution environment of an artificial intelligence package, which has a function of presenting one or more problems to be solved related to information.

また、本発明の第二態様によれば、人工知能技術を用いて課題を解決するための人工知能パッケージの流通環境を提供する流通環境提供システムにおいて、当該流通環境提供システムが、課題登録手段と、人工知能パッケージ登録手段と、提示手段とを備え、前記課題登録手段が、人工知能パッケージの適用対象である適用対象システムに関連づけられた解決すべき課題として、適用対象システムへの人工知能技術の適用方法の類型、適用対象システムの特定の変数の種類若しくは特徴、及び、適用対象システムの特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴のうち1又は複数を受付けて登録する機能を有し、前記人工知能パッケージ登録手段が、学習済みモデルを生成する機能を有する人工知能パッケージと共に、当該人工知能パッケージに関する情報として、前記人工知能パッケージが学習する際に用いる人工知能技術の類型、前記人工知能パッケージが学習する際に用いる特定の変数の種類若しくは特徴、前記人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴のうち1又は複数を受付けて登録する機能を有し、前記提示手段が、前記課題登録手段に登録されたある解決すべき課題の指定を受け付け、指定された前記ある解決すべき課題と、前記人工知能パッケージ登録手段に登録された1又は複数の前記人工知能パッケージに関する情報とに基づいて、指定された前記ある解決すべき課題に関連する人工知能パッケージを1又は複数提示する機能を有することを特徴とする人工知能パッケージの流通環境を提供する流通環境提供システムが提供される。   According to the second aspect of the present invention, in a distribution environment providing system for providing a distribution environment of an artificial intelligence package for solving a problem using artificial intelligence technology, the distribution environment providing system includes: , An artificial intelligence package registering means, and a presenting means, wherein the task registering means includes, as a task to be solved associated with an application target system to which the artificial intelligence package is applied, Accepts and registers one or more of the type of application method, the type or characteristic of a specific variable of the applicable system, and the type or characteristic of a specific input variable and the specific output variable of the applicable system. An artificial intelligence package having a function, wherein the artificial intelligence package registration means has a function of generating a learned model; In addition, as information on the artificial intelligence package, the type of artificial intelligence technology used when the artificial intelligence package learns, the type or characteristics of specific variables used when the artificial intelligence package learns, the artificial intelligence package learns A function of accepting and registering one or more of the type or characteristic of a specific input variable and the type or characteristic of a specific output variable to be used at the time of execution, wherein the presenting means is registered in the assignment registering means. The designation of the problem to be solved is received, and the certain problem to be solved is specified based on the specified problem to be solved and information on one or a plurality of the artificial intelligence packages registered in the artificial intelligence package registration unit. A person having a function of presenting one or more artificial intelligence packages related to a problem to be solved. Distribution environment providing system for providing the distribution system intelligence package is provided.

また、本発明の第三態様によれば、人工知能技術を用いて課題を解決するための人工知能パッケージの流通環境を提供する流通環境提供システムにおいて、当該流通環境提供システムが、課題登録手段と、人工知能パッケージ登録手段と、提示手段とを備え、前記課題登録手段が、人工知能パッケージの適用対象である適用対象システムに関連づけられた解決すべき課題として、適用対象システムへの人工知能技術の適用方法の類型、適用対象システムの特定の変数の種類若しくは特徴、及び、適用対象システムの特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴のうち1又は複数を受付けて登録する機能を有し、前記人工知能パッケージ登録手段が、学習済みモデルを生成する機能を有する人工知能パッケージと共に、当該人工知能パッケージに関する情報として、前記人工知能パッケージが学習する際に用いる人工知能技術の類型、前記人工知能パッケージが学習する際に用いる特定の変数の種類若しくは特徴、前記人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴のうち1又は複数を受付けて登録する機能を有し、前記提示手段が、前記人工知能パッケージ登録手段に登録されたある人工知能パッケージ又はある人工知能パッケージに関する情報の指定を受け付け、指定された前記ある人工知能パッケージと共に登録された前記ある人工知能パッケージに関する情報又は指定された前記ある人工知能パッケージに関する情報と、前記課題登録手段により登録された1又は複数の前記解決すべき課題とに基づいて、指定された前記ある人工知能パッケージ又は指定された前記ある人工知能パッケージに関する情報に関連する解決すべき課題を1又は複数提示する機能を有することを特徴とする人工知能パッケージの流通環境を提供する流通環境提供システムが提供される。   According to the third aspect of the present invention, in a distribution environment providing system for providing a distribution environment of an artificial intelligence package for solving a problem using artificial intelligence technology, the distribution environment providing system includes: , An artificial intelligence package registering means, and a presenting means, wherein the task registering means includes, as a task to be solved associated with an application target system to which the artificial intelligence package is applied, Accepts and registers one or more of the type of application method, the type or characteristic of a specific variable of the applicable system, and the type or characteristic of a specific input variable and the specific output variable of the applicable system. An artificial intelligence package having a function, wherein the artificial intelligence package registration means has a function of generating a learned model; In addition, as information on the artificial intelligence package, the type of artificial intelligence technology used when the artificial intelligence package learns, the type or characteristics of specific variables used when the artificial intelligence package learns, the artificial intelligence package learns A function of accepting and registering one or more of the type or characteristic of a specific input variable and the type or characteristic of a specific output variable to be used in the execution, and wherein the presenting unit is registered in the artificial intelligence package registering unit. Accepting the designation of information related to a certain artificial intelligence package or a certain artificial intelligence package, and information related to the certain artificial intelligence package registered with the specified certain artificial intelligence package or information related to the specified certain artificial intelligence package; One or more entries registered by the assignment register An artificial function having a function of presenting one or more problems to be solved related to the specified certain artificial intelligence package or information related to the specified certain artificial intelligence package based on the problem to be solved. A distribution environment providing system for providing a distribution environment of an intelligent package is provided.

本発明によれば、適用対象システムに関連付けられた解決すべき課題と、人工知能技術を用いて課題を解決するための人工知能パッケージとを、共に流通環境提供システムに登録することができ、解決すべき課題を流通環境提供システムに登録する者によって登録された解決すべき課題と、人工知能パッケージを流通環境提供システムに登録する者によって登録された人工知能パッケージとが、流通環境提供システム上で関連づけて提示されるから、両者にとって利便性の高いシステムを提供することができる。   According to the present invention, the problem to be solved associated with the application target system and the artificial intelligence package for solving the problem using the artificial intelligence technology can be registered together in the distribution environment providing system. The problem to be solved registered by the person registering the problem to be distributed in the distribution environment providing system and the artificial intelligence package registered by the person registering the artificial intelligence package in the distribution environment providing system are displayed on the distribution environment providing system. Since they are presented in association with each other, a system that is highly convenient for both can be provided.

人工知能パッケージの流通環境を提供する流通環境提供システム1のシステム構成図である。1 is a system configuration diagram of a distribution environment providing system 1 that provides a distribution environment of an artificial intelligence package. 課題登録者による課題登録手段11への解決すべき課題の登録操作を表す図である。FIG. 7 is a diagram illustrating an operation of registering an issue to be solved in an issue registration unit 11 by an issue registrant. 人工知能パッケージ登録者による人工知能パッケージ登録手段12への登録操作を表す図である。It is a figure showing the registration operation to the artificial intelligence package registration means 12 by the artificial intelligence package registrant. 人工知能パッケージ指定者による人工知能パッケージ提示手段13への指定操作を表す図である。It is a figure showing the designation | designated operation to the artificial intelligence package presentation means 13 by an artificial intelligence package designator. 提示手段13への指定操作の変形例示す図である。FIG. 11 is a diagram illustrating a modification of the designation operation to the presentation unit 13.

以下、図面を参照して本発明を実施するための形態について説明する。なお、以下では本発明の目的を達成するための説明に必要な範囲を模式的に示し、本発明の該当部分の説明に必要な範囲を主に説明することとし、説明を省略する箇所については公知技術によるものとする。   Hereinafter, embodiments for implementing the present invention will be described with reference to the drawings. In the following, the range necessary for the description for achieving the object of the present invention is schematically shown, and the range necessary for the description of the relevant part of the present invention will be mainly described. It shall be based on a known technique.

まず、図1に、本発明における人工知能技術を用いて課題を解決するための人工知能パッケージの流通環境を提供する流通環境提供システム1のシステム構成図を示す。   First, FIG. 1 shows a system configuration diagram of a distribution environment providing system 1 that provides a distribution environment of an artificial intelligence package for solving the problem using the artificial intelligence technology in the present invention.

図1に示した流通環境提供システム1は、課題登録手段11、人工知能パッケージ登録手段12、人工知能パッケージ提示手段13から構成される。   The distribution environment providing system 1 shown in FIG. 1 includes an issue registering unit 11, an artificial intelligence package registering unit 12, and an artificial intelligence package presenting unit 13.

流通環境提供システム1は、例えば、マウス、キーボードや表示装置等の図示しないユーザインターフェースを備えるコンピュータや、クライアントに対してウェブページ等を介してユーザインターフェースを提供するクラウドシステムを構築可能なサーバ装置等によって実現されるものである。そして、課題登録手段11、人工知能パッケージ登録手段12、人工知能パッケージ提示手段13等、流通環境提供システム1に含まれる各手段のそれぞれは、例えば、アプリケーションや部分プログラムによって実現されるものであって、流通環境提供システム1は、流通環境提供システム1上でアプリケーションや部分プログラムを実行することで、課題登録手段11、人工知能パッケージ登録手段12、人工知能パッケージ提示手段13等、各手段を機能させる構成を備えるものである。
それぞれの手段が備える機能については以下に詳述する。
The distribution environment providing system 1 includes, for example, a computer having a user interface (not shown) such as a mouse, a keyboard, and a display device, and a server device capable of constructing a cloud system that provides a user interface to a client via a web page or the like. It is realized by. Each of the units included in the distribution environment providing system 1, such as the problem registering unit 11, the artificial intelligence package registering unit 12, and the artificial intelligence package presenting unit 13, is realized by, for example, an application or a partial program. The distribution environment providing system 1 executes the application and the partial program on the distribution environment providing system 1 to cause the respective units such as the task registration unit 11, the artificial intelligence package registration unit 12, the artificial intelligence package presentation unit 13, and the like to function. It has a configuration.
The function of each means will be described in detail below.

<課題登録手段11について>
まず、課題登録手段11は、図2に示すとおり、適用対象システム2に関連づけられた、解決すべき課題について、課題登録者からの登録操作を受け付けて図示しない課題ライブラリ等の記憶領域への登録を行う機能を有するものである。
<About the task registration means 11>
First, as shown in FIG. 2, the assignment registering unit 11 accepts a registration operation from an assignment registrant and registers the assignment to be solved in the storage area such as an assignment library (not shown) with respect to the assignment associated with the application target system 2. It has a function of performing

ここで、解決すべき課題とは、適用対象システム2が抱える、解決すべき課題・解決したい課題であって、人工知能技術を適用対象システム2に適用することによって解決することが期待される課題のことを表す。   Here, the problem to be solved is a problem to be solved or a problem to be solved in the application target system 2 and is expected to be solved by applying the artificial intelligence technology to the application target system 2. Represents that.

これは、人工知能技術を適用対象システム2に適用するための適用方法の類型という形で整理することができる。例えば、適用対象2がプラントであれば、解決すべき課題の具体例としては、異常事象に相関の高い1又は複数のセンサ(入力変数)を抽出することが挙げられ、これは人工知能技術の適用方法として捉えると、異常事象に相関の高い入力変数を抽出するための「データマイニング」として表現できる。また別の例として、適用対象2が特定の環境に設置されたロボットの振動防止制御系であれば、解決すべき課題の具体例としては、ロボットの振動量(加速度センサの出力値)と、電流値、モータ速度及びモータ温度という既知の相関関係を有するパラメータの最適化が挙げられ、これは人工知能技術の適用方法として捉えると、振動防止制御に際して互いに相関することが既知である変数についての「パラメータ最適化」として表現できる。さらに別の例として、適用対象2がカメラ画像により製造ライン上の製品を検品する装置であれば、解決すべき課題の具体例としては、カメラ画像の特徴に基づいて正常製品と異常製品とを見分けることが挙げられ、これは人工知能技術の適用方法として捉えると、正常製品のカメラ画像と異常製品のカメラ画像とを分類する「クラスタリング」として表現できる。   This can be organized in the form of a type of application method for applying the artificial intelligence technology to the application target system 2. For example, if the application target 2 is a plant, a specific example of the problem to be solved is to extract one or a plurality of sensors (input variables) having a high correlation with an abnormal event. When viewed as an application method, it can be expressed as "data mining" for extracting input variables highly correlated with abnormal events. Further, as another example, if the application target 2 is a vibration prevention control system of a robot installed in a specific environment, specific examples of problems to be solved include a robot vibration amount (an output value of an acceleration sensor) and Optimization of parameters having a known correlation such as current value, motor speed and motor temperature, which can be considered as a method of applying artificial intelligence technology, for variables that are known to correlate with each other in anti-vibration control. It can be expressed as "parameter optimization". As yet another example, if the application target 2 is an apparatus that inspects a product on a production line by using a camera image, a specific example of a problem to be solved is to determine a normal product and an abnormal product based on the characteristics of the camera image. This can be expressed as "clustering", which classifies the camera image of a normal product and the camera image of an abnormal product as a method of applying the artificial intelligence technology.

また、解決すべき課題について、他の情報が明らかとなっている場合、つまり、解決すべき課題に関連する、適用システムにおける「変数の種類若しくは特徴」が既知である場合には、解決すべき課題を、「変数の種類若しくは特徴」として表現することができる。この「変数の種類若しくは特徴」は、例えば前述した、適用対象2が特定の環境に設置されたロボットの振動防止制御系の例であれば、振動防止制御を行うに際し、ロボットの振動量(変数の種類)と、電流値(変数の種類)、モータ速度(変数の種類)及びモータ温度(変数の種類)を何かしら用いることが既知である場合、解決すべき課題は、「ロボットの振動量(加速度センサの出力値)」、「電流値」、「モータ速度」、「モータ温度」を列記する等により、(課題解決に関連する)変数の種類(若しくは特徴)として表現できる。このとき、前記「ロボットの振動量(加速度センサの出力値)」は、「加速度センサの出力値」のように、変数の種類として特定してもよく、また、振動を抽出するための加速度信号は短い時間で激しい変化を起こすこと等を性質として有するものであることから「振動量」を抽出するための「加速度センサの出力値」を「振動を表す信号」のように変数の特徴として特定してもよい。同様に、他の変数についても、「モータ温度」のセンサ値のように変数の種類として特定してもよく、また、熱系である温度信号は応答値の時定数が大きくむだ時間を含むこと等を性質として有するものであることから「モータ温度」を「温度を表す信号」のように変数の特徴として特定してもよい。   Also, if other information is clear about the problem to be solved, that is, if the “variable type or characteristic” in the application system related to the problem to be solved is known, the problem should be solved. The task can be expressed as “variable type or characteristic”. This “variable type or characteristic” is, for example, when the application target 2 is an example of the vibration prevention control system of a robot installed in a specific environment, the vibration amount (variable ), The current value (variable type), the motor speed (variable type), and the motor temperature (variable type) are known to be used. By listing the “output value of the acceleration sensor)”, “current value”, “motor speed”, and “motor temperature”, it can be expressed as a type (or feature) of a variable (related to problem solving). In this case, the “vibration amount of the robot (output value of the acceleration sensor)” may be specified as a type of a variable like “output value of the acceleration sensor”, and an acceleration signal for extracting vibration may be specified. Since it has the property of causing a drastic change in a short time, etc., the "output value of the acceleration sensor" for extracting "vibration amount" is specified as a characteristic of the variable like "signal representing vibration" May be. Similarly, other variables may be specified as the type of the variable, such as the sensor value of “motor temperature”, and the temperature signal, which is a thermal system, has a large time constant of the response value and includes a dead time. Since it has such properties as “characteristics”, “motor temperature” may be specified as a characteristic of a variable like “signal representing temperature”.

また、解決すべき課題について、さらに他の情報が明らかとなっている場合、つまり、解決すべき課題に関連する既知の相関関係を表す、適用対象システムの「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」が既知である場合には、解決すべき課題を、「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」として表現することができる。この「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」は、例えば前述した、適用対象2が特定の環境に設置されたロボットの振動防止制御系の例であれば、振動防止制御を行うに際し、ロボットの振動量(出力変数の種類)と、電流値(入力変数の種類)、モータ速度(入力変数の種類)及びモータ温度(入力変数の種類)との関係について、互いに相関するものであることが既知である場合、解決すべき課題は、出力変数の種類である「ロボットの振動量(加速度センサの出力値)」と、入力変数の種類である「電流値」、「モータ速度」及び「モータ温度」との相関関係(の調整ないし最適化)として表現できる。このとき、前記「ロボットの振動量(加速度センサの出力値)」は、「加速度センサの出力値」のように、出力変数の種類として特定してもよく、また、振動を抽出するための加速度信号は短い時間で激しい変化を起こすこと等を性質として有するものであることから「振動量」を抽出するための「加速度センサの出力値」を「振動を表す信号」のように出力変数の特徴として特定してもよい。同様に、入力変数についても、「モータ温度」のセンサ値のように入力変数の種類として特定してもよく、また、熱系である温度信号は応答値の時定数が大きくむだ時間を含むこと等を性質として有するものであることから「モータ温度」を「温度を表す信号」のように入力変数の特徴として特定してもよい。   In addition, when further information is known about the problem to be solved, that is, the type of the specific input variable or the characteristic and characteristic of the target system, which indicates a known correlation related to the problem to be solved. If the "type or characteristic of the specific output variable" is known, the problem to be solved can be expressed as "the type or characteristic of the specific input variable and the type or characteristic of the specific output variable". The “type or characteristic of a specific input variable and the type or characteristic of a specific output variable” is, for example, the above-described example in which the application target 2 is a vibration prevention control system of a robot installed in a specific environment. When performing the prevention control, the relationship between the robot vibration amount (type of output variable), current value (type of input variable), motor speed (type of input variable), and motor temperature (type of input variable) If it is known that they are correlated, the problem to be solved is that the type of output variable is “the amount of vibration of the robot (output value of the acceleration sensor)”, the type of input variable is “current value”, It can be expressed as a correlation (adjustment or optimization) with “motor speed” and “motor temperature”. In this case, the “vibration amount of the robot (output value of the acceleration sensor)” may be specified as a type of an output variable like “output value of the acceleration sensor”, and the acceleration for extracting the vibration may be specified. Since the signal has a characteristic of causing a drastic change in a short time, etc., the output value of the acceleration sensor for extracting the "vibration amount" is a characteristic of the output variable like "signal representing vibration". May be specified. Similarly, the input variable may be specified as the type of the input variable, such as the sensor value of “motor temperature”, and the temperature signal which is a thermal system has a large response time constant and includes a dead time. Since it has characteristics such as “motor temperature”, “motor temperature” may be specified as a feature of the input variable like “signal representing temperature”.

そして、課題登録者は、上述のように、「人工知能技術を適用対象システム2に適用するための適用方法の類型」、適用対象システム2の「変数の種類若しくは特徴」や、適用対象システム2の「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」として表現される解決すべき課題について、それらのうちの1又は複数を、流通環境提供システム1の図示しないユーザインターフェースを介して、課題登録手段11に対して登録を行う。   Then, as described above, the registrant assigns “type of application method for applying artificial intelligence technology to application target system 2”, “variable type or characteristic” of application target system 2 and application target system 2 One or more of the problems to be solved expressed as “types or characteristics of specific input variables and types or characteristics of specific output variables” are displayed on a user interface (not shown) of the distribution environment providing system 1. The registration is made to the assignment registering means 11 via the server.

登録の具体的な方法については、流通環境提供システム1が、図示しないユーザインターフェースを提示して、課題登録者に解決すべき課題を直接入力させてもよいし、予め課題登録手段11に登録された解決すべき課題や、過去に登録された解決すべき課題を一覧表示することで、課題登録者に解決すべき課題を選択させてもよい。   As for a specific method of registration, the distribution environment providing system 1 may present a user interface (not shown) to directly input the problem to be solved by the problem registrant, or may be registered in the problem registration unit 11 in advance. By displaying a list of problems to be solved or problems to be solved registered in the past, a problem registrant may be allowed to select a problem to be solved.

また、過去に登録された解決すべき課題における「変数の種類若しくは特徴」や、「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」から入力や出力を問わない形で「変数の種類若しくは特徴」を抽出したものを、課題登録者に一覧表示すると共に、当該一覧表示された「変数の種類若しくは特徴」の中から所望の「変数の種類若しくは特徴」を選択させて、解決すべき課題である、適用対象システム2の「変数の種類若しくは特徴」を選択させてもよいし、前記一覧表示された「変数の種類若しくは特徴」の中から所望の「変数の種類若しくは特徴」を、入力変数としてのものであるか、出力変数としてのものであるかという情報と合わせて選択させて、解決すべき課題である、適用対象システム2の「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」の入力又は選択に代えてもよい。   In addition, "variable type or characteristic" in the problem to be solved registered in the past or "type or characteristic of specific input variable and type or characteristic of specific output variable" can be input and output in any form. The extracted `` variable type or characteristic '' is displayed to the project registrant in a list, and a desired `` variable type or characteristic '' is selected from the displayed `` variable type or characteristic ''. The "variable type or characteristic" of the application target system 2, which is a problem to be solved, may be selected, or a desired "variable type or characteristic" may be selected from the "variable type or characteristic" displayed in the list. Is selected together with the information as to whether it is an input variable or an output variable, and the "specific Or instead of the input or selection of the force variable type or features and the type or characteristics of the particular output variable. "

入力された解決すべき課題又は選択された解決すべき課題は、課題登録者を一意に識別可能な識別符号、課題登録者の名称、課題登録者の連絡先、課題登録日時等の課題登録者情報と共に、図示しない記憶領域である流通環境提供システム1の課題ライブラリへ追加保存される。   The input task to be solved or the selected task to be solved is the issue registrant such as an identification code that can uniquely identify the task registrant, the name of the task registrant, the contact information of the task registrant, and the date and time of the task registration. Along with the information, the information is additionally stored in an assignment library of the distribution environment providing system 1 which is a storage area (not shown).

また、課題登録手段11に解決すべき課題を登録するに際しては、適用対象2についての製造業、農業、医療等の「業種」が解決すべき課題に関連づけられて合わせて登録されてよい。   When registering the problem to be solved in the problem registering means 11, the "business type" of the application target 2, such as manufacturing, agriculture, medical treatment, etc., may be registered in association with the problem to be solved.

適用対象2が特定の環境に設置されたロボットの振動防止制御系の例であれば、課題登録者が課題登録手段11に対して順に登録操作を行うことで、課題登録手段11が、登録操作を受け付けたものに対し、解決すべき課題として、「業種」として「製造業」、「人工知能技術を適用対象システム2に適用するための適用方法の類型」として「パラメータ最適化」、適用対象システム2の「変数の種類若しくは特徴」として「ロボットの振動量(加速度センサの出力値)」、「電流値」、「モータ速度」、「モータ温度」のそれぞれをデータベースに格納可能なデータ形式に列記して、課題登録者情報と共に課題ライブラリに追加保存することが考えられる。   If the application target 2 is an example of a vibration prevention control system of a robot installed in a specific environment, the assignment registrant performs the registration operation on the assignment registration unit 11 in order, and the assignment registration unit 11 performs the registration operation. The following are the issues to be solved: "manufacturing industry" as the "business type", "parameter optimization" as the "type of application method for applying the artificial intelligence technology to the applicable system 2," In the data format that can store each of “the amount of vibration of the robot (output value of the acceleration sensor)”, “current value”, “motor speed”, and “motor temperature” as “variable type or feature” of the system 2, It is conceivable that the information is listed and added to the assignment library together with the assignment registrant information.

また、別の例では、課題登録者が課題登録手段11に対して順に登録操作を行うことで、登録操作を受け付けたものに対し、課題登録手段11が、解決すべき課題として、「人工知能技術を適用対象システム2に適用するための適用方法の類型」として「パラメータ最適化」、適用対象システム2の「変数の種類若しくは特徴」として「ロボットの振動量(加速度センサの出力値)」、「電流値」、「モータ速度」、「モータ温度」、適用対象システム2の「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」における出力変数の種類として「ロボットの振動量(加速度センサの出力値)」と、適用対象システム2の「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」における入力変数の種類として「電流値」、「モータ速度」及び「モータ温度」のそれぞれをデータベースに格納可能なデータ形式に列記して、課題登録者情報と共に課題ライブラリに追加保存することが考えられる。   In another example, the assignment registrant performs registration operations on the assignment registration unit 11 in order, so that the assignment registration unit 11 sets "artificial intelligence" “Parameter optimization” as “type of application method for applying technology to application target system 2”, “robot vibration amount (output value of acceleration sensor)” as “variable type or characteristic” of application target system 2; “Current value”, “Motor speed”, “Motor temperature”, and “Robot vibration amount” as output variable types in “Specific input variable types or characteristics and specific output variable types or characteristics” of applicable system 2 (The output value of the acceleration sensor) "and the input variable in" the type or characteristic of the specific input variable and the type or characteristic of the specific output variable "of the application target system 2. "Current value" as the type and listed respectively can be stored in a database of data format "motor speed" and "motor temperature", it is conceivable to add storage challenges library with problems registrant information.

<人工知能パッケージ登録手段12について>
次に、人工知能パッケージ登録手段12について説明する。人工知能パッケージ登録手段12は、図3に示すとおり、人工知能パッケージ登録者によって提供される人工知能パッケージ及び人工知能パッケージに関する情報について、人工知能パッケージ登録者からの登録操作を受け付けて、人工知能パッケージライブラリ等の図示しない記憶領域への登録を行う機能を有するものである。
<About the artificial intelligence package registration means 12>
Next, the artificial intelligence package registration means 12 will be described. As shown in FIG. 3, the artificial intelligence package registration unit 12 receives a registration operation from the artificial intelligence package registrant with respect to the artificial intelligence package provided by the artificial intelligence package registrant and information on the artificial intelligence package, and It has a function of registering in a storage area (not shown) such as a library.

ここで、人工知能パッケージとは、人工知能パッケージ登録者によって、開発やインテグレートされ、流通環境提供システム1に対して提供されるものであり、所定の学習データセットを入力して学習を行うことで、実システムである適用対象システム2に適用可能な学習済みモデルを生成することができるものである。   Here, the artificial intelligence package is developed and integrated by an artificial intelligence package registrant, and provided to the distribution environment providing system 1, and is obtained by inputting a predetermined learning data set and performing learning. It is possible to generate a learned model applicable to the application target system 2 which is a real system.

人工知能パッケージには、学習を行い、学習済みモデルを生成するために必要な手段が備えられている。   The artificial intelligence package has the necessary means for learning and generating a trained model.

すなわち、人工知能パッケージは、人工知能モジュールが学習や推論を行う際に用いるデータセットを読み取る機能を有する読取モジュール、データセットを正規化するための正規化モジュール、データセットのデータ集合を分割する機能を有するデータ分割モジュール、データセットから所望のデータを抽出する機能を有するデータ抽出モジュール、データセットのデータを結合する機能を有するデータ結合モジュール、画像データのリサイズを行う機能を有する画像データリサイズモジュール、画像データのフィルタ処理を行う機能を有する画像データフィルタモジュール、データセットに正常/異常のラベル付けを行う機能を有するデータラベリングモジュール等の前処理モジュール、学習推論モジュールの推論結果に対する正常/異常の判定結果を分類する機能を有する推論結果分類モジュール、判定結果に対する入力寄与度を算出する機能を有する入力寄与度算出モジュール等の後処理モジュール、複数の内部モジュールが並列して接続される場合に、並列する内部モジュールの直前に配置され、並列する内部モジュールに対してデータをどのように受けわたすかを制御するデータ分岐制御モジュール、並列して接続された内部モジュールのそれぞれが一つの内部モジュールに接続される場合に、前記並列して接続された内部モジュールの直後に配置され、前記並列して接続された内部モジュールのそれぞれから前記一つの内部モジュールに対してデータをどのように受けわたすかを制御するデータ合流制御モジュール、前記並列して接続された内部モジュールのそれぞれから前記一つの内部モジュールに対してデータを受け渡す際に、前記並列して接続された内部モジュールのそれぞれの直後に配置され、前記並列して配置されたモジュールのそれぞれから出力されるデータの待ち合わせを制御するデータ待ち合わせ制御モジュール、内部モジュールからのデータ出力を前段にフィードバックするデータループ制御モジュール等のデータフロー制御モジュール、AE(自己符号化器)、CNN(畳み込みニューラルネットワーク)、LSTM(ディープラーニングの原理処理)、F−CNN(順伝番型ニューラルネットワーク)、SVM(サポートベクターマシン)、決定木学習、GP(遺伝的プログラミング)等の学習推論モジュールを、学習を行い、学習済みモデルを生成することができるように、つまり、少なくとも1つの学習推論モジュールを含むように、1つの学習推論モジュールを指定するか、又は、少なくとも1つの学習推論モジュールを含みつつその他のモジュールを適宜組み合わせて構成されるものである。   That is, the artificial intelligence package includes a reading module having a function of reading a data set used when the artificial intelligence module performs learning and inference, a normalization module for normalizing the data set, and a function of dividing a data set of the data set. A data extraction module having a function of extracting desired data from a data set, a data combining module having a function of combining data of a data set, an image data resizing module having a function of resizing image data, An image data filter module having a function of filtering image data, a pre-processing module such as a data labeling module having a function of labeling a data set as normal / abnormal, and a normal / abnormal for an inference result of a learning inference module. The inference result classification module having a function of classifying the determination result, the post-processing module such as the input contribution calculation module having the function of calculating the input contribution to the determination result, when a plurality of internal modules are connected in parallel , A data branching control module that is arranged immediately before a parallel internal module and controls how data is received by the parallel internal module, and each of the internal modules connected in parallel becomes one internal module. When connected, it is arranged immediately after the parallel-connected internal modules, and determines how data is received from each of the parallel-connected internal modules to the one internal module. The data merging control module to be controlled and the internal module connected in parallel When passing data to the one internal module from, awaiting of data output from each of the modules arranged in parallel and arranged immediately after each of the internal modules connected in parallel. A data queuing control module that controls data, a data flow control module such as a data loop control module that feeds back data output from an internal module to the previous stage, AE (self-encoder), CNN (convolutional neural network), LSTM (for deep learning) Principle processing), learning inference modules such as F-CNN (forward sequential neural network), SVM (support vector machine), decision tree learning, and GP (genetic programming) are performed to generate a trained model. So that you can , One learning inference module is specified so as to include at least one learning inference module, or another module is appropriately combined with at least one learning inference module.

前述のモジュールは、それぞれプログラムやアプリケーションとして実現可能であり、それらを適宜組み合わせて構成される人工知能パッケージもまた、プログラムやアプリケーションとして実現されるものである。   Each of the above-described modules can be realized as a program or an application, and an artificial intelligence package configured by appropriately combining them is also realized as a program or an application.

また、人工知能パッケージには、必要に応じて、学習や推論に有効であることが既知であるデータセットや、当該データセットに有効であることが既知であるラベル付けを行うモジュール等が付加されてもよい。データセットやラベル付けを行うモジュールのそれぞれを人工知能パッケージに付加するにあたり、データセットは、例えばアプリケーションとして実現される人工知能パッケージ内のデータ保持部に格納されてよく、ラベル付けを行うモジュールは、例えばプログラムとして人工知能パッケージに含まれてよい。   In addition, the artificial intelligence package is provided with a data set that is known to be effective for learning and inference, a labeling module that is known to be effective for the data set, and the like, as necessary. You may. In adding each of the dataset and the module for labeling to the artificial intelligence package, the dataset may be stored in a data holding unit in the artificial intelligence package realized as an application, for example, and the module for labeling may be For example, it may be included in the artificial intelligence package as a program.

この各種モジュールの適宜の組み合わせで構成される人工知能パッケージは、学習推論モジュールの作用によって、学習データを入力することで、内部の重みパラメータ等を変更させていき、複数の学習済みモデル候補を生成する。その後、複数の学習済みモデル候補に対して検証用のデータセットを入力し、その出力結果から、検証結果の優れた学習済みモデルを選定し、選定したものを実行ファイル形式のプログラムとして外部に出力することで、実システムである適用対象へ適用するための学習済みモデルを生成することができる。   An artificial intelligence package composed of an appropriate combination of these various modules generates a plurality of trained model candidates by changing the internal weight parameters and the like by inputting learning data by the action of the learning inference module. I do. After that, a data set for verification is input to a plurality of trained model candidates, a trained model with excellent verification results is selected from the output result, and the selected model is output to the outside as an executable file program By doing so, it is possible to generate a learned model to be applied to an application target that is a real system.

一方、学習推論モジュール及び学習済みモデルは、適用対象へ人工知能技術を適用するための方法によって、例えば、「データマイニング」、「パラメータ最適化」、「クラスタリング」等に分類することができるから、学習推論モジュールを包含し、学習済みモデルを生成する機能を有する人工知能パッケージは、「人工知能パッケージが学習する際に用いる人工知能技術の類型」に基づいて整理することができる。   On the other hand, the learning inference module and the learned model can be classified into, for example, “data mining”, “parameter optimization”, and “clustering” by a method for applying the artificial intelligence technology to the application target. An artificial intelligence package that includes a learning inference module and has a function of generating a learned model can be arranged based on “types of artificial intelligence technology used when the artificial intelligence package learns”.

また、学習推論モジュール及び学習済みモデルは、学習に際して、特定の種類や特徴を有する変数を用いるものであるから、学習推論モジュールを包含し、学習済みモデルを生成する機能を有する人工知能パッケージには、「特定の変数の種類若しくは特徴」に関する情報を有するものが含まれる。例えば、「ロボットの振動量(加速度センサの出力値)」と、入力変数の種類である「電流値」、「モータ速度」及び「モータ温度」との相関関係について最適化を行うことを目的として設計された人工知能パッケージは、「ロボットの振動量(加速度センサの出力値)」、「電流値」、「モータ速度」、「モータ温度」に関する情報を扱うものであるから、「ロボットの振動量(加速度センサの出力値)」、「電流値」、「モータ速度」、「モータ温度」に関する情報は、人工知能パッケージに関する情報であると考えられる。このとき、前記「ロボットの振動量(加速度センサの出力値)」は、「加速度センサの出力値」のように、変数の種類として特定してもよく、また、振動を抽出するための加速度信号は短い時間で激しい変化を起こすこと等を性質として有するものであることから「振動量」を抽出するための「加速度センサの出力値」を「振動を表す信号」のように変数の特徴として特定してもよい。同様に、「モータ温度」についても、「モータ温度」のセンサ値のように変数の種類として特定してもよく、また、熱系である温度信号は応答値の時定数が大きくむだ時間を含むこと等を性質として有するものであることから「モータ温度」を「温度を表す信号」のように変数の特徴として特定してもよい。   In addition, since the learning inference module and the learned model use variables having specific types and characteristics during learning, an artificial intelligence package that includes the learning inference module and has a function of generating a learned model is included in the artificial intelligence package. , Which have information on “the type or characteristic of a specific variable”. For example, for the purpose of optimizing the correlation between “the amount of vibration of the robot (the output value of the acceleration sensor)” and the types of the input variables “current value”, “motor speed”, and “motor temperature” Since the designed artificial intelligence package deals with information on “robot vibration (output value of acceleration sensor)”, “current value”, “motor speed”, and “motor temperature”, (The output value of the acceleration sensor), the “current value”, the “motor speed”, and the “motor temperature” are considered to be information on the artificial intelligence package. In this case, the “vibration amount of the robot (output value of the acceleration sensor)” may be specified as a type of a variable like “output value of the acceleration sensor”, and an acceleration signal for extracting vibration may be specified. Since it has the property of causing a drastic change in a short time, etc., the "output value of the acceleration sensor" for extracting "vibration amount" is specified as a characteristic of a variable like "signal representing vibration" May be. Similarly, the “motor temperature” may be specified as a type of a variable, such as a sensor value of the “motor temperature”, and the time signal of the thermal system has a large time constant of a response value and includes a dead time. Since it has such a characteristic, “motor temperature” may be specified as a feature of a variable like “signal representing temperature”.

さらに、学習推論モジュール及び学習済みモデルは、学習に際して、「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」を用いるものもあることから、学習推論モジュールを包含し、学習済みモデルを生成する機能を有する人工知能パッケージには、「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」に関する情報を有するものが含まれる。例えば、出力変数の種類である「ロボットの振動量(加速度センサの出力値)」と、入力変数の種類である「電流値」、「モータ速度」及び「モータ温度」との相関関係について最適化を行うことを目的として設計された人工知能パッケージは、出力変数の種類である「ロボットの振動量(加速度センサの出力値)」と、入力変数の種類である「電流値」、「モータ速度」及び「モータ温度」との相関関係を扱うものであるから、出力変数の種類である「ロボットの振動量(加速度センサの出力値)」と、入力変数の種類である「電流値」、「モータ速度」及び「モータ温度」との相関関係は、人工知能パッケージに関する情報であると考えられる。このとき、前記「ロボットの振動量(加速度センサの出力値)」は、「加速度センサの出力値」のように、変数の種類として特定してもよく、また、振動を抽出するための加速度信号は短い時間で激しい変化を起こすこと等を性質として有するものであることから「振動量」を抽出するための「加速度センサの出力値」を「振動を表す信号」のように変数の特徴として特定してもよい。同様に、「モータ温度」についても、「モータ温度」のセンサ値のように変数の種類として特定してもよく、また、熱系である温度信号は応答値の時定数が大きくむだ時間を含むこと等を性質として有するものであることから「モータ温度」を「温度を表す信号」のように変数の特徴として特定してもよい。   Further, the learning inference module and the trained model include a learning inference module because some models use “the type or characteristic of a specific input variable and the type or characteristic of a specific output variable” in learning. The artificial intelligence package having a function of generating a model includes a package having information on “the type or characteristic of a specific input variable and the type or characteristic of a specific output variable”. For example, optimization is performed on the correlation between the type of output variable “robot vibration amount (output value of acceleration sensor)” and the types of input variables “current value”, “motor speed”, and “motor temperature”. The artificial intelligence package designed for the purpose of performing is to output the type of the output variable "the amount of vibration of the robot (output value of the acceleration sensor)", the type of the input variable "current value", "motor speed" And the correlation between "motor temperature" and the type of output variables, "the amount of vibration of the robot (output value of the acceleration sensor)", and the types of input variables "current value" and "motor". The correlation between "speed" and "motor temperature" is considered to be information about the artificial intelligence package. In this case, the “vibration amount of the robot (output value of the acceleration sensor)” may be specified as a type of a variable like “output value of the acceleration sensor”, and an acceleration signal for extracting vibration may be specified. Since it has the property of causing a drastic change in a short time, etc., the "output value of the acceleration sensor" for extracting "vibration amount" is specified as a characteristic of the variable like "signal representing vibration" May be. Similarly, the “motor temperature” may be specified as a type of a variable, such as a sensor value of the “motor temperature”, and the time signal of the thermal system has a large time constant of a response value and includes a dead time. Since it has such a characteristic, “motor temperature” may be specified as a feature of a variable like “signal representing temperature”.

そして、人工知能パッケージ登録者は、人工知能パッケージ登録手段12に対して人工知能パッケージを登録すると共に、人工知能パッケージに関する情報として、「人工知能パッケージが学習する際に用いる人工知能技術の類型」、「人工知能パッケージが学習する際に用いる変数の種類若しくは特徴」や、「人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」について、それらのうち1又は複数を、流通環境提供システム1の図示しないユーザインターフェースを介して、人工知能パッケージ登録手段12に対して登録を行う。   Then, the artificial intelligence package registrant registers the artificial intelligence package in the artificial intelligence package registration unit 12 and, as information on the artificial intelligence package, “type of artificial intelligence technology used when the artificial intelligence package learns”, Regarding the "types or characteristics of variables used when the artificial intelligence package learns" or "the types or characteristics of specific input variables and the types or characteristics of specific output variables used when the artificial intelligence package learns", One or more of them are registered in the artificial intelligence package registration unit 12 via a user interface (not shown) of the distribution environment providing system 1.

登録の具体的な方法については、人工知能パッケージは、当該人工知能パッケージを実現するプログラムの実行ファイル形式のプログラムやアプリケーションについて、流通環境提供システム1が、図示しないユーザインターフェースを介してアップロードさせることが考えられ、人工知能パッケージに関する情報については、流通環境提供システム1が、図示しないユーザインターフェースを提示して人工知能パッケージ登録者に直接入力させてもよいし、予め人工知能パッケージ登録手段12に登録された人工知能パッケージに関する情報や、過去に登録された人工知能パッケージに関する情報を一覧表示することで、人工知能パケージ登録者に人工知能パッケージに関する情報を選択させてもよい。   Regarding the specific method of registration, the artificial intelligence package may be configured such that the distribution environment providing system 1 uploads a program or an application in the form of an executable file of a program that realizes the artificial intelligence package via a user interface (not shown). Regarding the information on the artificial intelligence package, the distribution environment providing system 1 may present a user interface (not shown) and directly input the information to the registrant of the artificial intelligence package, or may be registered in the artificial intelligence package registration unit 12 in advance. By displaying a list of information on the artificial intelligence package and information on the artificial intelligence package registered in the past, the registrant of the artificial intelligence package may select information on the artificial intelligence package.

また、過去に登録された人工知能パッケージに関する情報における「人工知能パッケージが学習する際に用いる変数の種類若しくは特徴」や「人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」から、入力や出力を問わない形で「変数の種類若しくは特徴」を抽出し、人工知能パッケージ登録者に一覧表示すると共に、当該一覧表示された「人工知能パッケージが学習する際に用いる変数の種類若しくは特徴」の中から所望の「変数の種類若しくは特徴」を選択させて、人工知能パッケージに関する情報である、「人工知能パッケージが学習する際に用いる変数の種類若しくは特徴」を選択させてもよいし、前記一覧表示された「変数の種類若しくは特徴」の中から所望の「変数の種類若しくは特徴」を入力変数として用いるものであるか、出力変数として用いるものであるかを判別可能に選択させて、選択されたものによって、人工知能パッケージに関する情報である、適用対象システム2の「人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」の入力又は選択に代えてもよい。   In addition, in the information on the artificial intelligence package registered in the past, “type or feature of variable used when learning by artificial intelligence package” or “type or feature of specific input variable used when learning by artificial intelligence package and identification” `` Types or characteristics of output variables '' from `` types or characteristics of variables '', extract `` types or characteristics of variables '' in any form regardless of input or output, display the list to the artificial intelligence package registrant, and By selecting a desired `` variable type or feature '' from among `` variable types or characteristics used in learning '' and information on the artificial intelligence package, `` variable type or characteristics used by the artificial intelligence package when learning "Characteristic" or select a desired one from "variable types or characteristics" displayed in the list. The type or characteristic of the variable ”is used as an input variable or an output variable, and the selected system is used as the information on the artificial intelligence package. May be replaced with the input or selection of “type or characteristic of specific input variable and type or characteristic of specific output variable used when learning by artificial intelligence package”.

入力された人工知能パッケージに関する情報又は選択された人工知能パッケージに関する情報は、人工知能パッケージ登録者を一意に識別可能な識別符号、人工知能パッケージ登録者の名称、人工知能パッケージ登録者の連絡先、人工知能パッケージの登録日時等の人工知能パッケージ登録者情報と共に、流通環境提供システム1の図示しない記憶領域である人工知能パッケージライブラリへ追加保存される。   The information about the input artificial intelligence package or the information about the selected artificial intelligence package is an identification code capable of uniquely identifying the artificial intelligence package registrant, the name of the artificial intelligence package registrant, the contact information of the artificial intelligence package registrant, Along with the artificial intelligence package registrant information such as the registration date of the artificial intelligence package, the information is additionally stored in an artificial intelligence package library, which is a storage area (not shown) of the distribution environment providing system 1.

また、人工知能パッケージ登録手段12に人工知能パッケージ及び人工知能パッケージに関する情報を登録するに際しては、人工知能パッケージがターゲットとする製造業、農業、医療等の「業種」が関連づけられて合わせて登録されてよい。   Further, when registering the artificial intelligence package and the information on the artificial intelligence package in the artificial intelligence package registration means 12, the “industry” such as manufacturing, agriculture, medical treatment, etc. targeted by the artificial intelligence package is registered and associated. May be.

適用対象2が特定の環境に設置されたロボットの振動防止制御系の例であれば、人工知能パッケージ登録者が、ロボットの振動防止制御系に対する学習済みモデルを生成する人工知能パッケージを実現するプログラムの実行ファイル形式のプログラムやアプリケーションについて、ユーザインターフェースを介してアップロードさせ、また、人工知能パッケージ登録手段12に対して順に登録操作を行うことで、人工知能パッケージ登録手段12が、登録操作を受け付けたものに対し、人工知能パッケージに関する情報として、「業種」として「製造業」、「ロボット」、「人工知能パッケージが学習する際に用いる人工知能技術の類型」として、「パラメータ最適化」、「人工知能パッケージが学習する際に用いる変数の種類若しくは特徴」として「ロボットの振動量(加速度センサの出力値)」、「電流値」、「モータ速度」のそれぞれをデータベースに格納可能なデータ形式に列記して、人工知能パッケージ登録者情報と共に、人工知能パッケージライブラリに追加保存する。
また、別の例では、人工知能パッケージ登録者が、ロボットの振動防止制御系に対する学習済みモデルを生成する人工知能パッケージを実現するプログラムの実行ファイル形式のプログラムやアプリケーションについて、ユーザインターフェースを介してアップロードさせ、また、人工知能パッケージ登録手段12に対して順に登録操作を行うことで、人工知能パッケージ登録手段12が、「人工知能パッケージが学習する際に用いる人工知能技術の類型」として、「パラメータ最適化」、「人工知能パッケージが学習する際に用いる変数の種類若しくは特徴」として「ロボットの振動量(加速度センサの出力値)」、「電流値」、「モータ速度」、「人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」における出力変数の種類として「ロボットの振動量(加速度センサの出力値)」と、「人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」における入力変数の種類として「電流値」、「モータ速度」及び「モータ温度」のそれぞれをデータベースに格納可能なデータ形式に列記して、人工知能パッケージ登録者情報と共に課題ライブラリに追加保存する。
If the application target 2 is an example of an anti-vibration control system of a robot installed in a specific environment, a program that realizes an artificial intelligence package that generates a trained model for the anti-vibration control system of the robot by an artificial intelligence package registrant By uploading the program or application in the executable file format through the user interface, and performing the registration operation on the artificial intelligence package registration unit 12 in order, the artificial intelligence package registration unit 12 accepts the registration operation. In contrast, information on artificial intelligence packages includes "manufacturing industry" and "robots" as "industry types" and "parameter optimization" and "artificial intelligence" as "types of artificial intelligence technology used when learning artificial intelligence packages." Types or characteristics of variables used by the intelligence package for learning The robot vibration amount (output value of the acceleration sensor), the current value, and the motor speed are listed in a data format that can be stored in the database. Save to library.
In another example, an artificial intelligence package registrant uploads, via a user interface, a program or an application in the form of an executable file of a program for realizing an artificial intelligence package for generating a learned model for a robot anti-vibration control system. In addition, by performing the registration operation on the artificial intelligence package registration unit 12 in order, the artificial intelligence package registration unit 12 sets the “parameter optimization” as “a type of the artificial intelligence technology used when the artificial intelligence package learns”. "The type or characteristics of variables used by the artificial intelligence package for learning" include "the amount of vibration of the robot (output value of the acceleration sensor)", "current value", "motor speed", and "the artificial intelligence package learns". The type or characteristics of a particular input variable As the types of output variables in “types or characteristics of force variables”, “amount of vibration of robot (output value of acceleration sensor)” and “type or characteristics of specific input variables used when learning by the artificial intelligence package and specific output” In the data type that can be stored in the database, "current value", "motor speed", and "motor temperature" are listed as input variable types in the "variable type or characteristics", and the assignment library together with artificial intelligence package registrant information. And save it.

<提示手段13について>
次に、提示手段13について説明する。提示手段13は、図4に示すとおり、指定者からの指定操作に基づいて指定されたある解決すべき課題について、指定されたある解決すべき課題と、人工知能パッケージ登録手段12により登録された1又は複数の人工知能パッケージに関する情報とに基づいて、前記ある解決すべき課題に関連のある人工知能パッケージを1又は複数抽出し、抽出された前記指定されたある解決すべき課題に関連のある人工知能パッケージを1又は複数提示する機能、及び/又は、指定者からの指定操作に基づいて指定されたある人工知能パッケージ又はある人工知能パッケージに関する情報について、指定された人工知能パッケージと共に人工知能パッケージ登録手段13に登録された人工知能パッケージに関する情報又は指定されたある人工知能パッケージに関する情報と、課題登録手段11により登録された1又は複数の解決すべき課題とに基づいて、前記指定された人工知能パッケージ又は前記指定されたある人工知能パッケージに関する情報に関連のある解決すべき課題を1又は複数抽出し、抽出された前記指定された人工知能パッケージ又は前記指定されたある人工知能パッケージに関する情報に関連のある解決すべき課題を1又は複数提示する機能を有するものである。
<About the presentation means 13>
Next, the presentation means 13 will be described. As shown in FIG. 4, the presenting unit 13 registers, for the certain problem to be solved specified based on the specifying operation from the designator, the specified certain problem to be solved and the artificial intelligence package registration unit 12. One or more artificial intelligence packages related to the certain problem to be solved are extracted based on information about one or a plurality of artificial intelligence packages, and the extracted one or more artificial intelligence packages related to the specified certain problem to be solved are extracted. A function of presenting one or more artificial intelligence packages, and / or a specific artificial intelligence package or information on a specific artificial intelligence package designated based on a designation operation from a designated person, together with the designated artificial intelligence package and the artificial intelligence package Information on the artificial intelligence package registered in the registration means 13 or a designated artificial intelligence package Based on the information on the information and the one or more tasks to be solved registered by the task registering means 11, the solution related to the specified artificial intelligence package or the information on the specified artificial intelligence package is solved. One or more tasks to be extracted, and a function of presenting one or more tasks to be solved related to the extracted artificial intelligence package or the information on the specified certain artificial intelligence package. .

提示手段13が有する機能のうち、指定されたある解決すべき課題と、人工知能パッケージ登録手段12により登録された1又は複数の人工知能パッケージに関する情報とに基づいて、前記指定されたある解決すべき課題に関連のある人工知能パッケージを1又は複数抽出する部分については、指定されたある解決すべき課題における「適用対象システムへの人工知能技術の適用方法の類型」と人工知能パッケージ登録手段12により登録された1又は複数の人工知能パッケージに関する情報における「人工知能パッケージが学習する際に用いる人工知能技術の類型」、指定されたある解決すべき課題における適用対象システム2の「変数の種類若しくは特徴」と人工知能パッケージ登録手段12により登録された1又は複数の人工知能パッケージに関する情報における「人工知能パッケージが学習する際に用いる変数の種類若しくは特徴」、及び、指定されたある解決すべき課題における「適用対象システムの特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」と人工知能パッケージ登録手段12により登録された1又は複数の人工知能パッケージに関する情報における「人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」のそれぞれについて、公知の手法によって、照合し、一致度、関連度や、類似度等を求めてマッチングの度合いの高さを評価し、評価の結果から、予め定められた基準を満たすものを判定し、指定された前記ある解決すべき課題に関連のある人工知能パッケージに関する情報を1又は複数選択し、選択された人工知能パッケージに関する情報のそれぞれと共に人工知能パッケージ登録手段12に登録された人工知能パッケージのそれぞれを抽出することによって行われる。   Based on the specified problem to be solved among the functions of the presentation unit 13 and the information on one or a plurality of artificial intelligence packages registered by the artificial intelligence package registration unit 12, the specified certain solution is solved. As for a part for extracting one or more artificial intelligence packages related to a task to be solved, “type of application method of artificial intelligence technology to target system” in a specified task to be solved and artificial intelligence package registration means 12 "Type of artificial intelligence technology used when artificial intelligence package learns" in information on one or a plurality of artificial intelligence packages registered by, "type of variable or One or more artificial intelligence packages registered by the "Types or characteristics of variables used by the artificial intelligence package for learning" in the information about the page, and "types or characteristics of specific input variables and specific outputs of the system to be applied" in a specified task to be solved. "Type or characteristic of variable" and "type or characteristic of specific input variable used when learning by artificial intelligence package and specific output variable" in information on one or more artificial intelligence packages registered by artificial intelligence package registration means 12 For each of the "types or characteristics", the matching is performed by a known method, the degree of matching, the degree of relevance, the degree of similarity, etc. are determined to evaluate the degree of matching, and from the evaluation result, a predetermined standard is determined. And an artificial intelligence package related to the specified problem to be solved. Information about one or a plurality of selected, is carried out by extracting the respective AI package registered in the AI package registration unit 12 with the respective information about artificial intelligence packages selected.

このとき、照合を行い、マッチングの度合いの高さを評価するに際しては、課題登録手段11に登録された解決すべき課題に関連づけて登録された「業種」と、人工知能パッケージ登録手段12に登録された人工知能パッケージに関連づけて登録された「業種」とを考慮に入れてもよい。
また、必要に応じて、自然言語処理技術を用いてもよい。
At this time, when the collation is performed and the degree of matching is evaluated, the “business type” registered in association with the problem to be solved registered in the problem registration unit 11 and the “industry type” registered in the artificial intelligence package registration unit 12 are registered. The “business type” registered in association with the registered artificial intelligence package may be taken into consideration.
Further, if necessary, a natural language processing technique may be used.

例えば、指定された解決すべき課題が、課題登録ライブラリにおいて、「業種」として「製造業」、「人工知能技術を適用対象システム2に適用するための適用方法の類型」として「パラメータ最適化」、適用対象システム2の「変数の種類若しくは特徴」として「ロボットの振動量(加速度センサの出力値)」、「電流値」、「モータ速度」、「モータ温度」として記憶されたものであり、また、人工知能パッケージライブラリに記憶されたもののうち、照合すべきものとして選択されたもの(ア)が、「業種」として「製造業」、「ロボット」、「人工知能パッケージが学習する際に用いる人工知能技術の類型」として、「パラメータ最適化」、「人工知能パッケージが学習する際に用いる変数の種類若しくは特徴」として「ロボットの振動量(加速度センサの出力値)」、「電流値」、「モータ速度」である場合、指定された解決すべき課題の6つのデータ、つまり、「製造業」、「パラメータ最適化」、「ロボットの振動量(加速度センサの出力値)」、「電流値」、「モータ速度」、「モータ温度」を基準として、人工知能パッケージライブラリに記憶されたもののうち、照合すべきものとして選択されたもの(ア)の6つのデータ、つまり、「製造業」、「ロボット」、「パラメータ最適化」、「ロボットの振動量(加速度センサの出力値)」、「電流値」、「モータ速度」が、5つの共通のデータを有することから、人工知能パッケージライブラリに記憶されたもののうち、照合すべきものとして選択されたもの(ア)のマッチングの度合いの高さを、5/6*100=83.3%として求めることができる。   For example, in the problem registration library, the specified problem to be solved is “manufacturing” as the “industry type” and “parameter optimization” as the “type of application method for applying the artificial intelligence technology to the application target system 2”. , As the “variable type or characteristic” of the application target system 2, the “vibration amount of the robot (output value of the acceleration sensor)”, “current value”, “motor speed”, and “motor temperature”. Also, among the items stored in the artificial intelligence package library, those selected as items to be collated (A) are “manufacturing”, “robot”, and “artificial intelligence used when the artificial intelligence package learns” as the “business type”. The “type of intelligent technology” is “parameter optimization”, and the “types or characteristics of variables used by the artificial intelligence package for learning” are In the case of "moving amount (output value of acceleration sensor)", "current value", and "motor speed", six data of the designated problem to be solved, namely, "manufacturing industry", "parameter optimization", "robot" Of the vibration amount (output value of the acceleration sensor), “current value”, “motor speed”, and “motor temperature” are selected as those to be compared among those stored in the artificial intelligence package library ( A) The six data, namely, “manufacturing industry”, “robot”, “parameter optimization”, “robot vibration amount (output value of acceleration sensor)”, “current value”, and “motor speed” are 5 Since there are two common data, among the ones stored in the artificial intelligence package library, the degree of matching of the one selected as the one to be compared (A) is set to 5/6 * 10 = It can be determined as 83.3%.

同じ例で、人工知能パッケージライブラリに記憶されたもののうち、照合すべきものとして選択されたもの(イ)が、「人工知能パッケージが学習する際に用いる人工知能技術の類型」として、「パラメータ最適化」、「人工知能パッケージが学習する際に用いる変数の種類若しくは特徴」として「ロボットの振動量(加速度センサの出力値)」、「電圧値」、「モータ速度」である場合、指定された解決すべき課題の6つのデータ、つまり、「製造業」、「パラメータ最適化」、「ロボットの振動量(加速度センサの出力値)」、「電流値」、「モータ速度」、「モータ温度」を基準として、人工知能パッケージライブラリに記憶されたもののうち、照合すべきものとして選択されたもの(イ)の4つのデータ、つまり、「パラメータ最適化」、「ロボットの振動量(加速度センサの出力値)」、「電圧値」、「モータ速度」が、3つの共通のデータを有することから、人工知能パッケージライブラリに記憶されたもののうち、照合すべきものとして選択されたもの(イ)のマッチングの度合いの高さを、3/6*100=50.0%として求めることができる。   In the same example, among those stored in the artificial intelligence package library, the one selected as the one to be collated (a) is referred to as “a type of artificial intelligence technology used when the artificial intelligence package learns” as “parameter optimization”. If the "type or characteristics of variables used by the artificial intelligence package for learning" are "robot vibration amount (output value of acceleration sensor)", "voltage value", and "motor speed", the specified solution Six data items to be solved, namely “manufacturing industry”, “parameter optimization”, “robot vibration amount (output value of acceleration sensor)”, “current value”, “motor speed”, and “motor temperature” As a criterion, among the data stored in the artificial intelligence package library, four data items (a) selected to be collated, that is, “parameter optimization” , "The amount of vibration of the robot (the output value of the acceleration sensor)", "voltage value", and "motor speed" have three common data. The high degree of matching of the item (a) selected as a kimono can be determined as 3/6 * 100 = 50.0%.

ここで、マッチングの度合いの高さを求めるに際し、「変数の種類」と「変数の特徴」とは、提示手段13に対して事前に対応関係を記憶させておいて、両者が一致するか否かを判断してもよい。例えば、「モータ温度」と「温度を表す信号」とが同じものを表すと提示手段13に事前に登録しておくことで、照合の際に両者が一致すると判断してもよい。   Here, when obtaining a high degree of matching, the “type of variable” and the “characteristic of the variable” are stored in advance in the presentation unit 13 in a correspondence relationship, and whether or not the two match. May be determined. For example, by registering the “motor temperature” and the “signal representing the temperature” in advance in the presentation unit 13 so as to represent the same one, it may be determined that the two match at the time of comparison.

そして、人工知能パッケージライブラリに記憶されたもののうち、照合すべきものとして選択されたもの(ア)及び(イ)のマッチングの度合いの高さを評価し、評価の結果から、予め定められた基準を満たすもの、つまり、例えば、最もマッチングの度合いの高いもの(この場合、人工知能パッケージライブラリに記憶されたもののうち、照合すべきものとして選択されたもの(ア)のみが選ばれる。)や、マッチングの度合いが所定の基準値(40%)を超えるもの(この場合、人工知能パッケージライブラリに記憶されたもののうち、照合すべきものとして選択されたもの(ア)及び(イ)の両方が選ばれる。)等を判定し、指定された前記ある解決すべき課題に関連のある人工知能パッケージに関する情報を1又は複数選択し、選択された人工知能パッケージに関する情報のそれぞれと共に人工知能パッケージ登録手段12に登録された人工知能パッケージのそれぞれを抽出することが行われる。   Then, among the items stored in the artificial intelligence package library, those selected as items to be compared (A) and (A) are evaluated for the degree of matching, and based on the evaluation result, a predetermined criterion is determined. Satisfaction, that is, for example, the one with the highest matching degree (in this case, only the one (a) selected as the one to be compared among the ones stored in the artificial intelligence package library) or the matching is selected. Those whose degree exceeds a predetermined reference value (40%) (in this case, of the ones stored in the artificial intelligence package library, both (a) and (b) selected as the ones to be collated are selected) Etc., and select one or more pieces of information related to the artificial intelligence package related to the specified task to be solved. It is performed to extract the respective AI package registered in the AI package registration unit 12 with the respective information about artificial intelligence packages.

このとき、必要に応じて、自然言語処理技術を用いて照合してもよい。例えば、「パラメータの最適化」と、「パラメータ最適化」との両者が、公知の自然言語処理技術を用いて、いずれも「パラメータ」及び「最適化」が主たる単語であると認識する処理を行う等により、同一であるとして照合してよい。   At this time, if necessary, the matching may be performed using a natural language processing technique. For example, both the “parameter optimization” and the “parameter optimization” use a known natural language processing technology to perform processing for recognizing that both “parameter” and “optimization” are the main words. By performing, for example, it may be determined that they are the same.

また、マッチングの度合いの高さを求める方法については上述の方法に限られず、適宜のものを用いてよい。   Further, the method for obtaining the high degree of matching is not limited to the above-described method, and an appropriate method may be used.

また、提示手段13が有する機能のうち、指定された人工知能パッケージと共に人工知能パッケージ登録手段13に登録された人工知能パッケージに関する情報又は指定されたある人工知能パッケージに関する情報と、課題登録手段11により登録された1又は複数の解決すべき課題とに基づいて、前記ある人工知能パッケージに関連のある解決すべき課題を1又は複数抽出する部分については、指定された人工知能パッケージと共に人工知能パッケージ登録手段13に登録された人工知能パッケージに関する情報又は指定されたある人工知能パッケージに関する情報における「人工知能パッケージが学習する際に用いる人工知能技術の類型」と課題登録手段11により登録された1又は複数の解決すべき課題における「人工知能技術を適用対象システム2に適用するための適用方法の類型」、指定された人工知能パッケージと共に人工知能パッケージ登録手段13に登録された人工知能パッケージに関する情報又は指定されたある人工知能パッケージに関する情報における「人工知能パッケージが学習する際に用いる変数の種類若しくは特徴」と課題登録手段11により登録された1又は複数の解決すべき課題における適用対象システム2の「変数の種類若しくは特徴」や、適用対象システム2の「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」、及び、指定された人工知能パッケージと共に人工知能パッケージ登録手段13に登録された人工知能パッケージに関する情報又は指定されたある人工知能パッケージに関する情報における「人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」と課題登録手段11により登録された1又は複数の解決すべき課題における「人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」のそれぞれについて、公知の手法によって、照合し、一致度、関連度や、類似度等を求めてマッチングの度合いの高さを評価し、評価の結果から、予め定められた基準を満たすものを判定し、指定された人工知能パッケージと共に人工知能パッケージ登録手段13に登録された人工知能パッケージに関する情報又は指定されたある人工知能パッケージに関する情報に関連のある解決すべき課題を1又は複数抽出することによって行われる。   Further, among the functions of the presentation unit 13, information on the artificial intelligence package registered in the artificial intelligence package registration unit 13 together with the designated artificial intelligence package or information on a specified artificial intelligence package, and the assignment registration unit 11 Based on the registered one or a plurality of problems to be solved, a part for extracting one or a plurality of problems to be solved related to the certain artificial intelligence package is registered with the designated artificial intelligence package together with the artificial intelligence package. The “type of artificial intelligence technology used when the artificial intelligence package learns” in the information on the artificial intelligence package registered in the means 13 or the information on the specified artificial intelligence package and one or more registered in the task registration means 11 Applying Artificial Intelligence Technology "Type of application method for applying to elephant system 2", "artificial intelligence" in information on an artificial intelligence package registered in artificial intelligence package registration means 13 together with a designated artificial intelligence package, or information on a designated artificial intelligence package. “Types or characteristics of variables used when package learns” and “variable types or characteristics” of target system 2 in one or more tasks to be solved registered by task registration unit 11, "The type or characteristic of a specific input variable and the type or characteristic of a specific output variable", and information on the artificial intelligence package registered in the artificial intelligence package registration means 13 together with the designated artificial intelligence package or a designated artificial intelligence See “Artificial Intelligence “Type or characteristic of specific input variable and type or characteristic of specific output variable used when cage learns” and “artificial intelligence package learns in one or more tasks to be solved registered by task registering means 11 The type or characteristic of the specific input variable and the type or characteristic of the specific output variable used in this case are collated by a known method, and the degree of matching is determined by obtaining the degree of coincidence, the degree of relevance, the degree of similarity, and the like. The height is evaluated, and a result satisfying a predetermined criterion is determined from the evaluation result, and information on the artificial intelligence package registered in the artificial intelligence package registration unit 13 together with the designated artificial intelligence package or a designated certain artificial intelligence package is registered. Performed by extracting one or more issues to be solved related to the information about the artificial intelligence package .

このとき、照合を行い、マッチングの度合いの高さを評価するに際しては、課題登録手段11に登録された解決すべき課題に関連づけて登録された「業種」と、人工知能パッケージ登録手段12に登録された人工知能パッケージに関連づけて登録された「業種」とを考慮に入れてもよい。
また、必要に応じて、自然言語処理技術を用いてもよい。
At this time, when the collation is performed and the degree of matching is evaluated, the “business type” registered in association with the problem to be solved registered in the problem registration unit 11 and the “industry type” registered in the artificial intelligence package registration unit 12 are registered. The “business type” registered in association with the registered artificial intelligence package may be taken into consideration.
Further, if necessary, a natural language processing technique may be used.

例えば、指定された人工知能パッケージと共に人工知能パッケージ登録手段13に登録された人工知能パッケージに関する情報又は指定されたある人工知能パッケージに関する情報が、人工知能登録ライブラリにおいて、「業種」として「製造業」、「ロボット」、「人工知能パッケージが学習する際に用いる人工知能技術の類型」として、「パラメータ最適化」、「人工知能パッケージが学習する際に用いる変数の種類若しくは特徴」として「ロボットの振動量(加速度センサの出力値)」、「電流値」、「モータ速度」として記憶されたものであり、また、課題ライブラリに記憶されたもののうち、照合すべきものとして選択されたもの(ウ)が、「業種」として「製造業」、「人工知能技術を適用対象システム2に適用するための適用方法の類型」として「パラメータ最適化」、適用対象システム2の「変数の種類若しくは特徴」として「ロボットの振動量(加速度センサの出力値)」、「電流値」、「モータ速度」、「モータ温度」として記憶されたものでる場合、指定された人工知能パッケージと共に人工知能パッケージ登録手段13に登録された人工知能パッケージに関する情報又は指定されたある人工知能パッケージに関する情報の6つのデータ、つまり、「製造業」、「ロボット」、「パラメータ最適化」、「ロボットの振動量(加速度センサの出力値)」、「電流値」、「モータ速度」を基準として、課題ライブラリに記憶されたもののうち照合すべきものとして選択されたもの(ウ)の6つのデータ、つまり、「製造業」、「パラメータ最適化」、「ロボットの振動量(加速度センサの出力値)」、「電流値」、「モータ速度」、「モータ温度」が、5つの共通のデータを有することから、課題ライブラリに記憶されたもののうち、照合すべきものとして選択されたもの(ウ)のマッチングの度合いの高さを、5/6*100=83.3%として求めてよい。   For example, information on the artificial intelligence package registered in the artificial intelligence package registration means 13 together with the designated artificial intelligence package or information on a specified artificial intelligence package is stored in the artificial intelligence registration library as “manufacturing” as “industry type”. , "Robot", "parameter optimization" as "type of artificial intelligence technology used when learning by artificial intelligence package", and "vibration of robot" as "type or characteristic of variable used when learning by artificial intelligence package" Amount (output value of acceleration sensor) "," current value ", and" motor speed ". Of those stored in the task library, the one selected as the one to be compared (c) "Manufacturing" as "industry", "Application to apply artificial intelligence technology to applicable system 2" “Parameter optimization” as the type of method, and “Robot vibration amount (output value of acceleration sensor)”, “Current value”, “Motor speed”, “Motor” as the “variable type or feature” of the applicable system 2 When stored as "temperature", six data of information on the artificial intelligence package registered in the artificial intelligence package registration unit 13 together with the designated artificial intelligence package or information on a specified artificial intelligence package, that is, " Based on “Manufacturing”, “Robot”, “Parameter optimization”, “Robot vibration amount (output value of acceleration sensor)”, “Current value”, and “Motor speed”, collate among those stored in the task library. The six data items (c) selected to be processed, namely, “manufacturing”, “parameter optimization”, and “robot” The vibration amount (output value of the acceleration sensor), the “current value”, the “motor speed”, and the “motor temperature” have five common data. The degree of matching of the selected item (c) may be determined as 5/6 * 100 = 83.3%.

同じ例で、照合すべきものとして選択されたもの(エ)が、「人工知能技術を適用対象システム2に適用するための適用方法の類型」として「パラメータ最適化」、適用対象システム2の「変数の種類若しくは特徴」として「ロボットの振動量(加速度センサの出力値)」、「電圧値」、「モータ速度」、適用対象システム2の「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」における出力変数の種類として「ロボットの振動量(加速度センサの出力値)」、適用対象システム2の「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」における入力変数の種類として「電圧値」、「モータ速度」として記憶されたものでる場合、指定された人工知能パッケージと共に人工知能パッケージ登録手段13に登録された人工知能パッケージに関する情報又は指定されたある人工知能パッケージに関する情報の6つのデータ、つまり、「製造業」、「ロボット」、「パラメータ最適化」、「ロボットの振動量(加速度センサの出力値)」、「電流値」、「モータ速度」を基準として、課題ライブラリに記憶されたもの課題ライブラリに記憶されたもののうち照合すべきものとして選択されたもの(エ)の7つのデータ、つまり、「パラメータ最適化」、「ロボットの振動量(加速度センサの出力値)」、「電圧値」、「モータ速度」、出力変数の種類として「ロボットの振動量(加速度センサの出力値)」、入力変数の種類として「電圧値」、入力変数の種類として「モータ速度」が、3つの共通のデータを有することから、課題ライブラリに記憶されたもののうち、照合すべきものとして選択されたもの(エ)のマッチングの度合いの高さを、3/6*100=50.0%として求めてよい。   In the same example, the one selected as a collation target (d) is “parameter optimization” as “type of application method for applying artificial intelligence technology to application target system 2” and “variable of application target system 2” "Type or characteristic of the robot", "vibration amount of robot (output value of acceleration sensor)", "voltage value", "motor speed", "type or characteristic of specific input variable and specific output variable The type of the output variable in the “type or characteristic” is “the amount of vibration of the robot (output value of the acceleration sensor)”, and the input in the “type or characteristic of the specific input variable and the type or characteristic of the specific output variable” of the application target system 2 is If the variable type is stored as “voltage value” or “motor speed”, the artificial intelligence package is Six data of information on the artificial intelligence package registered in the registration means 13 or information on a specified artificial intelligence package, that is, “manufacturing industry”, “robot”, “parameter optimization”, “vibration amount of robot ( The output value of the acceleration sensor), the “current value”, and the “motor speed” are used as a reference. Of those stored in the assignment library, those selected as the ones to be compared among those stored in the assignment library (d) The data, that is, “parameter optimization”, “robot vibration amount (output value of acceleration sensor)”, “voltage value”, “motor speed”, and the type of output variable “robot vibration amount (output value of acceleration sensor) )), The input variable type “voltage value” and the input variable type “motor speed” have three common data. Among those stored in the library, the height of the degree of matching of those selected to be collated (d), may be determined as 3/6 * 100 = 50.0%.

ここで、マッチングの度合いの高さを求めるに際し、「変数の種類」と「変数の特徴」とは、提示手段13に対して事前に対応関係を記憶させておいて、両者が一致するか否かを判断してもよい。例えば、「モータ温度」と「温度を表す信号」とが同じものを表すと事前に登録しておくことで、両者が一致すると判断してもよい。   Here, when obtaining a high degree of matching, the “type of variable” and the “characteristic of the variable” are stored in advance in the presentation unit 13 in a correspondence relationship, and whether or not the two match. May be determined. For example, by registering in advance that the “motor temperature” and the “signal representing the temperature” represent the same thing, it may be determined that they match.

そして、課題ライブラリに記憶されたもののうち、照合すべきものとして選択されたもの(ウ)及び(エ)のマッチングの度合いの高さを評価し、評価の結果から、予め定められた基準を満たすもの、つまり、例えば、最もマッチングの度合いの高いもの(この場合、課題ライブラリに記憶されたもののうち、照合すべきものとして選択されたもの(ウ)のみが選ばれる。)や、マッチングの度合いが所定の基準値(40%)を超えるもの(この場合、課題ライブラリに記憶されたもののうち、照合すべきものとして選択されたもの(ウ)及び(エ)の両方が選ばれる。)等を判定し、指定された人工知能パッケージと共に人工知能パッケージ登録手段13に登録された人工知能パッケージに関する情報又は指定されたある人工知能パッケージに関する情報に関連する解決すべき課題を1又は複数選択し、選択された解決すべき課題のそれぞれを抽出することが行われる。   Then, among the items stored in the assignment library, those selected as items to be compared (C) and (D) are evaluated for the degree of matching, and from the results of the evaluation, those satisfying a predetermined standard That is, for example, the one with the highest matching degree (in this case, only the one (c) selected as the one to be compared among the ones stored in the assignment library) or the degree of matching is a predetermined one Those exceeding the reference value (40%) (in this case, among the ones stored in the assignment library, both (c) and (d) selected to be compared) are determined and designated. Information on the artificial intelligence package registered in the artificial intelligence package registration means 13 together with the registered artificial intelligence package, or a designated artificial intelligence package. Information related to solving problems one or more selected should related, it is performed to extract the respective problems to be solved that are selected.

このとき、必要に応じて、自然言語処理技術を用いて照合してもよい。例えば、「パラメータの最適化」と、「パラメータ最適化」との両者が、いずれも「パラメータ」及び「最適化」が主たる単語であると認識する処理を、公知の自然言語処理技術によって行う等により、同一であるとして照合してよい。   At this time, if necessary, the matching may be performed using a natural language processing technique. For example, both of “parameter optimization” and “parameter optimization” perform a process of recognizing that “parameter” and “optimization” are the main words by a known natural language processing technique, or the like. May be collated as being the same.

また、マッチングの度合いの高さを求める方法については上述の方法に限られず、適宜のものを用いてよい。   Further, the method for obtaining the high degree of matching is not limited to the above-described method, and an appropriate method may be used.

提示手段13に対してして操作を行う指定者としては、具体的に、例えば次のような者が考えられる。
(1)実システムである適用対象システム2に属する者(適用対象システム2のために働く者等)であって、人工知能技術によって適用対象システム2が有する解決すべき課題を解決したいと考える者
(2)人工知能パッケージを開発・インテグレートすることができる者であって、人工知能技術を備えた自らの人工知能パッケージを用いて、様々な適用対象システム2が有する解決すべき課題を解決したいと考える者
以下、上述の(1)及び(2)について、それぞれがどのように提示手段13に対して操作を行い、流通環境提供システム1を利用し、それによってどのような効果を奏するのかについて説明を行う。
Specifically, for example, the following person can be considered as the designator who operates the presentation unit 13.
(1) A person who belongs to the application target system 2 which is a real system (eg, a person who works for the application target system 2) and who wants to solve a problem to be solved of the application target system 2 by artificial intelligence technology. (2) A person who can develop and integrate an artificial intelligence package, and wants to solve various problems to be solved in various applicable systems 2 using his / her own artificial intelligence package equipped with artificial intelligence technology. Thinker The following describes how (1) and (2) described above operate the presentation unit 13 and use the distribution environment providing system 1 to achieve what effect. I do.

まず、上述した(1)の者について説明を行う。
(1)の実システムである適用対象システム2に属する者(適用対象システム2のために働く者等)であって、人工知能技術によって適用対象システム2が有する解決すべき課題を解決したいと考える者は、先だって、自らの解決すべき課題について、課題登録手段11に対して、上述したように、登録操作を行うことができる。
First, the person (1) described above will be described.
A person who belongs to the application target system 2 which is the actual system (1) (a person who works for the application target system 2) and wants to solve the problem to be solved which the application target system 2 has by using artificial intelligence technology. The user can perform the registration operation on the problem registration unit 11 for the problem to be solved in advance, as described above.

その後、提示手段13に対して、ある課題、例えば自ら課題登録手段11に対して登録を行った解決すべき課題について、上述したとおり、指定操作を行うことで指定する。すると、提示手段13は、指定された解決すべき課題における「適用対象システムへの人工知能技術の適用方法の類型」、適用対象システム2の「変数の種類若しくは特徴」、「適用対象システムの特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」のうち1又は複数と、人工知能パッケージ登録手段12によりこれまで登録された1又は複数の人工知能パッケージに関する情報における「人工知能パッケージが学習する際に用いる人工知能技術の類型」、「人工知能パッケージが学習する際に用いる変数の種類若しくは特徴」、「人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」のうち1又は複数とのうち、照合すべき情報が揃っているものについて、上述のとおり、公知の手法によって、照合し、一致度、関連度や、類似度等を求めてマッチングの度合いの高さを評価する。そして、評価の結果から、予め定められた基準を満たすものを判定し、判定結果を基に、指定された前記解決すべき課題に関連のある人工知能パッケージに関する情報を1又は複数選択し、選択された人工知能パッケージに関する情報のそれぞれと共に人工知能パッケージ登録手段12に登録された人工知能パッケージのそれぞれを抽出する。   Thereafter, a certain task, for example, a task to be solved, which has been registered in the task registering means 11 by itself, is specified to the presenting means 13 by performing the specifying operation as described above. Then, the presentation unit 13 determines the “type of application method of the artificial intelligence technology to the application target system”, the “variable type or characteristic” of the application target system 2, and the “identification of the application target system” in the designated task to be solved. Or the type or characteristic of the input variable and the type or characteristic of the specific output variable, and the “artificial intelligence package” in the information on the one or more artificial intelligence packages registered by the artificial intelligence package registration unit 12 so far. Type of artificial intelligence technology used when learning by AI "," Types or characteristics of variables used by artificial intelligence package to learn "," Types or characteristics of specific input variables used by artificial intelligence package to learn and specification " Or more than one of "types or characteristics of output variables of For, as described above, by known techniques, collating, matching degree, relevance and, seeking the similarity or the like to assess the height of the degree of matching. Then, from the results of the evaluation, one that satisfies a predetermined criterion is determined, and based on the determination result, one or more pieces of information on the artificial intelligence package related to the specified task to be solved are selected and selected. Each of the artificial intelligence packages registered in the artificial intelligence package registration means 12 is extracted together with the information on the registered artificial intelligence package.

そして、提示手段13は、上述した(1)の者に対して、上述のとおり選択された人工知能パッケージ又は選択された人工知能パッケージに関する情報のそれぞれを、流通環境提供システム1の図示しないユーザインターフェースを介して提示する。   Then, the presenting unit 13 sends, to the person (1) described above, the artificial intelligence package selected as described above or the information on the selected artificial intelligence package as described above, the user interface (not shown) of the distribution environment providing system 1. To be presented via

そして、提示手段13は、上述した(1)の者に対して、ユーザインターフェースを介して提示された人工知能パッケージを選択し利用するか否か確認を行い、特定の人工知能パッケージが選択され、利用するとの回答が得られた場合には、上述した(1)の者に対して選択された人工知能パッケージの実行ファイル形式のプログラムや学習済みモデルをダウンロードさせることを行う。   Then, the presenting unit 13 confirms whether or not the above-mentioned person (1) selects and uses the artificial intelligence package presented via the user interface, and selects a specific artificial intelligence package. When the answer to use is obtained, the above-mentioned person (1) is caused to download the program or the learned model of the executable file format of the selected artificial intelligence package.

また、提示手段13は、上述した(1)の者に対して、上述のとおり選択された人工知能パッケージに関する情報のそれぞれと共に人工知能パッケージライブラリに記憶されている、人工知能パッケージ登録者情報に基づいて、選択された人工知能パッケージに関する情報を登録した人工知能パッケージ登録者の名称や連絡先等の情報を提示することができる。   Further, the presentation means 13 provides the above-mentioned person (1) with the artificial intelligence package registrant information stored in the artificial intelligence package library together with the information on the artificial intelligence package selected as described above. Thus, information such as the name and contact information of the registrant of the artificial intelligence package that has registered the information on the selected artificial intelligence package can be presented.

これにより、上述した(1)の者は、自らの適用対象システム2が解決すべき課題について、人工知能技術を用いて解決することが期待される人工知能パッケージを、流通環境提供システム1を用いて簡単に得ることができる。   Accordingly, the above-mentioned person (1) uses the distribution environment providing system 1 to provide an artificial intelligence package that is expected to be solved by the artificial intelligence technology for the problem to be solved by the application target system 2 of the user himself / herself. And easy to get.

特に、解決すべき課題について、「適用対象システムへの人工知能技術の適用方法の類型」、適用対象システム2の「変数の種類若しくは特徴」や、「適用対象システムの特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」として流通環境提供システム1上に登録し、また、人工知能パッケージについて、「人工知能パッケージが学習する際に用いる人工知能技術の類型」、「人工知能パッケージが学習する際に用いる変数の種類若しくは特徴」や、「人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」として流通環境提供システム1上に登録したことによって、解決すべき課題と、人工知能パッケージとを、「人工知能技術の適用方法の類型」、「特定の変数の種類若しくは特徴」や、「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」の照合によってマッチングすることができるから、流通環境提供システム1は、解決すべき課題に対して、より有効な人工知能パッケージを効率よく得ることができるものである。   In particular, regarding the problem to be solved, the “type of application method of artificial intelligence technology to the applicable system”, the “variable type or characteristic” of the applicable system 2, the “type of specific input variable of the applicable system or As a characteristic and a type or characteristic of a specific output variable, the artificial intelligence package is registered on the distribution environment providing system 1 and, regarding the artificial intelligence package, “type of artificial intelligence technology used when the artificial intelligence package learns”, “artificial intelligence package” On the distribution environment providing system 1 as “types or characteristics of variables used when learning” or “types or characteristics of specific input variables and specific output variables used when the artificial intelligence package learns”. By registering, the problem to be solved and the artificial intelligence package are described as "type of application method of artificial intelligence technology" Since the matching can be performed by comparing “the type or characteristic of a specific variable” or “the type or characteristic of a specific input variable and the type or characteristic of a specific output variable”, the distribution environment providing system 1 should solve the problem. In order to solve the problem, it is possible to efficiently obtain a more effective artificial intelligence package.

また、仮に提示手段13が提示した1又は複数の人工知能パッケージが、解決すべき課題と完全にマッチングできなかったとしても、提示手段13は、上述した(1)の者に対して、上述のとおり選択された人工知能パッケージに関する情報のそれぞれと共に人工知能パッケージライブラリに登録されている、人工知能パッケージ登録者情報に基づいて、選択された人工知能パッケージに関する情報を登録した人工知能パッケージ登録者の名称や連絡先等の情報を提示することができることから、例えば、提示された人工知能パッケージ登録者に、課題すべき課題を個別に相談するきっかけを与えることもできる。
そして、個別に相談した結果明らかとなった新しい解決すべき課題について、別途課題登録手段11に登録し、上述の処理を繰り返すことで、また新たな人工知能パッケージとのマッチングを行うことが可能となる。
Further, even if one or a plurality of artificial intelligence packages presented by the presenting unit 13 cannot completely match the problem to be solved, the presenting unit 13 sends the above-mentioned person (1) to the above-mentioned person (1). Name of the artificial intelligence package registrant who registered the information on the selected artificial intelligence package based on the artificial intelligence package registrant information registered in the artificial intelligence package library with each of the information on the artificial intelligence package selected as described above. Since it is possible to present information such as information and contact information, for example, the presented artificial intelligence package registrant can be given an opportunity to individually consult about a problem to be solved.
Then, it is possible to register a new problem to be solved, which has become clear as a result of individual consultation, separately in the problem registering means 11 and repeat the above-described processing, thereby performing matching with a new artificial intelligence package. Become.

次に、上述した(2)の者について説明を行う。
(2)の人工知能パッケージを開発・インテグレートすることができる者であって、人工知能技術を含む自らの人工知能パッケージを用いて、様々な適用対象システム2等が有する解決すべき課題を解決したいと考える者は、先だって、自らの人工知能パッケージについて、人工知能パッケージ登録手段12に対して、上述したように、登録操作を行うことができる。
Next, the person (2) described above will be described.
A person who can develop and integrate the artificial intelligence package of (2), and wants to solve the problems to be solved in various applicable systems 2 and the like using his own artificial intelligence package including the artificial intelligence technology. The person who thinks that he or she can perform the registration operation on the artificial intelligence package registration means 12 as described above with respect to the own artificial intelligence package.

その後、提示手段13に対して、ある人工知能パッケージ又はある人工知能パッケージと共に人工知能パッケージ登録手段12に登録された人工知能パッケージに関する情報、例えば自ら人工知能パッケージ登録手段12に対して登録を行ったものについて、上述したとおり、指定操作を行うことで指定する。すると、提示手段13は、指定された人工知能パッケージ又は指定された人工知能パッケージと共に人工知能パッケージ登録手段12に登録された人工知能パッケージに関する情報における「人工知能パッケージが学習する際に用いる人工知能技術の類型」、「人工知能パッケージが学習する際に用いる変数の種類若しくは特徴」、「人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」のうち1又は複数と、課題登録手段11によりこれまで登録された1又は複数の解決すべき課題における「適用対象システムへの人工知能技術の適用方法の類型」、適用対象システム2の「変数の種類若しくは特徴」、「適用対象システムの特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」のうち1又は複数とのうち、照合すべき情報が揃っているものについて、上述のとおり、公知の手法によって、照合し、一致度、関連度や、類似度等を求めてマッチングの度合いの高さを評価する。そして、評価の結果から、予め定められた基準を満たすものを判定し、判定結果を基に、指定された人工知能パッケージ又は指定された人工知能パッケージと共に人工知能パッケージ登録手段12に登録された人工知能パッケージに関する情報に関連のある解決すべき課題を1又は複数選択し、選択された解決すべき課題のそれぞれを抽出する。   Thereafter, the information about the artificial intelligence package registered in the artificial intelligence package registration means 12 together with a certain artificial intelligence package or a certain artificial intelligence package, for example, the artificial intelligence package is registered in the artificial intelligence package registration means 12 with the presentation means 13. The object is specified by performing the specifying operation as described above. Then, the presentation unit 13 reads “the artificial intelligence technology used when the artificial intelligence package learns” in the information about the designated artificial intelligence package or the artificial intelligence package registered in the artificial intelligence package registration unit 12 together with the designated artificial intelligence package. Type, the types or characteristics of variables used when the artificial intelligence package learns, and the types or characteristics of specific input variables and specific output variables used when the artificial intelligence package learns. One or more of these, and one or more tasks to be solved registered by the task registration means 11 so far, “type of application method of artificial intelligence technology to applicable system”, “variable type of applicable system 2” Or characteristics "," types or characteristics of specific input variables and specific One or more of the types or characteristics of force variables ", for which the information to be collated is complete, is collated by a known method as described above, and the degree of coincidence, relatedness, similarity, etc. is determined. Then, the degree of matching is evaluated. Then, from the results of the evaluation, those that satisfy a predetermined criterion are determined. Based on the determination result, the designated artificial intelligence package or the artificial intelligence registered in the artificial intelligence package registration means 12 together with the designated artificial intelligence package is determined. One or more issues to be solved related to the information on the intelligent package are selected, and each of the selected issues to be solved is extracted.

そして、提示手段13は、上述した(2)の者に対して、上述のとおり抽出された解決すべき課題のそれぞれを、流通環境提供システム1の図示しないユーザインターフェースを介して提示する。   Then, the presentation unit 13 presents each of the problems to be solved extracted as described above to the person (2) above through a user interface (not shown) of the distribution environment providing system 1.

そして、提示手段13は、上述した(2)の者に対して、ユーザインターフェースを介して提示された解決すべき課題を選択し、自ら指定した人工知能パッケージの適用を試みるか否か確認を行い、特定の解決すべき課題が選択され、適用を試みるとの回答が得られた場合には、上述した(2)の者が、選択された特定の解決すべき課題と共に課題ライブラリに登録されている課題登録者情報に基づいて、選択された特定の解決すべき課題を登録した課題登録者の名称や連絡先等の情報を提示することができる。   Then, the presenting unit 13 selects the problem to be solved presented via the user interface for the above-mentioned person (2), and confirms whether or not to attempt to apply the artificial intelligence package designated by himself / herself. If a specific problem to be solved is selected and an answer that the application is to be obtained is obtained, the above-mentioned person (2) is registered in the problem library together with the selected specific problem to be solved. Information such as the name and contact information of the registrant who registered the selected specific problem to be solved can be presented based on the registered registrant information.

これにより、上述した(2)の者は、自らの人工知能パッケージについて、有効に機能することが期待される解決すべき課題を、流通環境提供システム1を用いて簡単に得ることができる。   Thus, the above-mentioned person (2) can easily obtain, using the distribution environment providing system 1, a problem to be solved that is expected to function effectively for his or her own artificial intelligence package.

特に、解決すべき課題について、「適用対象システムへの人工知能技術の適用方法の類型」、適用対象システム2の「変数の種類若しくは特徴」や、「適用対象システムの特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」として流通環境提供システム1上に登録し、また、人工知能パッケージについて、「人工知能パッケージが学習する際に用いる人工知能技術の類型」、「人工知能パッケージが学習する際に用いる変数の種類若しくは特徴」や、「人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」として流通環境提供システム1上に登録したことによって、解決すべき課題と、人工知能パッケージとを、「人工知能技術の適用方法の類型」、「特定の変数の種類若しくは特徴」や「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」によってマッチングすることができるから、流通環境提供システム1は、人工知能パッケージに対して、より効果が期待できる解決すべき課題を効率よく得ることができるものである。   In particular, regarding the problem to be solved, the “type of application method of artificial intelligence technology to the applicable system”, the “variable type or characteristic” of the applicable system 2, the “type of specific input variable of the applicable system or As a characteristic and a type or characteristic of a specific output variable, the artificial intelligence package is registered on the distribution environment providing system 1 and, regarding the artificial intelligence package, “type of artificial intelligence technology used when the artificial intelligence package learns”, “artificial intelligence package” On the distribution environment providing system 1 as “types or characteristics of variables used when learning” or “types or characteristics of specific input variables and specific output variables used when the artificial intelligence package learns”. By registering, the problem to be solved and the artificial intelligence package are described as "type of application method of artificial intelligence technology" Since the matching can be performed by “type or characteristic of specific variable” or “type or characteristic of specific input variable and type or characteristic of specific output variable”, the distribution environment providing system 1 Thus, it is possible to efficiently obtain a problem to be solved that can be expected to be more effective.

また、仮に提示手段13が提示した1又は複数の解決すべき課題が、人工知能パッケージと完全にマッチングできなかったとしても、提示手段13は、上述した(2)の者に対して、上述のとおり選択された解決すべき課題のそれぞれと共に課題ライブラリに登録されている、課題登録者情報に基づいて、選択された解決すべき課題を登録した課題登録者の名称や連絡先の情報を提示することができるから、例えば、提示された課題登録者に、自らの人工知能パッケージを個別のビジネスとして売り込むきっかけを与えることもできる。
そして、その個別のビジネスを通じて獲得した新しい人工知能パッケージを、別途人工知能パッケージ登録手段12に登録し、上述の処理を繰り返すことで、また新たな解決すべき課題とのマッチングを行うことが可能となる。
Further, even if one or a plurality of problems to be solved presented by the presenting means 13 cannot be completely matched with the artificial intelligence package, the presenting means 13 can provide the above-mentioned (2) to the above-mentioned person. Based on the problem registrant information registered in the problem library along with each of the problems to be solved as described above, the name and contact information of the problem registrant who registered the selected problem to be solved are presented. Therefore, for example, the presented registrant can be given an opportunity to sell his or her own artificial intelligence package as a separate business.
Then, a new artificial intelligence package acquired through the individual business is separately registered in the artificial intelligence package registration means 12, and by repeating the above processing, it is possible to perform matching with a new problem to be solved. Become.

ここで、前述の説明では、課題登録手段11が、人工知能パッケージの適用対象である適用対象システム2に関連づけられた解決すべき課題として、適用対象システム2への「人工知能技術の適用方法の類型」、適用対象システム2の「特定の変数の種類若しくは特徴」、及び、適用対象システム2の「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」のうち1又は複数を受付けて登録する機能を有するものであるとしたが、流通環境提供システム1は、課題登録手段11が、人工知能パッケージの適用対象である適用対象システム2に関連づけられた解決すべき課題として、適用対象システム2への「人工知能技術の適用方法の類型」のみ、適用対象システム2の「特定の変数の種類若しくは特徴」のみ、又は、適用対象システム2の「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」のみ受け付けて登録する機能を有するとしてもよく、人工知能パッケージの適用対象である適用対象システム2に関連づけられた解決すべき課題として、適用対象システム2への「人工知能技術の適用方法の類型」及び適用対象システム2の「特定の変数の種類若しくは特徴」を受け付けて登録する機能を有するとしてもよく、人工知能パッケージの適用対象である適用対象システム2に関連づけられた解決すべき課題として、適用対象システム2への「人工知能技術の適用方法の類型」及び適用対象システム2の「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」を受け付けて登録する機能を有するとしてもよく、適用対象システム2の「業種」と、適用対象システム2への「人工知能技術の適用方法の類型」、適用対象システム2の「特定の変数の種類若しくは特徴」、又は、適用対象システム2の「特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」のいずれか1つのみとを受け付けて登録する機能を有するとしてもよい。   Here, in the above description, the problem registration unit 11 determines, as the problem to be solved associated with the application target system 2 to which the artificial intelligence package is to be applied, “the method of applying the artificial intelligence technology to the application target system 2”. One or more of “type”, “type or characteristic of specific variable” of applicable system 2, and “type or characteristic of specific input variable and specific type or characteristic of output variable” of applicable system 2 Although the distribution environment providing system 1 has a function of accepting and registering the information, the problem registration means 11 determines that the problem registration means 11 applies the problem as a problem to be solved associated with the application target system 2 to which the artificial intelligence package is applied. Only "type of application method of artificial intelligence technology" to target system 2, only "type or characteristic of specific variable" of target system 2, or The application target system 2 may have a function of accepting and registering only “the type or characteristic of a specific input variable and the type or characteristic of a specific output variable”, and associates the function with the application target system 2 to which the artificial intelligence package is applied. As a problem to be solved, the system may have a function of receiving and registering “type of application method of artificial intelligence technology” to application target system 2 and “type or characteristic of specific variable” of application target system 2. As a problem to be solved associated with the application target system 2 to which the artificial intelligence package is applied, “type of application method of the artificial intelligence technology” to the application target system 2 and “specific input variables of the application target system 2” Has the function of accepting and registering the type or characteristic of the Often, the "business type" of the applicable system 2, the "type of application method of the artificial intelligence technology" to the applicable system 2, the "type or characteristic of a specific variable" of the applicable system 2, or the "applicable system 2" And a function of accepting and registering only one of “type or characteristic of specific input variable and type or characteristic of specific output variable”.

同様に、前述の説明では、人工知能パッケージ登録手段12が、学習済みモデルを生成する機能を有する人工知能パッケージと共に、人工知能パッケージに関する情報として、「人工知能パッケージが学習する際に用いる人工知能技術の類型」、「人工知能パッケージが学習する際に用いる特定の変数の種類若しくは特徴」、「人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」のうち1又は複数を受付けて登録する機能を有するものであるとしたが、流通環境提供システム1は、人工知能パッケージ登録手段12が、人工知能パッケージに関する情報として、「人工知能パッケージが学習する際に用いる人工知能技術の類型」、「人工知能パッケージが学習する際に用いる特定の変数の種類若しくは特徴」、又は、「人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」のみ受け付けて登録する機能を有するとしてもよく、人工知能パッケージに関する情報として、「人工知能パッケージが学習する際に用いる人工知能技術の類型」及び「人工知能パッケージが学習する際に用いる特定の変数の種類若しくは特徴」を受け付けて登録する機能を有するとしてもよく、人工知能パッケージに関する情報として、「人工知能パッケージが学習する際に用いる人工知能技術の類型」及び「人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」を受け付けて登録する機能を有するとしてもよく、人工知能パッケージに関する情報として、適用対象システム2の「業種」と、「人工知能パッケージが学習する際に用いる人工知能技術の類型」、「人工知能パッケージが学習する際に用いる特定の変数の種類若しくは特徴」、「人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」のいずれか1つのみとを受け付けて登録する機能を有するとしてもよい。   Similarly, in the above description, the artificial intelligence package registration unit 12 outputs the information on the artificial intelligence package together with the artificial intelligence package having the function of generating the learned model as “artificial intelligence technology used when the artificial intelligence package learns. Type "," Types or characteristics of specific variables used when learning by the artificial intelligence package "," Types or characteristics of specific input variables used when learning by the artificial intelligence package "and types or characteristics of specific output variables Of the distribution environment providing system 1, the artificial intelligence package registration unit 12 determines that the artificial intelligence package learns as information on the artificial intelligence package. Types of artificial intelligence technology used when learning "," The artificial intelligence package used when learning It may have a function of accepting and registering only "types or characteristics of specific variables" or "types or characteristics of specific input variables and specific output variables used when the artificial intelligence package learns". , A function that accepts and registers “types of artificial intelligence technology used when artificial intelligence packages learn” and “types or characteristics of specific variables used when artificial intelligence packages learn” as information about artificial intelligence packages. The information on the artificial intelligence package may include `` types of artificial intelligence technology used when the artificial intelligence package learns '' and `` types or characteristics of specific input variables used when the artificial intelligence package learns and specific With the function of accepting and registering "types or characteristics of output variables" Often, as information on the artificial intelligence package, the "business type" of the applicable system 2, the "type of the artificial intelligence technology used when the artificial intelligence package learns", and the "specific variables used when the artificial intelligence package learns" Even if it has a function of accepting and registering only one of “type or characteristic” and “type or characteristic of specific input variable and specific output variable used when learning by the artificial intelligence package”. Good.

<変形例について>
また、流通環境提供システム1の変形例を以下に説明する。
この変形例においては、同じ名称や同じ符号を用いて説明している構成については、上述した構成と同じ機能を有するものであるとして、再度の説明を省略する。
<About the modification>
Further, a modified example of the distribution environment providing system 1 will be described below.
In this modification, the configuration described using the same name and the same reference numeral has the same function as the configuration described above, and the description thereof will not be repeated.

この変形例では、図5に示すように、流通環境提供システム1に、指定装置3をさらに備えるものである。   In this modification, as shown in FIG. 5, the distribution environment providing system 1 further includes a designation device 3.

この指定装置3は、提示手段13に対して、当該指定装置3によって、課題登録手段11に登録されたある解決すべき課題を指定する指定操作、又は、人工知能パッケージ登録手段12に登録されたある人工知能パッケージ若しくは人工知能パッケージと共に人工知能パッケージ登録手段12に登録された人工知能パッケージに関する情報を指定する指定操作を、適宜なタイミングによって、適宜な対象に対して行うようにしてもよい。   The designation device 3 is used by the designation device 3 to designate a certain problem to be solved registered in the problem registration device 11 or to be registered in the artificial intelligence package registration device 12 by the designation device 3. A designation operation for designating information relating to a certain artificial intelligence package or an artificial intelligence package registered in the artificial intelligence package registration means 12 together with the artificial intelligence package may be performed at an appropriate timing for an appropriate target.

ここで、適宜なタイミングとは、流通環境提供システム1の管理者が適宜に選択したタイミングや、例えば昼間(例えば午前9時から午後5時まで)の1時間に1回、1分に1回等、適宜な周期のことを表す。また、適宜な対象とは、所定の条件に基づいて、例えば、流通環境提供システム1の管理者の指定により、又は、無作為により、課題登録手段11や人工知能パッケージ登録手段12に登録されたものの中から1又は複数抽出された、解決すべき課題、人工知能パッケージや人工知能パッケージと共に人工知能パッケージ登録手段12に登録された人工知能パッケージに関する情報のことを表すものである。   Here, the appropriate timing is a timing appropriately selected by the administrator of the distribution environment providing system 1 or, for example, once every hour in the daytime (for example, from 9:00 am to 5:00 pm), once every minute. , Etc., represents an appropriate period. Further, the appropriate target is registered in the assignment registering unit 11 or the artificial intelligence package registering unit 12 based on a predetermined condition, for example, by the designation of the administrator of the distribution environment providing system 1 or at random. One or a plurality of items extracted from the information, the information to be solved, and information on the artificial intelligence package and the artificial intelligence package registered in the artificial intelligence package registration unit 12 together with the artificial intelligence package.

これにより、この指定装置3からの指定操作によって提示手段13を上述のとおり作用させることで、例えば、指定装置3によって課題登録手段11に登録された1又は複数の解決すべき課題のうちの特定の解決すべき課題が指定され、自動的に、指定された解決すべき課題に対して、マッチングする度合いが高い人工知能パッケージが1又は複数抽出される。このとき、提示手段13に、自動的に抽出された人工知能パッケージそれぞれと共に人工知能パッケージ登録手段12に登録された人工知能パッケージ登録者の情報を参照してメール等を自動的に送信する機能を備えることで、該当する人工知能パッケージ登録者に対して、「あなたが登録した人工知能パッケージにマッチングする度合いが高い課題が発見されました」等のメッセージを、指定された解決すべき課題に関する情報、つまり、指定された解決すべき課題についての「適用対象システムへの人工知能技術の適用方法の類型」、適用対象システム2の「変数の種類若しくは特徴」、「適用対象システムの特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」や、課題登録者情報と共に連絡することができる。   Thereby, the presenting unit 13 is operated by the designation operation from the designation device 3 as described above, and for example, identification of one or a plurality of problems to be solved registered in the problem registration unit 11 by the designation device 3 is performed. Is automatically specified, and one or more artificial intelligence packages having a high degree of matching with the specified problem to be solved are automatically extracted. At this time, the presenting unit 13 has a function of automatically sending an e-mail or the like with reference to the information of the artificial intelligence package registrant registered in the artificial intelligence package registering unit 12 together with the automatically extracted artificial intelligence packages. By preparing, the corresponding AI package registrant will receive a message such as "I found an issue that matches the AI package you registered with a high degree" and information on the specified issue to be solved In other words, “type of application method of artificial intelligence technology to the applicable system” for the specified problem to be solved, “variable type or characteristic” of applicable system 2, “specific input variables of the applicable system” And the types and characteristics of specific output variables "and the information of the project registrant.

また、指定装置3からの指定操作によって提示手段13を上述のとおり作用させることで、指定装置3によって、人工知能パッケージ登録手段12に登録された1又は複数の人工知能パッケージや人工知能パッケージと共に人工知能パッケージ登録手段12に登録された1又は複数の人工知能パッケージに関する情報が指定され、自動的に、指定されたものに対してマッチングする度合いが高い解決すべき課題が抽出される。このとき、提示手段13に、自動的に抽出された解決すべき課題のそれぞれと共に課題登録手段11に登録された課題登録者の情報を参照してメール等を自動的に送信する機能を備えることで、該当する課題登録者に対して、「あなたが登録した課題にマッチングする度合いが高い人工知能パッケージが発見されました」等のメッセージを、指定された1又は複数の人工知能パッケージや、指定された人工知能パッケージと共に人工知能パッケージ登録手段12に登録された1又は複数の人工知能パッケージに関する情報、つまり、指定された人工知能パッケージと共に人工知能パッケージ登録手段12に登録された1又は複数の人工知能パッケージに関する情報についての「人工知能パッケージが学習する際に用いる人工知能技術の類型」、「人工知能パッケージが学習する際に用いる変数の種類若しくは特徴」、「人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴」や、人工知能パッケージ登録者情報と共に連絡することができる。   In addition, by causing the presenting means 13 to operate as described above by the designation operation from the designation device 3, the designation device 3 is used to generate one or more artificial intelligence packages or artificial intelligence packages registered in the artificial intelligence package registration means 12 together with the artificial intelligence package. Information relating to one or a plurality of artificial intelligence packages registered in the intelligent package registration means 12 is designated, and a problem to be solved having a high degree of matching with the designated one is automatically extracted. At this time, the presenting means 13 is provided with a function of automatically sending an e-mail or the like by referring to the information of the issue registrant registered in the issue registering means 11 together with each of the automatically extracted issues to be solved. In response to the subject registrant, a message such as "An artificial intelligence package with a high degree of matching with the task you registered was found" is sent to one or more designated artificial intelligence packages or Information on one or more artificial intelligence packages registered in the artificial intelligence package registration means 12 together with the designated artificial intelligence package, that is, one or more artificial intelligence registered in the artificial intelligence package registration means 12 together with the designated artificial intelligence package. "Types of Artificial Intelligence Technology Used When Artificial Intelligence Packages Learn" for information on intelligence packages "Types or characteristics of variables used when learning by artificial intelligence package", "Types or characteristics of specific input variables and types or characteristics of specific output variables used when learning by artificial intelligence package", artificial intelligence package Can be contacted with registrant information.

この変形例に示した流通環境提供システム1を用いることで、課題登録者や人工知能パッケージ登録者は、自らの解決すべき課題や自らの人工知能パッケージを流通環境提供システムに登録することのみによって、自動的に、自らの解決すべき課題や自らの人工知能パッケージのそれぞれとマッチングする度合いが高い、人工知能パッケージや解決すべき課題のそれぞれについての情報を知ることができ、課題登録者や人工知能パッケージ登録者の利便性をさらに向上することが可能となる。   By using the distribution environment providing system 1 shown in this modified example, the problem registrant or the artificial intelligence package registrant can register only the problem to be solved or his or her own artificial intelligence package in the distribution environment providing system. It is possible to automatically obtain information about each of the AI packages and issues to be solved that have a high degree of matching with each of the issues to be solved and each of the AI packages. It is possible to further improve the convenience of the registrant of the intelligent package.

なお、本発明は上述した実施形態に限定されるものではなく、本発明の主旨を逸脱しない範囲内で種々変更して実施することが可能である。そして、それらはすべて、本発明の技術思想に含まれるものである。   The present invention is not limited to the above-described embodiment, and can be implemented with various modifications without departing from the spirit of the present invention. And, they are all included in the technical idea of the present invention.

1 流通環境提供システム
11 課題登録手段
12 人工知能パッケージ登録手段
13 提示手段
2 適用対象システム
3 指定装置
DESCRIPTION OF SYMBOLS 1 Distribution environment provision system 11 Issue registration means 12 Artificial intelligence package registration means 13 Presentation means 2 Applicable system 3 Designation device

Claims (4)

人工知能技術を用いて課題を解決するための人工知能パッケージの流通環境を提供する流通環境提供システムにおいて、
当該流通環境提供システムが、課題登録手段と、人工知能パッケージ登録手段と、提示手段とを備え、
前記課題登録手段が、人工知能パッケージの適用対象である適用対象システムに関連づけられた解決すべき課題として、前記適用対象システムへの人工知能技術の適用方法の類型、前記適用対象システムの特定の変数の種類若しくは特徴、及び、前記適用対象システムの特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴のうち1又は複数を受付けて登録する機能を有し、
前記人工知能パッケージ登録手段が、学習済みモデルを生成する機能を有する人工知能パッケージと共に、当該人工知能パッケージに関する情報として、前記人工知能パッケージが学習する際に用いる人工知能技術の類型、前記人工知能パッケージが学習する際に用いる特定の変数の種類若しくは特徴、前記人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴のうち1又は複数を受付けて登録する機能を有し、
前記提示手段が、前記課題登録手段に登録されたある解決すべき課題の指定を受け付け、指定された前記ある解決すべき課題と、前記人工知能パッケージ登録手段に登録された1又は複数の前記人工知能パッケージに関する情報とに基づいて、指定された前記ある解決すべき課題に関連する人工知能パッケージを1又は複数提示する機能、及び、前記人工知能パッケージ登録手段に登録されたある人工知能パッケージ又はある人工知能パッケージに関する情報の指定を受け付け、指定された前記ある人工知能パッケージと共に登録された前記ある人工知能パッケージに関する情報又は指定された前記ある人工知能パッケージに関する情報と、前記課題登録手段により登録された1又は複数の前記解決すべき課題とに基づいて、指定された前記ある人工知能パッケージ又は指定された前記ある人工知能パッケージに関する情報に関連する解決すべき課題を1又は複数提示する機能を有する
ことを特徴とする人工知能パッケージの流通環境を提供する流通環境提供システム。
In a distribution environment providing system that provides a distribution environment of an artificial intelligence package for solving the problem using the artificial intelligence technology,
The distribution environment providing system includes a task registration unit, an artificial intelligence package registration unit, and a presentation unit,
The problem registration means may include, as a problem to be solved associated with an application target system to which the artificial intelligence package is applied, a type of an application method of the artificial intelligence technology to the application target system, a specific variable of the application target system. Has a function of receiving and registering one or more of the type or characteristic of a specific input variable and the type or characteristic of a specific output variable of the application target system,
The artificial intelligence package registration means, together with an artificial intelligence package having a function of generating a learned model, as information on the artificial intelligence package, a type of artificial intelligence technology used when the artificial intelligence package learns, the artificial intelligence package Accepts and registers one or more of a specific variable type or characteristic used for learning, a specific input variable type or characteristic used for learning by the artificial intelligence package, and a specific output variable type or characteristic used for learning. Has the function of
The presenting means receives designation of a certain task to be solved registered in the task registering means, and specifies the designated certain task to be solved and one or more of the artificial subjects registered in the artificial intelligence package registering means. A function of presenting one or a plurality of artificial intelligence packages related to the specified problem to be solved based on information about the intelligent package, and a certain artificial intelligence package registered in the artificial intelligence package registration means or The specification of the information on the artificial intelligence package is received, and the information on the certain artificial intelligence package registered with the specified certain artificial intelligence package or the information on the specified certain artificial intelligence package is registered by the assignment registering means. Based on one or more of the problems to be solved, It said certain distribution environment providing system for providing the distribution system of artificial intelligence packages characterized by having one or more presenting functions problem to be solved related to the information about artificial intelligence packages AI packaged or specified that.
人工知能技術を用いて課題を解決するための人工知能パッケージの流通環境を提供する流通環境提供システムにおいて、
当該流通環境提供システムが、課題登録手段と、人工知能パッケージ登録手段と、提示手段とを備え、
前記課題登録手段が、人工知能パッケージの適用対象である適用対象システムに関連づけられた解決すべき課題として、前記適用対象システムへの人工知能技術の適用方法の類型、前記適用対象システムの特定の変数の種類若しくは特徴、及び、前記適用対象システムの特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴のうち1又は複数を受付けて登録する機能を有し、
前記人工知能パッケージ登録手段が、学習済みモデルを生成する機能を有する人工知能パッケージと共に、当該人工知能パッケージに関する情報として、前記人工知能パッケージが学習する際に用いる人工知能技術の類型、前記人工知能パッケージが学習する際に用いる特定の変数の種類若しくは特徴、前記人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴のうち1又は複数を受付けて登録する機能を有し、
前記提示手段が、前記課題登録手段に登録されたある解決すべき課題の指定を受け付け、指定された前記ある解決すべき課題と、前記人工知能パッケージ登録手段に登録された1又は複数の前記人工知能パッケージに関する情報とに基づいて、指定された前記ある解決すべき課題に関連する人工知能パッケージを1又は複数提示する機能を有する
ことを特徴とする人工知能パッケージの流通環境を提供する流通環境提供システム。
In a distribution environment providing system that provides a distribution environment of an artificial intelligence package for solving the problem using the artificial intelligence technology,
The distribution environment providing system includes a task registration unit, an artificial intelligence package registration unit, and a presentation unit,
The problem registration means may include, as a problem to be solved associated with an application target system to which the artificial intelligence package is applied, a type of an application method of the artificial intelligence technology to the application target system, a specific variable of the application target system. Has a function of receiving and registering one or more of the type or characteristic of a specific input variable and the type or characteristic of a specific output variable of the application target system,
The artificial intelligence package registration means, together with an artificial intelligence package having a function of generating a learned model, as information on the artificial intelligence package, a type of artificial intelligence technology used when the artificial intelligence package learns, the artificial intelligence package Accepts and registers one or more of a specific variable type or characteristic used for learning, a specific input variable type or characteristic used for learning by the artificial intelligence package, and a specific output variable type or characteristic used for learning. Has the function of
The presenting means receives designation of a certain task to be solved registered in the task registering means, and specifies the designated certain task to be solved and one or more of the artificial subjects registered in the artificial intelligence package registering means. A distribution environment providing a distribution environment of an artificial intelligence package having a function of presenting one or a plurality of artificial intelligence packages related to the specified problem to be solved based on information on the intelligent package. system.
人工知能技術を用いて課題を解決するための人工知能パッケージの流通環境を提供する流通環境提供システムにおいて、
当該流通環境提供システムが、課題登録手段と、人工知能パッケージ登録手段と、提示手段とを備え、
前記課題登録手段が、人工知能パッケージの適用対象である適用対象システムに関連づけられた解決すべき課題として、前記適用対象システムへの人工知能技術の適用方法の類型、前記適用対象システムの特定の変数の種類若しくは特徴、及び、前記適用対象システムの特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴のうち1又は複数を受付けて登録する機能を有し、
前記人工知能パッケージ登録手段が、学習済みモデルを生成する機能を有する人工知能パッケージと共に、当該人工知能パッケージに関する情報として、前記人工知能パッケージが学習する際に用いる人工知能技術の類型、前記人工知能パッケージが学習する際に用いる特定の変数の種類若しくは特徴、前記人工知能パッケージが学習する際に用いる特定の入力変数の種類若しくは特徴及び特定の出力変数の種類若しくは特徴のうち1又は複数を受付けて登録する機能を有し、
前記提示手段が、前記人工知能パッケージ登録手段に登録されたある人工知能パッケージ又はある人工知能パッケージに関する情報の指定を受け付け、指定された前記ある人工知能パッケージと共に登録された前記ある人工知能パッケージに関する情報又は指定された前記ある人工知能パッケージに関する情報と、前記課題登録手段により登録された1又は複数の前記解決すべき課題とに基づいて、指定された前記ある人工知能パッケージ又は指定された前記ある人工知能パッケージに関する情報に関連する解決すべき課題を1又は複数提示する機能を有する
ことを特徴とする人工知能パッケージの流通環境を提供する流通環境提供システム。
In a distribution environment providing system that provides a distribution environment of an artificial intelligence package for solving the problem using the artificial intelligence technology,
The distribution environment providing system includes a task registration unit, an artificial intelligence package registration unit, and a presentation unit,
The problem registration means may include, as a problem to be solved associated with an application target system to which the artificial intelligence package is applied, a type of an application method of the artificial intelligence technology to the application target system, a specific variable of the application target system. Has a function of receiving and registering one or more of the type or characteristic of a specific input variable and the type or characteristic of a specific output variable of the application target system,
The artificial intelligence package registration means, together with an artificial intelligence package having a function of generating a learned model, as information on the artificial intelligence package, a type of artificial intelligence technology used when the artificial intelligence package learns, the artificial intelligence package Accepts and registers one or more of a specific variable type or characteristic used for learning, a specific input variable type or characteristic used for learning by the artificial intelligence package, and a specific output variable type or characteristic used for learning. Has the function of
The presenting unit receives designation of a certain artificial intelligence package or information related to a certain artificial intelligence package registered in the artificial intelligence package registration unit, and information about the certain artificial intelligence package registered with the designated certain artificial intelligence package. Alternatively, the specified artificial intelligence package or the specified specific artificial package is determined based on the information on the specified specific artificial intelligence package and one or more of the problems to be solved registered by the problem registering means. A distribution environment providing system for providing a distribution environment of an artificial intelligence package, which has a function of presenting one or more problems to be solved related to information on an intelligent package.
請求項1〜3いずれか1つに記載の流通環境提供システムにおいて、
当該流通環境提供システムが、さらに、前記提示手段13に対して、所定のタイミングで、所定の条件で選択された、前記課題登録手段に登録された解決すべき課題又は前記人工知能パッケージ登録手段に登録された人工知能パッケージ若しくは人工知能パッケージに関する情報に対して指定操作を行う指定装置を備えるものである
ことを特徴とする人工知能パッケージの流通環境を提供する流通環境提供システム。
In the distribution environment providing system according to any one of claims 1 to 3,
The distribution environment providing system further provides the presenting means 13 with the task to be solved registered in the task registering means or the artificial intelligence package registering means selected under predetermined conditions at a predetermined timing. A distribution environment providing system for providing a distribution environment of an artificial intelligence package, comprising a designated device for performing a designated operation on a registered artificial intelligence package or information on the artificial intelligence package.
JP2018122080A 2018-06-27 2018-06-27 Distribution environment providing system providing distribution environment for artificial intelligence package Active JP6600856B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018122080A JP6600856B1 (en) 2018-06-27 2018-06-27 Distribution environment providing system providing distribution environment for artificial intelligence package

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018122080A JP6600856B1 (en) 2018-06-27 2018-06-27 Distribution environment providing system providing distribution environment for artificial intelligence package

Publications (2)

Publication Number Publication Date
JP6600856B1 JP6600856B1 (en) 2019-11-06
JP2020004030A true JP2020004030A (en) 2020-01-09

Family

ID=68462294

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018122080A Active JP6600856B1 (en) 2018-06-27 2018-06-27 Distribution environment providing system providing distribution environment for artificial intelligence package

Country Status (1)

Country Link
JP (1) JP6600856B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7481571B2 (en) 2020-04-20 2024-05-10 ベンリンク アーゲー Digital cloud-based platform and method for providing shell communication with cognitive cross-collaboration access using authenticated attribute parameters and operant conditioning tags

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021105798A (en) * 2019-12-26 2021-07-26 パナソニックIpマネジメント株式会社 Artificial intelligence system
JP6963062B1 (en) * 2020-06-22 2021-11-05 株式会社Yamato Information processing device and information processing method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06215163A (en) * 1993-01-18 1994-08-05 Hitachi Ltd Method and device for supporting neural network construction, neural network test device and chemical feeding control system
JP2016004548A (en) * 2014-06-19 2016-01-12 ヤフー株式会社 Provision device, provision method and provision program
JP2018097671A (en) * 2016-12-14 2018-06-21 株式会社グルーヴノーツ Service construction device, service construction method, and service construction program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06215163A (en) * 1993-01-18 1994-08-05 Hitachi Ltd Method and device for supporting neural network construction, neural network test device and chemical feeding control system
JP2016004548A (en) * 2014-06-19 2016-01-12 ヤフー株式会社 Provision device, provision method and provision program
JP2018097671A (en) * 2016-12-14 2018-06-21 株式会社グルーヴノーツ Service construction device, service construction method, and service construction program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7481571B2 (en) 2020-04-20 2024-05-10 ベンリンク アーゲー Digital cloud-based platform and method for providing shell communication with cognitive cross-collaboration access using authenticated attribute parameters and operant conditioning tags

Also Published As

Publication number Publication date
JP6600856B1 (en) 2019-11-06

Similar Documents

Publication Publication Date Title
Ibrahim et al. Global explanations of neural networks: Mapping the landscape of predictions
Di Francescomarino et al. Clustering-based predictive process monitoring
Sanin et al. Experience based knowledge representation for Internet of Things and Cyber Physical Systems with case studies
Taha et al. Symbolic interpretation of artificial neural networks
JP2019164761A (en) Improving quality of labeled training data
US11507989B2 (en) Multi-label product categorization
US20160124996A1 (en) Image ranking based on attribute correlation
Richter et al. A multi-dimensional comparison of toolkits for machine learning with big data
JP6600856B1 (en) Distribution environment providing system providing distribution environment for artificial intelligence package
Jimeno-Yepes et al. A one-size-fits-all indexing method does not exist: automatic selection based on meta-learning
CN110291542B (en) Factor estimation device, factor estimation system, and factor estimation method
Singh et al. Responsibility & machine learning: Part of a process
CN108229170A (en) Utilize big data and the software analysis method and device of neural network
Hidalgo et al. Using Meta-Learning to predict student performance in virtual learning environments
CN115048370A (en) Artificial intelligence processing method for big data cleaning and big data cleaning system
Singhal et al. Fault Coverage-Based Test Case Prioritization and Selection Using African Buffalo Optimization.
Costa et al. Hierarchical deep learning approach for plant disease detection
EP3576024A1 (en) Accessible machine learning
Kasthuri et al. An artificial bee colony and pigeon inspired optimization hybrid feature selection algorithm for twitter sentiment analysis
Craw Introspective learning to build case-based reasoning (CBR) knowledge containers
JP2009503657A (en) Rating system using neural network
Łapa et al. Negative space-based population initialization algorithm (NSPIA)
Karampidis et al. File type identification for digital forensics
Tallón-Ballesteros et al. Low dimensionality or same subsets as a result of feature selection: an in-depth roadmap
Mehdiyev et al. Sensor event mining with hybrid ensemble learning and evolutionary feature subset selection model

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190724

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20190724

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20190730

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190813

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190828

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20190910

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190913

R150 Certificate of patent or registration of utility model

Ref document number: 6600856

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: R3D04

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250