JP6458073B2 - Linear polynomial model creation system, creation method, and creation program for multilayer neural network (deep learning) - Google Patents
Linear polynomial model creation system, creation method, and creation program for multilayer neural network (deep learning) Download PDFInfo
- Publication number
- JP6458073B2 JP6458073B2 JP2017068869A JP2017068869A JP6458073B2 JP 6458073 B2 JP6458073 B2 JP 6458073B2 JP 2017068869 A JP2017068869 A JP 2017068869A JP 2017068869 A JP2017068869 A JP 2017068869A JP 6458073 B2 JP6458073 B2 JP 6458073B2
- Authority
- JP
- Japan
- Prior art keywords
- contribution
- linear polynomial
- neural network
- model
- input
- 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.)
- Active
Links
- 238000013528 artificial neural network Methods 0.000 title claims description 54
- 238000000034 method Methods 0.000 title description 23
- 238000013135 deep learning Methods 0.000 title description 8
- 238000004364 calculation method Methods 0.000 claims description 24
- 238000000605 extraction Methods 0.000 claims description 15
- 238000011156 evaluation Methods 0.000 claims description 12
- 238000007781 pre-processing Methods 0.000 claims description 8
- 238000012800 visualization Methods 0.000 claims description 8
- 238000004458 analytical method Methods 0.000 description 22
- 238000013136 deep learning model Methods 0.000 description 5
- 230000008569 process Effects 0.000 description 5
- 238000010586 diagram Methods 0.000 description 4
- 238000004422 calculation algorithm Methods 0.000 description 3
- 239000000284 extract Substances 0.000 description 3
- 230000006872 improvement Effects 0.000 description 3
- 238000010801 machine learning Methods 0.000 description 3
- 239000011159 matrix material Substances 0.000 description 3
- 238000012545 processing Methods 0.000 description 3
- 238000005516 engineering process Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 230000006399 behavior Effects 0.000 description 1
- 230000015572 biosynthetic process Effects 0.000 description 1
- 210000004556 brain Anatomy 0.000 description 1
- 238000004590 computer program Methods 0.000 description 1
- 230000008878 coupling Effects 0.000 description 1
- 238000010168 coupling process Methods 0.000 description 1
- 238000005859 coupling reaction Methods 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 230000006866 deterioration Effects 0.000 description 1
- 238000009434 installation Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000002360 preparation method Methods 0.000 description 1
- 238000003672 processing method Methods 0.000 description 1
- 238000007619 statistical method Methods 0.000 description 1
- 238000003786 synthesis reaction Methods 0.000 description 1
- 238000012360 testing method Methods 0.000 description 1
- 239000013585 weight reducing agent Substances 0.000 description 1
Images
Landscapes
- Image Analysis (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Description
本発明は、多層ニューラルネットワーク(ディープラーニング)における線形多項式モデルの作成システム、作成方法及び作成プログラムに関する。 The present invention relates to a linear polynomial model creation system, creation method, and creation program in a multilayer neural network (deep learning).
多層ニューラルネットワークは、人間の脳を模擬した構造を持つ機械学習技術の一種で、多数の入力項目から重要な特徴を自動的に獲得するアルゴリズムを持ち、データの分類や連続値の推定能力に優れており、多くの分野への適用が試みられている(特許文献1参照)。 Multi-layer neural network is a type of machine learning technology with a structure that simulates the human brain, and has an algorithm that automatically acquires important features from a large number of input items, and has excellent data classification and continuous value estimation capabilities. Application to many fields has been attempted (see Patent Document 1).
多層ニューラルネットワークは、大きく三つの層(入力層、中間層、出力層)に分けられ、各層は複数のノードで構成され、各層間のノードはそれぞれ異なる結合重みで連結されている。入力層に投入された入力データは結合重みの異なる中間層内のノードを通過する中で入力項目が結合重みに従って合成され出力層を通過して出力データとして処理され、出力結果が作られる。こうした一連の入力から出力への流れにより、認識判定が可能となる。 A multilayer neural network is roughly divided into three layers (an input layer, an intermediate layer, and an output layer). Each layer is composed of a plurality of nodes, and the nodes between the layers are connected with different connection weights. The input data input to the input layer passes through the nodes in the intermediate layer having different connection weights, and the input items are synthesized according to the connection weights, passed through the output layer, processed as output data, and an output result is created. Such a series of input to output flows enables recognition judgment.
ニューラルネットワークは、従来、多くのタイプのものが提案されてきた。中間層を複数持つ多層ニューラルネットワークはコンピュータの計算能力がボトルネックとなり実現されていなかったが、近年のコンピュータ能力の向上により実現されるようになった。 Conventionally, many types of neural networks have been proposed. A multi-layer neural network having a plurality of intermediate layers has not been realized due to the computing ability of a computer, but has been realized by the recent improvement of computer ability.
多層ニューラルネットワークは、他の機械学習技術では達成できないレベルの精度を実現することができる。機械学習は人間が明示的にルールを与えることなく、データから機械自身がルールを学習する技術であり、通常、入力データと、入力データが何を意味するのかを表す教師ラベルをもって学習し、学習の結果モデルが作成される。 Multilayer neural networks can achieve a level of accuracy that cannot be achieved with other machine learning techniques. Machine learning is a technology in which a machine learns rules from data without human being giving rules explicitly. Usually, learning is performed with input data and teacher labels that indicate what the input data means. The result model is created.
本発明の課題は、多層ニューラルネットワークで作成されたモデルを基にモデル作成に使用した入力データ項目の寄与度をスコアリングすることができる線形多項式モデルの作成システム、方法、及び、プログラムを提供することにある。 An object of the present invention is to provide a linear polynomial model creation system, method, and program capable of scoring the contribution of input data items used for model creation based on a model created by a multilayer neural network. There is.
また、本発明の課題は、多層ニューラルネットワークで作成されたモデルのアルゴリズムを近似的に線形化することで計算コストの低減を図り、処理性能を向上させるモデルを作成することができる線形多項式モデルの作成システム、作成方法及び作成プログラムを提供することにある。 Another object of the present invention is to reduce a calculation cost by approximating linearly an algorithm of a model created by a multilayer neural network, and to create a model that can improve a processing performance. To provide a creation system, a creation method, and a creation program.
上記課題を解決するために、本発明の線形多項式モデルの作成システム、作成方法及び作成プログラムは、以下のような解決手段を提供する。 In order to solve the above problems, the linear polynomial model creation system, creation method, and creation program of the present invention provide the following solution.
(1)本発明の線形多項式モデルの作成システムは、多層ニューラルネットワークを構成する各層におけるノード間の結合重みに基づいて、入力項目ごとの寄与度を算出する寄与度算出部と、算出した寄与度に基づいて、線形多項式を生成する線形多項式生成部とを含むことを特徴とする。 (1) A linear polynomial model creation system according to the present invention includes a contribution calculation unit that calculates a contribution for each input item based on a connection weight between nodes in each layer constituting a multilayer neural network, and a calculated contribution And a linear polynomial generator for generating a linear polynomial based on the above.
(2)上記(1)において、前記寄与度に基づいて、寄与度スコアの絶対値が所定の閾値を超える項目を抽出する高寄与度項目抽出部を備え、前記線形多項式生成部は、前記抽出された高寄与度の項目に基づいて線形多項式を生成することを特徴とする。 (2) In the above (1), a high contribution item extraction unit that extracts items whose absolute value of the contribution score exceeds a predetermined threshold based on the contribution is provided, and the linear polynomial generation unit includes the extraction A linear polynomial is generated based on the high-contribution item.
(3)上記(1)又は(2)において、元データを前処理して学習データを作成する前処理部と学習データに基づいて、モデルを生成するモデル生成部と、前記モデルの精度を評価する評価部とを含むことを特徴とする。 (3) In the above (1) or (2), a preprocessing unit that preprocesses original data to create learning data, a model generation unit that generates a model based on the learning data, and the accuracy of the model is evaluated And an evaluation unit.
(4)上記(1)から(3)のいずれかにおいて、前記抽出された高寄与度の項目に基づいて、項目ごとの寄与度の可視化を行う寄与度可視化部を含むことを特徴とする。 (4) In any one of the above (1) to (3), a contribution degree visualization unit that visualizes contribution degree for each item based on the extracted high contribution degree item is included.
(5)本発明の線形多項式モデルの作成方法は、コンピュータが、多層ニューラルネットワークを構成する各層におけるノード間の結合重みに基づいて、入力項目ごとの寄与度を算出する寄与度算出ステップと、算出した寄与度に基づいて、線形多項式を生成する線形多項式生成ステップとを実行することを特徴とする。 (5) A method for creating a linear polynomial model of the present invention includes a contribution calculation step in which a computer calculates a contribution for each input item based on a connection weight between nodes in each layer constituting a multilayer neural network, and a calculation And a linear polynomial generation step of generating a linear polynomial based on the contribution degree.
(6)本発明の線形多項式モデルの作成プログラムは、コンピュータに、多層ニューラルネットワークを構成する各層におけるノード間の結合重みに基づいて、項目ごとの寄与度を算出する寄与度算出ステップと、前記算出した寄与度に基づいて、線形多項式を生成する線形多項式生成ステップとを実行させることを特徴とする。 (6) A linear polynomial model creation program according to the present invention includes: a calculation step for calculating a contribution for each item based on a connection weight between nodes in each layer constituting a multilayer neural network; And a linear polynomial generation step of generating a linear polynomial based on the contribution degree.
本発明によれば、多層ニューラルネットワークで作成されたモデルを基にモデル作成に使用した入力データ項目の寄与度をスコアリングすることができる線形多項式モデルの作成システム、方法、及び、プログラムを提供することができる。 According to the present invention, a linear polynomial model creation system, method, and program capable of scoring the contribution of input data items used for model creation based on a model created by a multilayer neural network are provided. be able to.
また、計算コストの低減を図り、処理性能を向上させる多層ニューラルネットワークにおける線形多項式モデルの作成システム、方法、及び、プログラムを提供することができる。 In addition, it is possible to provide a system, method, and program for creating a linear polynomial model in a multilayer neural network that can reduce calculation cost and improve processing performance.
多層ニューラルネットワークにおける線形多項式モデルの作成システムは、処理の軽量化及び高速化を図ることにより、計算リソースの限られたシステム含め、搭載の機会を増やすことができる。 A system for creating a linear polynomial model in a multi-layer neural network can increase installation opportunities, including a system with limited calculation resources, by reducing processing speed and speed.
ディープラーニングを搭載するためには、計算量を削減する必要があるが、本発明によれば、行列計算を一次多項式という計算量の少ない方法に変換することができる。また、一次多項式を作成する際に計算で使用する入力項目を取捨選択することにより、更なる軽量化を図ることができる。 In order to install deep learning, it is necessary to reduce the amount of calculation. However, according to the present invention, matrix calculation can be converted into a method with a small amount of calculation called a first-order polynomial. Further, by selecting input items used in the calculation when creating the first order polynomial, further weight reduction can be achieved.
以下、添付図面を参照して、本発明を実施するための形態(以下、実施形態)について詳細に説明する。以降の図においては、実施形態の説明の全体を通して同じ要素には同じ番号又は符号を付している。また、機能構成の図において、機能ブロック間の矢印は、データの流れ方向、又は処理の流れ方向を表す。 DESCRIPTION OF EMBODIMENTS Hereinafter, embodiments for carrying out the present invention (hereinafter referred to as embodiments) will be described in detail with reference to the accompanying drawings. In the subsequent drawings, the same numbers or symbols are assigned to the same elements throughout the description of the embodiments. In the functional configuration diagram, an arrow between functional blocks represents a data flow direction or a process flow direction.
図1に示すように、多層ニューラルネットワーク構造解析システム100は、前処理部110とモデル生成部120と、評価部130と、寄与度算出部140と、高寄与度項目抽出部150と、データセット生成部170とを含む。多層ニューラルネットワーク構造解析システム100は、多層ニューラルネットワークの性能向上のための高寄与度項目の抽出システムを含んで構成されている。多層ニューラルネットワーク構造解析システム100は、高寄与度可視化部160を含んでいてもよい。
As shown in FIG. 1, the multilayer neural network
多層ニューラルネットワーク構造解析システム100は、例えば、パーソナルコンピュータなどの電子機器など、又は、これらに実装されるコンピュータプログラムとして具現化されるものであって、外部からの入力信号を入力するための入力信号部101と、外部への出力信号を出力するための出力信号部102とを有する。
The multilayer neural network
以下、図1及び図2を参照しながら、多層ニューラルネットワーク構造解析システム100の各構成とその解析方法を説明する。
Hereinafter, each configuration of the multilayer neural network
前処理部110は、元データ200に前処理を施し、学習データとテストデータとを生成する(ステップST01)。元データ200は、入力データと、入力データに対する教師ラベルとの対で構成されており、また、元データ200にはノイズが含まれていたり、元データ200の分布が偏っていたりする。そこで、前処理部110では、平均からかけ離れた組を取り除くノイズ除去などを実施する。
The preprocessing
モデル生成部120は、学習データに基づいて、例えば、図7に示すようなモデルを生成する(ステップST03)。図7が表すように、多層ニューラルネットワークは入力層10と、中間層20、30と、出力層40とで構成されるが、この中間層20、30に多層オートエンコーダなどを使用して特徴の合成及び抽出を行うことにより、モデルの生成を実施する。
The
評価部130は、モデルの精度を評価する(ステップST05)。モデルの評価は、モデルに対して、入力信号部101で受け付けた元データ200の入力データを入力し、出力信号部102からの出力値が教師データと一致しているか否かを組ごとに判断し、元データ200において、一致の数又は割合が所定の値より多い場合、精度が高い(良い)と評価する。
評価の際には、高寄与度可視化部160で可視化することが好ましい。高寄与度可視化部160は、可視化された評価をモニタのような出力装置に出力することが好ましい。
評価の結果、精度が悪い場合、再び、モデルを生成すべく、処理をステップST03に移す。
At the time of evaluation, it is preferable to visualize with the high contribution
If the accuracy is poor as a result of the evaluation, the process proceeds to step ST03 to generate a model again.
評価部130が高い(良い)評価をした場合、寄与度算出部140は、入力項目が出力結果に与える寄与度を算出する(ステップST07)。寄与度とは、各出力ノードの出力結果に対する各入力項目の影響度を意味し、多層ニューラルネットワークを構成する各層におけるノード間の結合重みを抽出し、それを基に入力層10から出力層40まで各層間の結合を表す行列を順に積算することにより算出される(後述)。図3に、算出した寄与度の数値で項目を並べ替えた図を示す。
When the
そして、高寄与度項目抽出部150は、算出された寄与度に基づいて、「偽」又は「真」に大きく寄与している項目を抽出する(ステップST09)。大きく寄与している項目の抽出方法は、寄与度の絶対値が所定の値以上のものを選択する方法や、例えば図3に示すように、寄与度の絶対値が大きい範囲A、Bにおける、横軸の端から寄与度の折れ線とで囲まれた斜線で表した領域a、bの面積が所定範囲の面積になるときの範囲を抽出する方法などがある。横軸の中央付近の領域Cは、寄与度の折れ線が略横軸に重なっており、また、略平行であるので、寄与度の折れ線と横軸との間の面積は小さく、出力結果に寄与しない項目であるので、高寄与度の項目としての抽出対象にはならない。
Then, the high contribution
高寄与度可視化部160は、「偽」又は「真」に大きく寄与している項目が視覚的に把握容易になるように、例えば、図3に示すようなグラフで表示させる。グラフの左側点線枠の領域A内において、寄与度が上位の項目ほど「偽」に大きく寄与することが示されている。同様に、グラフの右側点線枠の領域B内において、寄与度が下位の項目ほど「真」に大きく寄与することが示されている。他方、寄与度が中間にある項目は、「偽」にも「真」にも余り寄与していないことが示されている。
The high contribution
データセット生成部170は、抽出された高寄与度の入力項目に基づいて、元データ200を構成する列のうち、「真」又は「偽」に大きく寄与する列のみを抽出し、新たなデータセットを生成する(データセット生成ステップ、ステップST11)。
Based on the extracted high-contribution input items, the data set
データセット生成部170で作成されたデータセットは、高寄与度項目データセットであり、学習データから低寄与度項目をそぎ落としたものである。例えば、高寄与度項目データセットを用いて、再度モデルを作成する用途に用いることができる。これにより、計算リソースが限られている環境において、低寄与度項目をそぎ落としたデータセットでモデルを作成すると、計算リソースを節約することができる。
The data set created by the data set
また、学習データの性質を明らかにするための統計分析において、高寄与度項目を切り口とした分析を実施する用途に用いることができる。これにより、分析の結果に大きく寄与する項目で分析すると、データの性質を表現しやすくすることができる。 In addition, in statistical analysis for clarifying the nature of learning data, it can be used for applications in which analysis is performed with high contribution items as the starting point. This makes it easy to express the properties of the data when analyzed with items that greatly contribute to the results of the analysis.
次に、図4及び図5を参照して、多層ニューラルネットワーク構造解析システム100aの各構成とその解析方法を説明する。多層ニューラルネットワーク構造解析システム100aは、多層ニューラルネットワーク構造解析システム100のデータセット生成部170の替わりに、線形多項式生成部180を設けている。多層ニューラルネットワーク構造解析システム100aは、多層ニューラルネットワークにおける線形多項式モデルの作成システムを含んで構成されている。
Next, each configuration of the multilayer neural network
以下の説明では、多層ニューラルネットワーク構造解析システム100a特有の部分のみ説明する。
多層ニューラルネットワーク構造解析システム100aは、前処理部110とモデル生成部120と、評価部130と、寄与度算出部140と、線形多項式生成部180とを含む。多層ニューラルネットワーク構造解析システム100aは、高寄与度項目抽出部150を含んでいてもよく、また、高寄与度可視化部160を含んでいてもよい。
In the following description, only the parts specific to the multilayer neural network
The multilayer neural network
線形多項式生成部180は、線形多項式モデルを生成する(ステップST17)。
The linear
線形多項式生成部180は、寄与度算出部140で算出された寄与度に基づいて、又は、高寄与度項目抽出部150を含む場合は高寄与度項目抽出部150で抽出した項目とその寄与度に基づいて、線形多項式モデルを生成する。一般に、多層ニューラルネットワークで形成されたモデルは、計算量が膨大になる傾向にあるが、線形多項式生成部180が生成する線形多項式は、多層ニューラルネットワークで形成されたモデルのアルゴリズムを近似的に線形化することで、計算コストの低減を可能とする。
The linear
図6に示すように、従来のディープラーニングを用いた判定処理方法では、入力データを判定処理する際に、クラウド環境など大規模演算が可能な環境で作動するディープラーニングで作成したモデルに判定依頼をし、その判定結果受け取る。このため、ディープラーニングで作成したモデルが稼動する環境は、ハイスペックを要求される。そこで、線形多項式生成部180において、あらかじめディープラーニングのモデルに近似した線形多項式を生成し、判定処理の判定ルールにスコアリングロジックとして組み込むことにより、ハイスペックな環境を必要とせず、ハンディターミナルのようなロースペック端末でも判定処理を行うことができる。
As shown in FIG. 6, in the conventional determination processing method using deep learning, when input data is determined, a determination request is made to a model created by deep learning that operates in an environment capable of large-scale operations such as a cloud environment. And receive the determination result. For this reason, the environment in which the model created by deep learning operates is required to have high specifications. Therefore, the linear
図7において、入力信号の入力と、出力信号の出力とを有する多層ニューラルネットワーク1を例示する。入力データは1つ又は複数の組で構成され、各組は、例えば、2つの入力項目に対応する数字列(例えば、1、2)と、その組の判定結果として、2つの項目(真、偽)と、を有する。
FIG. 7 illustrates a multilayer
多層ニューラルネットワーク1は、大きく三つの層(入力層10、中間層20、30、出力層40)に分けられ、各層は複数のノードで構成され、各層間のノードはそれぞれ異なる結合重みで連結されている。入力層10に投入された入力データは入力層10を通り、結合重みの異なる中間層20、30内のノードを通過する中で入力項目が結合重みに従って合成され、出力層40を通過して出力データとして処理され、出力結果が作られる。こうした一連の入力から出力への流れにより、認識判定が可能となる。中間層20、30は、いずれも、行列の重みで表現することができる。そこで、線形多項式では、あらかじめ、中間層20、30の全行列の重みを計算しておくことにより、入力値と計算後の重みの1次多項式で予測計算を生成することができる。
The multilayer
多層ニューラルネットワーク構造解析システム100、100aによれば、マーケティングの分野において、特定商品の成約にいたった顧客の行動履歴、属性データを用いて作成したディープラーニングモデル(多層ニューラルネットワークで作成されたモデル)を見える化(可視化)することにより、マーケティング上着目すべき項目を特定することによって、効果的な施策を実施することができる。
According to the multi-layer neural network
また、各種保険商品を取り扱う分野において、保険商品データと保険金請求データを用いて作成したディープラーニングモデルを見える化することにより、請求される可能性の低い保険商品の特徴を把握することができ、高収益率保険商品を開発することが可能となる。 In addition, by visualizing deep learning models created using insurance product data and insurance claim data in the field of handling various insurance products, it is possible to grasp the characteristics of insurance products that are unlikely to be charged. It will be possible to develop insurance products with high profitability.
また、金融機関において、財務状態が健全な顧客企業と劣化した顧客企業のデータを用いて作成したディープラーニングモデルを見える化することにより、財務悪化懸念のある顧客企業をあらかじめ検知することが可能となる。 In addition, by visualizing the deep learning model created by using data of customer companies with healthy financial conditions and deteriorated customer companies in financial institutions, it is possible to detect in advance customer companies with concerns about financial deterioration. Become.
さらに、軽量化した線形ディープラーニングモデル(線形多項式)を搭載することにより、現場において計算速度と検出精度との両立をすることができ、かつ低スペックハードウェアで構成される測定機器の性能を向上することができる。 In addition, by installing a lightweight linear deep learning model (linear polynomial), it is possible to achieve both the calculation speed and detection accuracy at the site, and improve the performance of measuring instruments composed of low-spec hardware. can do.
以上、実施形態を用いて本発明を説明したが、本発明の技術的範囲は上記実施形態に記載の範囲に限定されないことは言うまでもない。上記実施形態に、多様な変更又は改良を加えることが可能であることが当業者に明らかである。また、その様な変更又は改良を加えた形態も本発明の技術的範囲に含まれ得ることが、特許請求の範囲の記載から明らかである。 As mentioned above, although this invention was demonstrated using embodiment, it cannot be overemphasized that the technical scope of this invention is not limited to the range as described in the said embodiment. It will be apparent to those skilled in the art that various modifications or improvements can be added to the above embodiment. Further, it is apparent from the description of the scope of claims that embodiments with such changes or improvements can be included in the technical scope of the present invention.
なお、上記の実施形態では、本発明を物の発明として、多層ニューラルネットワークにおける線形多項式モデルの作成システムについて主に説明したが、本発明は、方法の発明(多層ニューラルネットワークにおける線形多項式モデルの作成方法)又は上記方法の発明(多層ニューラルネットワークにおける線形多項式モデルの作成方法)のそれぞれの段階をコンピュータに実行させるプログラムの発明(多層ニューラルネットワークにおける線形多項式モデルの作成プログラム)として捉えることもできる。 In the above embodiment, the present invention is a product invention, and the system for creating a linear polynomial model in a multilayer neural network is mainly described. However, the present invention is a method invention (creation of a linear polynomial model in a multilayer neural network). Method) or the invention of the above method (a method for creating a linear polynomial model in a multilayer neural network), or a program invention (a program for creating a linear polynomial model in a multilayer neural network) that causes a computer to execute each stage.
また、上記の実施形態では、多層ニューラルネットワークの性能向上のための高寄与度項目の抽出システム、方法、及び、プログラムも開示されている。 In the above embodiment, a high contribution item extraction system, method, and program for improving the performance of a multilayer neural network are also disclosed.
1 多層ニューラルネットワーク
10 入力層
20、30 中間層
40 出力層
100、100a 多層ニューラルネットワーク構造解析システム
101 入力信号部
102 出力信号部
110 前処理部
120 モデル生成部
130 評価部
140 寄与度算出部
150 高寄与度項目抽出部
160 高寄与度可視化部
170 データセット生成部
180 線形多項式生成部
200 元データ
DESCRIPTION OF
Claims (6)
算出された前記寄与度に基づいて入力項目を抽出し、抽出された入力項目に基づいて線形多項式を生成する線形多項式生成部と
を含む、線形多項式モデルの作成システム。 A contribution calculating unit that calculates a contribution for each input item based on a connection weight between nodes in each layer constituting the multilayer neural network;
Based on the calculated contribution extracting input items, and a linear polynomial generator for generating a linear polynomial based on the extracted input item, creation system of the linear polynomial model.
を含み、
前記線形多項式生成部は、前記高寄与度項目抽出部で抽出された高寄与度の入力項目に基づいて線形多項式を生成する、請求項1に記載の線形多項式モデルの作成システム。 Wherein said calculated in the contribution degree calculating section on the basis of the contribution, includes high contribution item extraction unit extracting input items which the absolute value of the contribution score exceeds a predetermined threshold value,
The linear polynomial generating unit generates a linear polynomial based on the input item of the high contribution extracted in the high contribution item extraction section, creating system of a linear polynomial model according to claim 1.
を含む、請求項2に記載の線形多項式モデルの作成システム。 Based on the input items of the high contribution extracted in the high contribution item extraction section includes a contribution visualizing unit that performs visualization of the contribution of each input item, creating a linear polynomial model according to claim 2 system.
学習データに基づいて、モデルを生成するモデル生成部と、
前記モデルの精度を評価する評価部と
を含む、請求項1から3のいずれかに記載の線形多項式モデルの作成システム。 A preprocessing unit that preprocesses original data to create learning data, a model generation unit that generates a model based on the learning data,
The system for creating a linear polynomial model according to claim 1 , further comprising: an evaluation unit that evaluates the accuracy of the model.
多層ニューラルネットワークを構成する各層におけるノード間の結合重みに基づいて、入力項目ごとの寄与度を算出する寄与度算出ステップと、
算出された前記寄与度に基づいて入力項目を抽出し、抽出された入力項目に基づいて線形多項式を生成する線形多項式生成ステップと
を実行する、線形多項式モデルの作成方法。 Computer
A contribution calculation step for calculating a contribution for each input item based on a connection weight between nodes in each layer constituting the multilayer neural network;
Based on the calculated contribution extracting input fields, performing a linear polynomial generation step of generating a linear polynomial based on the extracted input item, how to create a linear polynomial model.
多層ニューラルネットワークを構成する各層におけるノード間の結合重みに基づいて、入力項目ごとの寄与度を算出する寄与度算出ステップと、
算出された前記寄与度に基づいて入力項目を抽出し、抽出された入力項目に基づいて線形多項式を生成する線形多項式生成ステップと
を実行させる、線形多項式モデルの作成プログラム。 On the computer,
A contribution calculation step for calculating a contribution for each input item based on a connection weight between nodes in each layer constituting the multilayer neural network;
Based on the calculated contribution extracting input items, to execute a linear polynomial generation step of generating a linear polynomial based on the extracted input item, the linear polynomial model creation program.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017068869A JP6458073B2 (en) | 2017-03-30 | 2017-03-30 | Linear polynomial model creation system, creation method, and creation program for multilayer neural network (deep learning) |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017068869A JP6458073B2 (en) | 2017-03-30 | 2017-03-30 | Linear polynomial model creation system, creation method, and creation program for multilayer neural network (deep learning) |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2018169960A JP2018169960A (en) | 2018-11-01 |
JP6458073B2 true JP6458073B2 (en) | 2019-01-23 |
Family
ID=64019393
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2017068869A Active JP6458073B2 (en) | 2017-03-30 | 2017-03-30 | Linear polynomial model creation system, creation method, and creation program for multilayer neural network (deep learning) |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6458073B2 (en) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7374829B2 (en) * | 2020-03-24 | 2023-11-07 | 株式会社東芝 | Neural network analysis device, neural network analysis method and program |
KR102663080B1 (en) * | 2020-12-04 | 2024-05-02 | 연세대학교 산학협력단 | Apparatus And Method For Mathematically Light Weighting Artificial Neural Networks |
WO2022149372A1 (en) * | 2021-01-08 | 2022-07-14 | ソニーグループ株式会社 | Information processing device, information processing method, and program |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05265509A (en) * | 1992-03-16 | 1993-10-15 | Mitsubishi Heavy Ind Ltd | Learning control device |
JP5415476B2 (en) * | 2005-05-02 | 2014-02-12 | 株式会社 Jeol Resonance | NMR data processing apparatus and method |
-
2017
- 2017-03-30 JP JP2017068869A patent/JP6458073B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2018169960A (en) | 2018-11-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6458072B2 (en) | High contribution item extraction system, extraction method and extraction program for improving performance of multilayer neural network (deep learning) | |
Zhang et al. | Intelligent acoustic-based fault diagnosis of roller bearings using a deep graph convolutional network | |
Yin et al. | Wasserstein Generative Adversarial Network and Convolutional Neural Network (WG‐CNN) for Bearing Fault Diagnosis | |
JP5868216B2 (en) | Clustering apparatus and clustering program | |
Kankar et al. | Vibration-based fault diagnosis of a rotor bearing system using artificial neural network and support vector machine | |
Yang et al. | An improved multi-channel graph convolutional network and its applications for rotating machinery diagnosis | |
JP6458073B2 (en) | Linear polynomial model creation system, creation method, and creation program for multilayer neural network (deep learning) | |
WO2019225399A1 (en) | Information processing device, information processing method, and storage medium | |
Shi et al. | Online event detection in synchrophasor data with graph signal processing | |
CN108764541B (en) | Wind energy prediction method combining space characteristic and error processing | |
WO2019200739A1 (en) | Data fraud identification method, apparatus, computer device, and storage medium | |
CN105991517A (en) | Vulnerability discovery method and device | |
CN117041017A (en) | Intelligent operation and maintenance management method and system for data center | |
Gupta et al. | Ddos attack detection through digital twin technique in metaverse | |
JP2019012473A (en) | Data filtering device and method | |
Li et al. | Structural health monitoring data anomaly detection by transformer enhanced densely connected neural networks | |
Perez et al. | Optimization of the new DS-u control chart: an application of genetic algorithms | |
RU2622857C1 (en) | System of transformation, analysis and evaluation of information objects of the object | |
CN113496332B (en) | Industrial Internet fault prediction method and system | |
Singh et al. | Evaluation of maintainability index of a mechanical system using graph theoretic approach | |
Zhou et al. | Data Inspecting and Denoising Method for Data‐Driven Stochastic Subspace Identification | |
Zhang et al. | Study on the parts surface defect detection method based on modifed SVM algorithm | |
JP6984265B2 (en) | Information processing equipment, information processing methods, and programs | |
Singh et al. | Effect of warning limits on the performance of the chart under autocorrelation | |
JP6018852B2 (en) | Factor analysis / display method and system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
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: 20181127 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20181221 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6458073 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
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 |