JPH0922405A - Non-linear model generation method - Google Patents
Non-linear model generation methodInfo
- Publication number
- JPH0922405A JPH0922405A JP17067695A JP17067695A JPH0922405A JP H0922405 A JPH0922405 A JP H0922405A JP 17067695 A JP17067695 A JP 17067695A JP 17067695 A JP17067695 A JP 17067695A JP H0922405 A JPH0922405 A JP H0922405A
- Authority
- JP
- Japan
- Prior art keywords
- data
- model
- linear model
- model generation
- client
- 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.)
- Pending
Links
Landscapes
- Information Transfer Between Computers (AREA)
- Computer And Data Communications (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
(57)【要約】
【目的】クライアントとサーバを利用して、大量データ
から非線形モデルを構築すること、大量データからの非
線形モデルの構築期間を短縮することを目的とする。
【構成】2つ以上の項目と2つ以上のレコードを持つデ
ータである元データからの非線形モデルの作成する非線
形モデル生成方法であって、元データを圧縮する特徴保
存圧縮処理(102)を行い、圧縮済みデータをネット
ワーク上のサーバにて作成して、作成された圧縮済みデ
ータをサーバからクライアントに転送するデータ転送処
理(103)を行い、圧縮済みデータを用いて、クライ
アントにて予め定められた非線形モデルを作成するため
のモデル生成パラメータを調整し(104〜107)、
調整されたモデル生成パラメータを用いて、サーバにて
元データから非線形モデルを生成するモデル生成処理
(109)を行う。
(57) [Abstract] [Purpose] The objective is to build a non-linear model from a large amount of data using a client and a server, and to shorten the construction period of a non-linear model from a large amount of data. [Structure] A non-linear model generation method for creating a non-linear model from original data, which is data having two or more items and two or more records, and performing a feature preservation compression process (102) for compressing the original data. , The compressed data is created by the server on the network, the data transfer process (103) of transferring the created compressed data from the server to the client is performed, and the compressed data is used to be predetermined by the client. The model generation parameters for creating the nonlinear model (104 to 107),
A model generation process (109) of generating a non-linear model from the original data is performed by the server using the adjusted model generation parameter.
Description
【0001】[0001]
【産業上の利用分野】本発明は、クライアントサーバー
システムを利用して、サーバが保持するデータベースに
格納された数値または記号で表現された情報の集まりか
ら非線形モデルを生成する方法に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method of using a client-server system to generate a non-linear model from a collection of information represented by numerical values or symbols stored in a database held by a server.
【0002】[0002]
【従来の技術】計算機の高速化、ディスクの大容量化に
伴い、蓄積されるデータ量は増大しつつある。またネッ
トワーク化が進むにつれ、クライアントからのデータベ
ース利用技術も進歩しつつある。2. Description of the Related Art The amount of data to be stored is increasing with the increase in speed of computers and the increase in capacity of disks. Also, with the progress of networking, database utilization technology from clients is also advancing.
【0003】ユーザが大量のデータから直接獲得できる
情報は限られている。条件を設定し、興味のあるデータ
のみ抽出したり、ニューロモデル等のモデルを構築して
予測や診断に活用することにより、データに埋もれた情
報を獲得できる。大量データから非線形モデルを構築す
る代表的な手法として以下の3つが知られている。The information that a user can directly obtain from a large amount of data is limited. By setting conditions and extracting only the data of interest, or by constructing a model such as a neuro model and utilizing it for prediction and diagnosis, information buried in the data can be acquired. The following three are known as typical methods for constructing a nonlinear model from a large amount of data.
【0004】(1)ニューロモデルを利用する方法 ニューロモデルの構築方法に関しては、多くの文献に記
載されている。例えば、第5回ファジィシステムシンポ
ジウム講演論文集183ページから188ページにおいて林勲
他によるニューラルネット駆動型ファジィ推論による倒
立振子の学習制御なる文献に解説がある。(以下、従来
技術1と呼ぶ) (2)ルール抽出アルゴリズムを利用する方法 ルール抽出システム(RI:Rule Induction System)と
は、所定のルール抽出アルゴリズムを利用して、記号で
表現されたカテゴリデータからデータの特徴を抽出し、
ルール形式で表現するシステムである。(1) Method using a neuro model A method for constructing a neuro model is described in many documents. For example, there is an explanation in the literature of learning control of an inverted pendulum by neural network driven fuzzy inference by Isao Hayashi et al. On pages 183 to 188 of the 5th Fuzzy System Symposium Proceedings. (Hereinafter, referred to as Prior Art 1) (2) Method of using rule extraction algorithm A rule extraction system (RI: Rule Induction System) is a method of extracting a category data represented by a symbol by using a predetermined rule extraction algorithm. Extract the characteristics of the data,
It is a system that expresses in a rule format.
【0005】代表的なルール抽出アルゴリズムID3につ
いては、Tioga Publishing Comp
anyのMachine Learningの463ペー
ジから482ページにおいて、J.R.QuinlanによるLearning
Efficient Classification Process and Their Applic
ation to Chess End Gamesに詳細が述べられている。
(以下、従来技術2と呼ぶ) (3)統計モデルを利用する方法 重回帰モデルのような統計モデルは広く一般的に知られ
ており、ここで詳しくは述べない。(以下、従来技術3
と呼ぶ) また、ネットワークを考慮したデータベース利用技術と
して、例えば、「サーバのRDBの直結-基幹データを表計
算ソフトへ」と題して、日経コンピュータ1993年7月12
日号の67ページから75ページに記載されている(以下従
来技術4と呼ぶ)。この論文では、データを保持したサ
ーバとユーザが利用するクライアントがネットワークで
接続されている。クライアントから表計算ソフトを利用
して、検索要求を出すと、SQL(Structured Query Langu
age)などで記載された検索命令がサーバに送られ、サー
バで検索が実行され、検索結果がクライアントに転送さ
れる。クライアントは検索結果を表計算ソフトの形式に
整形して表示する。For a typical rule extraction algorithm ID3, see the Tiga Publishing Comp.
Learning by JR Quinlan, on any of Machine Learning, pages 463-482.
Efficient Classification Process and Their Applic
See ation to Chess End Games for more details.
(Hereinafter, referred to as Prior Art 2) (3) Method of using statistical model A statistical model such as a multiple regression model is widely known in general and will not be described in detail here. (Hereinafter, Prior Art 3
In addition, as a database utilization technology considering the network, for example, Nikkei Computer July 12, 1993, entitled "Direct connection of server RDB-basic data to spreadsheet software"
It is described on pages 67 to 75 of the Japanese issue (hereinafter referred to as prior art 4). In this paper, a server holding data and a client used by a user are connected by a network. When a search request is issued from a client using spreadsheet software, SQL (Structured Query Langu
age) and other search commands are sent to the server, the server executes the search, and the search results are transferred to the client. The client formats and displays the search results in spreadsheet format.
【0006】[0006]
【発明が解決しようとする課題】上記、従来技術1、
2、3で述べられている従来の非線形モデル生成方法
は、モデル生成のアルゴリズムに関するものであり、従
来技術4で述べられているようなクライアントとサーバ
を意識したものではない。したがって、データは処理を
実行する装置上になければならない。または、処理を実
行する装置上に集めなくてはならないので、ネットワー
クの負荷がかかるという問題が生じる。DISCLOSURE OF THE INVENTION Problems to be Solved by the Invention
The conventional nonlinear model generation methods described in 2 and 3 relate to a model generation algorithm, and are not conscious of the client and the server as described in Related Art 4. Therefore, the data must be on the device that performs the process. Or, since it has to be collected on the device that executes the processing, there is a problem that the network load is applied.
【0007】また、10万件を越えるような大量データ
を想定したものではないので、大量データを扱った場
合、パラメータ設定に試行錯誤を要することからも、モ
デル生成にかなりの時間を要するという問題が生じる。Since a large amount of data exceeding 100,000 cases is not assumed, it takes a considerable amount of time to generate a model when a large amount of data is handled, because trial and error is required for parameter setting. Occurs.
【0008】上記、従来技術4で述べられているデータ
ベース技術は、ネットワークを活用し、大量データをク
ライアントから高速に検索するものであるが、実行する
処理は検索に限られており、ルール生成等のモデル生成
処理は想定されていない。The database technology described in the above-mentioned prior art 4 utilizes a network to search a large amount of data from a client at high speed, but the processing to be executed is limited to the search, such as rule generation. The model generation process of is not assumed.
【0009】上記従来技術1、2、3、4の問題点に鑑
み、本発明は、クライアントとサーバを利用した非線形
モデル生成方法の構築を第1の目的とする。In view of the problems of the above prior arts 1, 2, 3, and 4, the first object of the present invention is to construct a non-linear model generation method using a client and a server.
【0010】さらに、10万件を越えるような大量デー
タから高速に非線形モデルを構築できる非線形モデル生
成方法の構築を第2の目的とする。A second object is to construct a non-linear model generation method capable of rapidly constructing a non-linear model from a large amount of data of over 100,000 cases.
【0011】[0011]
【課題を解決するための手段】上記の目的達成のため、
本発明の非線形モデル生成方法では、圧縮したデータ
(圧縮済みデータ)をサーバからクライアントに転送
し、圧縮済みデータを用いて、クライアントにてモデル
生成パラメータを調整する予備実験方法と、調整したパ
ラメータを用いて、サーバにて元データからモデルを生
成するモデル生成処理と、圧縮済みデータを含む生成し
たモデルの入出力関係を表すモデル特性情報をクライア
ントに転送するモデル特性情報転送処理、クライアント
にて転送された情報を表示するモデル特性情報表示処理
を備えている。In order to achieve the above object,
In the non-linear model generation method of the present invention, the compressed data (compressed data) is transferred from the server to the client, and the compressed data is used to adjust the model generation parameter at the client. Using the model generation process to generate a model from the original data on the server and the model characteristic information transfer process to transfer the model characteristic information indicating the input / output relationship of the generated model including the compressed data to the client, the client transfer Model characteristic information display processing for displaying the obtained information is provided.
【0012】特に本発明の望ましい態様では、データの
圧縮処理に、レコード間の距離を測定し、該距離があら
かじめ設定したしきい値よりも小さい場合、1点に代表
させる特徴保存圧縮処理をおこない、圧縮のパラメータ
を指定する特徴保存圧縮パラメータ指定処理は、特徴保
存圧縮に利用する項目を選択する処理と、前記しきい値
を設定する処理と、該しきい値により特徴保存圧縮を施
した特徴保存圧縮済みデータの総レコード数を確認し、
しきい値を再設定または了解する処理を備えている。According to a preferred aspect of the present invention, in the data compression processing, the distance between records is measured, and if the distance is smaller than a preset threshold value, the feature preservation compression processing represented by one point is performed. The feature preservation compression parameter designating process for designating a compression parameter includes a process of selecting an item to be used for feature preservation compression, a process of setting the threshold value, and a feature preservation compression feature applied according to the threshold value. Check the total number of records of saved compressed data,
It has a process of resetting or understanding the threshold value.
【0013】特徴保存圧縮処理は、圧縮処理により選択
されたデータが代表するレコード数を、そのレコードの
重みとして設定することを特徴とする。The feature preservation compression process is characterized in that the number of records represented by the data selected by the compression process is set as the weight of the record.
【0014】モデル生成のパラメータを設定する処理
は、モデル生成に利用する項目を選択する項目選択処理
と、新たな項目を生成する項目生成処理と、数値データ
をカテゴリデータに変換するカテゴリ化処理と、生成す
るモデルの種類ごとに固有のパラメータを設定する処理
を備える。The process of setting the model generation parameter includes an item selection process of selecting an item used for model generation, an item generation process of generating a new item, and a categorization process of converting numerical data into category data. , And a process of setting a unique parameter for each type of model to be generated.
【0015】さらに具体的には、前記カテゴリ化処理
は、前記項目ごとに、圧縮したデータから近似的に元デ
ータのヒストグラムを表示する処理と、表示されたヒス
トグラムに重ねて表示されたポインタを操作するための
入力処理と、該ポインタを用いて該項目の定義域を所定
の位置で区切って幾つかの区間に分割し、それぞれの区
間にカテゴリを割り当てて、前記数値データをその数値
データが含まれる区間に対応するカテゴリに変換する処
理とを備えたことを特徴とする。More specifically, in the categorization processing, for each of the items, processing for displaying a histogram of the original data approximately from compressed data and operation of a pointer displayed overlaid on the displayed histogram are operated. Input processing for dividing the domain of the item at a predetermined position by using the pointer, dividing the domain into several sections, assigning a category to each section, and including the numerical data in the numerical data. And a process of converting into a category corresponding to the section.
【0016】モデル特性情報表示処理は、サーバにて特
徴保存圧縮を施したデータと生成したモデルをグラフィ
ック表示する処理と、グラフィック表示と重ねて表示さ
れたポインタを用いて、データを指定することにより、
データのグラフィック表示された項目以外の項目の値も
表示する処理を備えたことを特徴とする。The model characteristic information display process is performed by graphically displaying the data subjected to the characteristic preservation and compression in the server and the generated model, and designating the data by using the pointer displayed on the graphic display. ,
It is characterized in that it is provided with processing for displaying the values of items other than the items displayed graphically of the data.
【0017】[0017]
【作用】上述の第1の目的達成のため、以下の処理を実
行する。In order to achieve the above-mentioned first object, the following processing is executed.
【0018】まず、クライアントで設定されたパラメー
タに従い、サーバに保存されているデータを圧縮する
(処理101、102(図1))。ここで、圧縮方法と
して、データ間の距離を測定し、その距離があらかじめ
設定したしきい値よりも小さな場合にまとめて1点に代
表させる特徴保存圧縮処理も利用できる。特徴保存圧縮
保存処理を用いる場合、特徴保存圧縮に利用する項目を
選択する処理(処理202(図2))により、圧縮の精
度を全く落とさずに、圧縮を高速化することも可能であ
る。また、圧縮済みデータのレコード数をクライアント
にて確認することにより(処理204(図1))、不必
要な圧縮処理を防げる。First, the data stored in the server is compressed according to the parameters set by the client (processes 101 and 102 (FIG. 1)). Here, as a compression method, a feature-preserving compression process in which a distance between data is measured and when the distance is smaller than a preset threshold value is collectively represented by one point can be used. When the feature save compression save process is used, the process of selecting an item used for the feature save compression (process 202 (FIG. 2)) can speed up the compression without lowering the compression accuracy. Further, by checking the number of records of the compressed data at the client (process 204 (FIG. 1)), unnecessary compression process can be prevented.
【0019】続いて、データ転送処理により、圧縮した
データをサーバからクライアントに転送する(処理10
3(図1))。Then, the data transfer process transfers the compressed data from the server to the client (process 10).
3 (Fig. 1)).
【0020】クライアントでは、転送されたデータを用
いて、モデル生成のパラメータを決定する予備実験をお
こなう(処理104、105、106、107(図
1))。The client uses the transferred data to perform a preliminary experiment for determining parameters for model generation (processes 104, 105, 106, 107 (FIG. 1)).
【0021】パラメータが決定した後、パラメータをサ
ーバに転送し(処理108(図108)、サーバにて、
転送されたパラメータを用いてモデル生成処理をおこな
う(処理109)。After the parameters are determined, the parameters are transferred to the server (process 108 (FIG. 108), and the server
Model generation processing is performed using the transferred parameters (processing 109).
【0022】特徴保存圧縮されたデータ(特徴保存圧縮
処理111)を含む、生成したモデルの入出力関係を表
すモデル特性情報は、クライアントに転送される(処理
112(図1))。The model characteristic information representing the input / output relationship of the generated model, which includes the characteristic-preserved and compressed data (feature-preserving compression processing 111), is transferred to the client (processing 112 (FIG. 1)).
【0023】クライアントでは、転送されたモデル特性
情報をグラフィック表示し、ユーザが生成したモデルを
判定し、満足できない場合は、モデル生成パラメータを
再設定し(処理115(図1))、モデル生成を繰り返
す。At the client, the transferred model characteristic information is graphically displayed, the model generated by the user is determined, and if the model is not satisfied, the model generation parameter is reset (process 115 (FIG. 1)) and model generation is performed. repeat.
【0024】以上の処理により、クライアントとサーバ
を利用した非線形モデル生成が可能になる。By the above processing, it is possible to generate a non-linear model using a client and a server.
【0025】上述の第2の目的達成のため、以下の処理
を実行する。In order to achieve the above-mentioned second object, the following processing is executed.
【0026】大量データからモデルを生成する場合、1
回のモデル生成に要する時間はデータ量に比例して増大
するので、大量データ全てを用いて試行錯誤によりパラ
メータを設定するには莫大な時間がかかる。そこで、本
発明では、圧縮処理により、試行錯誤可能なサイズのデ
ータをパラメータ設定用に抽出して、モデル生成を繰り
返す(処理104、105、106)。When a model is generated from a large amount of data, 1
Since the time required to generate a model once increases in proportion to the amount of data, it takes an enormous amount of time to set parameters by trial and error using all large amounts of data. Therefore, in the present invention, data of a size that allows trial and error is extracted for parameter setting by compression processing, and model generation is repeated (processing 104, 105, 106).
【0027】その結果、パラメータ設定に要する時間を
大幅に削減できる。As a result, the time required for parameter setting can be greatly reduced.
【0028】また、圧縮処理として、特徴保存圧縮を利
用した場合(処理102(図1)、圧縮前の元データの
特徴を保持したデータを予備実験用データとして得られ
るので、精度の高いパラメータ設定が期待できる。Further, when the feature preservation compression is used as the compression process (process 102 (FIG. 1)), data holding the features of the original data before compression can be obtained as preliminary experiment data, so that the parameter setting with high accuracy can be performed. Can be expected.
【0029】また、モデルの入出力関係をグラフィック
表示する際にも、圧縮したデータを転送し、表示するこ
とから、データ表示に要する時間を大幅に削減できる。Further, when the input / output relationship of the model is graphically displayed, the compressed data is transferred and displayed, so that the time required for the data display can be greatly reduced.
【0030】以上の処理から、本発明では、大量データ
からのモデル開発期間が大幅に短縮されることにより、
実用かつ実現可能になる。From the above processing, according to the present invention, the model development period from a large amount of data is significantly shortened,
It becomes practical and feasible.
【0031】[0031]
【実施例】まず、特徴保存圧縮方法について概説する。
特徴保存圧縮技術は、Y.Linde, A.Buzo and R.M.Gray:
"An Algorithm for Vector Quantization", IEEE Tran
s.Commun.,COM-28,1,pp.84-95(Jan.1980)に記載されて
いるように、特徴を保存したままデータベースを圧縮す
る場合、レコードを多次元ベクトルと考え、多次元空間
を所定の領域に分割し、領域ごとの量子化代表ベクトル
の初期値を定め、LBGアルゴリズムを用いて収束させれ
ば実現できる。[First Embodiment] First, an outline of a feature preservation compression method will be described.
Characteristic preservation compression technology is Y. Linde, A. Buzo and RMGray:
"An Algorithm for Vector Quantization", IEEE Tran
As described in s.Commun., COM-28,1, pp.84-95 (Jan.1980), when compressing a database while preserving features, consider records as multidimensional vectors and This can be achieved by dividing the space into predetermined regions, setting the initial value of the quantized representative vector for each region, and converging using the LBG algorithm.
【0032】以下、図面を用いて、本発明の実施例につ
いて説明する。本実施例は非線形モデルとしてルールモ
デルを用いる。Embodiments of the present invention will be described below with reference to the drawings. In this embodiment, a rule model is used as the non-linear model.
【0033】図1は、本発明の対象である非線形モデル
生成方法のフローチャートである。この方法を用いて非
線形モデル生成の対象とするデータの項目の中から1つ
以上の入力と、唯一の出力を選択し、それらの入出力関
係を表す非線形モデルを生成する。FIG. 1 is a flowchart of the nonlinear model generation method which is the object of the present invention. Using this method, one or more inputs and a unique output are selected from the items of data for which the non-linear model is to be generated, and a non-linear model representing the input / output relationship between them is generated.
【0034】図1において101は特徴保存圧縮パラメ
ータ指定処理、102は特徴保存圧縮処理、103はデ
ータ転送処理、104はモデル生成パラメータ設定処
理、105はモデル生成処理、106はモデル特性情報
表示処理、107はモデル判定処理、108はモデル生
成パラメータ転送処理、109はモデル生成処理、11
0は特徴保存圧縮パラメータ指定処理、111は特徴保
存圧縮処理、112はモデル特性情報転送処理、113
はモデル特性情報表示処理、114はモデル判定処理、
115はモデル生成パラメータ設定処理である。In FIG. 1, 101 is a characteristic preservation compression parameter designation process, 102 is a characteristic preservation compression process, 103 is a data transfer process, 104 is a model generation parameter setting process, 105 is a model generation process, 106 is a model characteristic information display process, 107 is a model determination process, 108 is a model generation parameter transfer process, 109 is a model generation process, 11
0 is a feature preservation compression parameter designation process, 111 is a feature preservation compression process, 112 is a model characteristic information transfer process, 113
Is model characteristic information display processing, 114 is model determination processing,
Reference numeral 115 is a model generation parameter setting process.
【0035】本実施例では、サーバが保持しているデー
タの1部を特徴保存圧縮により圧縮し、圧縮済みデータ
をクライアントに転送し、モデルの生成パラメータを決
定し、決定したパラメータをサーバに転送し、サーバに
て、全データを用いてモデルを生成し、生成したモデル
と、新たに圧縮したデータをクライアントに転送し、ク
ライアントにてモデルを評価する所に特徴がある。In the present embodiment, a part of the data held by the server is compressed by feature preservation compression, the compressed data is transferred to the client, the model generation parameters are determined, and the determined parameters are transferred to the server. Then, the server generates a model using all the data, transfers the generated model and the newly compressed data to the client, and the client evaluates the model.
【0036】図1の各処理について詳しく説明する。Each process of FIG. 1 will be described in detail.
【0037】特徴保存圧縮パラメータ指定処理101の
詳細を図2に示す。図2に示す通り、特徴保存圧縮パラ
メータ指定処理101は、項目読み込み処理201、特
徴保存圧縮利用項目指定処理202、特徴保存圧縮しき
い値指定処理203、レコード判定処理204からな
る。The details of the feature preservation compression parameter designation processing 101 are shown in FIG. As shown in FIG. 2, the feature preservation compression parameter designation process 101 includes an item reading process 201, a feature preservation compression use item designation process 202, a feature preservation compression threshold value designation process 203, and a record determination process 204.
【0038】項目読み込み処理201は、クライアント
からサーバに、データ中の全項目名の抽出を指示する。
特徴保存圧縮利用項目指定処理202は、全項目名の中
から、特徴保存圧縮に利用する項目を選択し、サーバに
転送する。特徴保存圧縮しきい値指定処理203は、ク
ライアントにて、特徴保存圧縮のしきい値を設定し、サ
ーバに転送する。図2において、クライアントからサー
バに転送される特徴保存圧縮利用項目名と特徴保存圧縮
しきい値を合わせたものが、図1における特徴保存圧縮
パラメータ情報である。レコード判定処理204は、ユ
ーザが圧縮後のレコード数に満足すればサーバにデータ
の転送を指示し、満足できなければ、特徴保存圧縮しき
い値指定処理203に戻る。In the item reading process 201, the client instructs the server to extract all the item names in the data.
The feature save compression use item designation process 202 selects an item to be used for feature save compression from all item names and transfers it to the server. The characteristic preservation compression threshold value specifying process 203 sets the threshold value of the characteristic preservation compression at the client and transfers it to the server. In FIG. 2, the feature preservation compression use parameter name transferred from the client to the server and the feature preservation compression threshold value are the feature preservation compression parameter information in FIG. If the user is satisfied with the number of records after compression, the record determination processing 204 instructs the server to transfer the data, and if not satisfied, the processing returns to the feature preservation compression threshold value designation processing 203.
【0039】モデル生成パラメータ設定処理104で
は、モデル生成のためのパラメータを設定する。ルール
モデルを生成する場合、 b)モデル生成に利用する項目の選択 c)新たな項目の生成(ex.移動平均) d)数値データのカテゴリデータへの変換(ルールモデル
のみ) e)生成ルール数 f)ルール生成方法 g)一般性パラメータ を設定する。In the model generation parameter setting process 104, parameters for model generation are set. When generating a rule model, b) select items used for model generation c) generate new items (ex. Moving average) d) convert numerical data to category data (rule model only) e) number of generated rules f) Rule generation method g) Set the generality parameter.
【0040】モデル生成処理105では、圧縮済みデー
タ、モデル生成パラメータを入力とし、ルールモデル
と、ルールモデル生成に利用した特徴保存圧縮済みデー
タを出力する。In the model generation processing 105, the compressed data and the model generation parameter are input, and the rule model and the feature-stored compressed data used for generating the rule model are output.
【0041】モデル特性情報表示処理106では、圧縮
済みデータとルールモデルをグラフィック表示する。ま
た、ルール文も表示する。In the model characteristic information display processing 106, the compressed data and the rule model are displayed graphically. Also, the rule sentence is displayed.
【0042】処理107では、ルール文、ルールの汎用
性、ルールの精度、ルールとデータのグラフィック表示
からユーザが生成したモデルに満足したかどうか判断す
る。満足できた場合はモデル生成パラメータ転送処理1
08に移り、満足できなかった場合は、モデル生成パラ
メータ設定処理104に戻る。In step 107, it is determined whether the model generated by the user is satisfied based on the rule statement, the versatility of the rule, the accuracy of the rule, and the graphic display of the rule and data. If satisfied, model generation parameter transfer process 1
If not satisfied, the procedure returns to model generation parameter setting processing 104.
【0043】モデル生成パラメータ転送処理108で
は、モデル生成パラメータ設定処理104で設定したモ
デル生成パラメータをクライアントからサーバに転送す
る。In the model generation parameter transfer process 108, the model generation parameter set in the model generation parameter setting process 104 is transferred from the client to the server.
【0044】モデル生成処理109は、設定したパラメ
ータに従い、サーバの元データからルールモデルを生成
し、生成したルールモデルを出力する。The model generation processing 109 generates a rule model from the original data of the server according to the set parameters and outputs the generated rule model.
【0045】モデル特性情報転送処理112は、モデル
の特性を表すモデル特性情報と、特徴保存圧縮を施した
特徴保存圧縮済みデータをクライアントに転送する。The model characteristic information transfer processing 112 transfers the model characteristic information representing the characteristic of the model and the characteristic-preserved compressed data which has been subjected to the characteristic-preserving compression to the client.
【0046】以上の非線形モデル自動生成方法の動作を
デパートのダイレクトメール発送地域の選択問題を用い
て説明する。あるデパートでは毎年都内の住民に「会員
カード」を勧めるダイレクトメールを発送しているが、
平均応答率がおもわしくない。そこで、過去のデータを
用いて、応答率が良い地域、悪い地域の特性をルール形
式で抽出し、今後のダイレクトメール発送戦略の立案に
役立てる。The operation of the above non-linear model automatic generation method will be described using the problem of selecting a direct mail delivery area of a department store. Every year, a department store sends direct mail recommending a "membership card" to residents in Tokyo.
Average response rate is not bad. Therefore, using the past data, characteristics of regions with good response rates and regions with poor response rates are extracted in a rule format, which is useful for planning future direct mail delivery strategies.
【0047】図3の形式で、デパートが独自に定めた営
業地域ごとの特性を表すデータがホストマシンに数万件
保存されている。このホストは他の業務にも利用される
ので、モデル生成をおこなる営業担当者はクライアント
マシンからこのホストにアクセスし、ダイレクトメール
に対する応答が良い地域、悪い地域の特徴をルール形式
で抽出する。In the format of FIG. 3, tens of thousands of pieces of data representing the characteristics of each business area independently defined by the department store are stored in the host machine. Since this host is also used for other tasks, the sales person who creates the model accesses this host from the client machine and extracts the characteristics of the areas with good or bad response to direct mail in the rule format.
【0048】まず、特徴保存圧縮に利用する項目を選択
する。モデル生成に利用しない項目は、特徴保存圧縮に
利用する必要はない。ここでは、担当者の経験から項目
子供(子供の人数)を省くことにした。続いて、特徴保
存圧縮のしきい値を設定する。しきい値は0以上1以下
の実数とする。データ間の距離を計算する時、すべての
項目について、0以上1以下の値に規格化する。カテゴ
リデータに関しては、デフォルトでは、一致した場合は
距離0、一致しなかった場合は距離1とする。カテゴリ
間の順序関係をユーザが掴んでいるのであれば、0以上
1以下の範囲内で、各カテゴリの位置を定義してもよ
い。しきい値を0とすると、全ての利用項目の値が一致
した場合のみ同一内容のデータとみなし圧縮し、しきい
値を1とすると、全てのデータが同一内容のデータと判
断される。First, the item used for the feature preservation compression is selected. Items not used for model generation need not be used for feature preservation compression. Here, I decided to omit the item children (the number of children) from the experience of the person in charge. Then, the threshold for feature preservation compression is set. The threshold value is a real number of 0 or more and 1 or less. When calculating the distance between data, all items are normalized to a value of 0 or more and 1 or less. As for the category data, by default, the distance is 0 when they match and the distance 1 when they do not match. If the user grasps the order relation between categories, the position of each category may be defined within the range of 0 or more and 1 or less. When the threshold value is 0, the data is regarded as the data having the same content and compressed only when the values of all the usage items match, and when the threshold value is 1, all the data are determined as the data having the same content.
【0049】しきい値を入力すると、サーバで特徴保存
圧縮を実行し、圧縮後のデータ数をクライアントに転送
する。この場合、約10万件のデータをしきい値0.2
とすると約5千件に圧縮できたので、担当者は満足し、
{symbol 148 \f "Times NewRoman"|}O.K{symbol 148 \f
"Times New Roman"|}と入力する。すると、圧縮された
約5千件のデータがサーバからクライアントに転送され
る。圧縮されたデータには、各レコードが代表するレコ
ード数が重みとして付加される。特徴保存圧縮を施した
後のデータを図4に示す。When the threshold value is input, the server performs the feature preservation compression and transfers the number of data after compression to the client. In this case, a threshold value of 0.2
Then, I was able to reduce it to about 5,000, so the person in charge was satisfied,
{symbol 148 \ f "Times NewRoman" |} OK {symbol 148 \ f
Enter "Times New Roman" |}. Then, about 5,000 pieces of compressed data are transferred from the server to the client. The number of records represented by each record is added to the compressed data as a weight. The data after the feature preservation compression is shown in FIG.
【0050】クライアントにて、ルールモデル生成の前
処理をおこなう。まず、モデル生成に利用するあらたの
項目の生成である。例えば、年収を扶養家族+1で割っ
た平均収入という新たな項目を定義する。次ぎにモデル
生成に利用する項目の選択をおこなう。ここでは、全て
の項目を選択する。次ぎに数値データを全てカテゴリデ
ータに変換する。分割数を入力項目に関してはいずれも
3、出力項目に関しては2、カテゴリは入力項目に関し
てはいずれも小、中、大、出力変数に関しては低、高を
用いる。図5にヒストグラムの例を示す。生成ルール
数、一般性の尺度を設定し、ルールモデルを生成する。
ユーザは生成したモデルに満足するまで、入力項目、分
割数、分割位置、生成ルール数、一般性の尺度を変更す
る。ユーザが満足したルールを図6に示す。ここまでが
予備実験である。予備実験では上記のように試行錯誤を
繰り返すが、データ数が5千、項目が20程度であれ
ば、一般的なパーソナルコンピュータでも、新たな項目
の生成には数秒、ルールの生成には1、2分しかかから
ないので、充分試行錯誤を繰り返すことができる。At the client, pre-processing for rule model generation is performed. First is the generation of new items used for model generation. For example, define a new item, which is the average income obtained by dividing annual income by dependents + 1. Next, the items used for model generation are selected. Here, all items are selected. Next, all numerical data are converted into category data. The division number is 3 for input items, 2 for output items, and small, medium, and large for input items, and low and high for output variables. FIG. 5 shows an example of the histogram. A rule model is generated by setting the number of generated rules and the measure of generality.
The user changes the input item, the number of divisions, the division position, the number of generation rules, and the measure of generality until the user is satisfied with the generated model. The rules satisfied by the user are shown in FIG. This is the preliminary experiment. In the preliminary experiment, trial and error are repeated as described above, but if the number of data is 5,000 and there are about 20 items, even a general personal computer takes several seconds to generate a new item and 1 to generate a rule. Since it only takes 2 minutes, trial and error can be sufficiently repeated.
【0051】生成したモデルに満足すると、設定した入
出力項目、カテゴリ化の分割位置とカテゴリ名、生成ル
ール数、一般性の尺度のモデル生成パラメータ情報をホ
ストコンピュータに転送する。ホストコンピュータでは
圧縮する前の元データに対し、ルール生成を実行する。
生成したモデルは、図7に示すルール文情報と、図8に
示すカテゴリ化情報を合せたモデル特性情報としてクラ
イアントに転送される。When the generated model is satisfied, the set input / output items, the categorization division position and category name, the number of generation rules, and the model generation parameter information of the measure of generality are transferred to the host computer. The host computer executes rule generation on the original data before compression.
The generated model is transferred to the client as model characteristic information in which the rule statement information shown in FIG. 7 and the categorization information shown in FIG. 8 are combined.
【0052】ルールをグラフィック表示する場合、デー
タと同時に表示できる。When the rules are displayed graphically, they can be displayed simultaneously with the data.
【0053】データを3次元のグラフィック上で表示す
る場合、10万件のデータを全て同時に表示しても、識
別不可能なので、特徴保存圧縮をおこない、みかけ上の
レコード数を減らす。予備実験時と同様に、まずクライ
アントから特徴保存圧縮に利用する項目名を入力する。
デフォルトは、モデルに利用された項目名全てである。
ここではデフォルトの項目を利用する。次に特徴保存圧
縮のしきい値を入力する。グラフィック表示上で識別す
るため、1000レコード程度に圧縮する。圧縮したレ
コードとルールモデルの情報は、モデル特性情報として
クライアントに転送する。ユーザが望むならば、ルール
モデルの情報のみ転送することも可能である。クライア
ントでは転送されたモデル特性情報を表示する。図9に
ルールモデルとデータを同時表示した例を示す。転送さ
れるルール文情報、カテゴリ化情報は、せいぜい10kバ
イトである。圧縮済みデータも、グラフィック情報では
ないので、1000レコード、20項目程度であれば、
せいぜい10Mバイトである。グラフィック表示前のデー
タを転送するメリットとしては、転送するバイト数が少
なくなることと、グラフィック表示時に表示軸の変更、
表示角度の変更に伴い、いちいちサーバに参照に行く必
要がなくなり、表示を高速化できる。When data is displayed on a three-dimensional graphic, even if all 100,000 pieces of data are displayed at the same time, the data cannot be identified. Therefore, feature preservation compression is performed to reduce the apparent number of records. Similar to the preliminary experiment, first input the item name to be used for feature storage compression from the client.
The default is all the item names used in the model.
Here, the default items are used. Next, the threshold for feature preservation compression is input. In order to identify on the graphic display, it is compressed to about 1000 records. The compressed record and rule model information are transferred to the client as model characteristic information. If desired by the user, it is possible to transfer only the information of the rule model. The client displays the transferred model characteristic information. FIG. 9 shows an example in which the rule model and the data are displayed simultaneously. The transferred rule sentence information and categorization information are at most 10 kbytes. Compressed data is not graphic information either, so if there are about 1000 records and about 20 items,
At most 10 Mbytes. The advantage of transferring the data before the graphic display is that the number of bytes to be transferred is reduced and the display axis is changed when the graphic is displayed.
With the change of the display angle, it is not necessary to go to the server for each reference, and the display speed can be increased.
【0054】生成したルールに満足できなければ、パラ
メータを再設定し、ルール生成を繰り返す。ここでの繰
り返しは、全てのデータ(約10万件)を利用するの
で、一般的なワークステーションでは数十分要するが、
予備実験を済ませているので、数回で満足できるルール
を生成できる。If the generated rule is not satisfied, the parameters are reset and the rule generation is repeated. The repetition here uses all data (about 100,000 records), so it takes several tens of minutes for a general workstation.
Since we have completed preliminary experiments, we can generate a satisfactory rule in a few times.
【0055】[0055]
【発明の効果】本発明の非線形モデル生成方法により、
非線形モデルの生成に伴うパラメータの設定を高速にお
こなうことが可能になる。この予備実験は、ランダムサ
ンプルしたデータではなく、特徴保存圧縮をしたデータ
を用いるので、ランダムサンプルに比べ、精度の高い予
備実験ができる。また、予備実験をクライアントにてお
こなうことにより、サーバおよびネットワークの負荷を
軽減し、サーバを他の業務に有効に活用できる。また、
生成したモデルを表示する際、モデルの画像データでは
なく、モデルの構造データを転送するため、視点変更
や、表示座標の変換の際、サーバにアクセスする必要が
ない。その結果、高速にこれらの機能を実現できる。多
入力の非線形モデルの画像データはモデルの一面を詳細
に表示するものであり、全ての情報を同時に表現できる
ものではない。According to the nonlinear model generation method of the present invention,
It is possible to set parameters at high speed with the generation of the nonlinear model. This preliminary experiment uses not the data sampled at random but the data subjected to feature preservation compression, so that the preliminary experiment with higher accuracy can be performed as compared with the random sample. In addition, by conducting preliminary experiments on the client, the load on the server and network can be reduced, and the server can be effectively used for other tasks. Also,
When the generated model is displayed, not the image data of the model but the structural data of the model is transferred, so that it is not necessary to access the server when changing the viewpoint or converting the display coordinates. As a result, these functions can be realized at high speed. The image data of the multi-input non-linear model displays one surface of the model in detail and cannot represent all the information at the same time.
【0056】また、モデル生成に利用したデータを表示
する場合、全データではなく、特徴保存圧縮を施したデ
ータを転送することにより、転送データ量を削減し、ホ
ストとネットワークの負荷を軽減できる。大量データを
表示する場合、画面上で判別できるレコード数には限度
がある。データをある面積を持った円で描けば、ある一
定範囲内のデータは互いに重なり合い、識別不能にな
る。特徴保存圧縮を施したデータならば、データの特徴
は残したまま、見かけ上のレコード数は減少しているの
で、転送データ量が減少する上に、視覚的効果も得られ
る。Further, when displaying the data used for model generation, not the whole data but the data subjected to the feature preservation compression is transferred, so that the transfer data amount can be reduced and the load on the host and the network can be reduced. When displaying a large amount of data, there is a limit to the number of records that can be identified on the screen. If the data is drawn as a circle with a certain area, the data within a certain range will overlap each other and will be indistinguishable. In the case of data that has been subjected to the feature preservation compression, the number of records is apparently reduced while the features of the data are retained, so that the amount of transferred data is reduced and a visual effect can be obtained.
【0057】本発明によれば、特徴保存圧縮に利用する
項目をユーザ入力可能にすることにより、ユーザがモデ
ル生成に利用する項目のみ特徴保存圧縮に利用する項目
として指定することにより、モデル生成に関して、特徴
保存圧縮の質を全く落とさずに高速化できる。また、設
定したしきい値によって特徴保存圧縮を施した後の特徴
保存圧縮済みデータの総レコード数を確認し、再設定可
能にすることにより、無駄な特徴保存圧縮処理を防ぐこ
とができる。According to the present invention, by allowing the user to input the items used for the feature storage compression, only the items used by the user for the model generation are designated as the items used for the feature storage compression. , It can speed up without any loss of quality of feature preservation compression. Further, by checking the total number of records of the feature-preserving compressed data after performing the feature-preserving compression by the set threshold value and making it possible to re-set, the useless feature-preserving compression process can be prevented.
【0058】本発明によれば、特徴保存圧縮済みデータ
に新たに重み項目を設定し、各々のレコードに、そのデ
ータが代表するレコード数を重み項目の値とすることに
より、しきい値の誤差の範囲内で特徴保存圧縮を施す前
のデータを近似的に再現し、モデル生成に活用すること
も可能である。According to the present invention, a weighting item is newly set in the feature-preserved compressed data, and the number of records represented by the data is set as the value of the weighting item in each record. It is also possible to approximately reproduce the data before performing the feature preservation compression within the range of and use it for model generation.
【0059】本発明によれば、特徴保存圧縮済みデータ
から、特徴保存圧縮のしきい値の誤差の範囲内で、元デ
ータのヒストグラムを再現し、表示できる。また、表示
したヒストグラムは、重ねて表示されたポインタによ
り、位置を指定できる。According to the present invention, the histogram of the original data can be reproduced and displayed from the feature-preserved compressed data within the range of the threshold error of the feature-preserved compression. Further, the position of the displayed histogram can be designated by the pointer displayed in an overlapping manner.
【図1】本発明の実施例に係る非線形モデル生成方法の
フローチャートである。FIG. 1 is a flowchart of a nonlinear model generation method according to an embodiment of the present invention.
【図2】第1の実施例に係る特徴保存圧縮パラメータ指
定処理のフローチャートである。FIG. 2 is a flowchart of a feature preservation compression parameter designation process according to the first embodiment.
【図3】実施例における元データの例を示す図である。FIG. 3 is a diagram showing an example of original data in the embodiment.
【図4】実施例における特徴保存圧縮済みデータの例を
示す図である。FIG. 4 is a diagram illustrating an example of feature-preserving compressed data according to an embodiment.
【図5】実施例におけるカテゴリ化処理におけるヒスト
グラムの例を示す図である。FIG. 5 is a diagram showing an example of a histogram in categorization processing in the embodiment.
【図6】実施例における予備実験で生成した非線形モデ
ルをルール文で表記した例を示す例である。FIG. 6 is an example showing an example in which a non-linear model generated in a preliminary experiment in an example is described by a rule statement.
【図7】実施例におけるルール文情報の例を示す図であ
る。FIG. 7 is a diagram showing an example of rule statement information according to the embodiment.
【図8】実施例におけるカテゴリ化情報の例を示す図で
ある。FIG. 8 is a diagram showing an example of categorization information in the embodiment.
【図9】実施例におけるルールとデータのグラフィック
表示の例を示す図である。FIG. 9 is a diagram showing an example of a graphic display of rules and data in the embodiment.
101…特徴保存圧縮パラメータ指定処理、102…特
徴保存圧縮処理、103…データ転送処理、104…モ
デル生成パラメータ設定処理、105…モデル生成処
理、106…モデル特性情報表示処理、107…モデル
判定処理、108…モデル生成パラメータ転送処理、1
09…モデル生成処理、110…特徴保存圧縮パラメー
タ指定処理、111…特徴保存圧縮処理、112…モデ
ル特性情報転送処理、113…モデル特性情報表示処
理、114…モデル判定処理、115…モデル生成パラ
メータ設定処理101 ... Feature save compression parameter designation process, 102 ... Feature save compression process, 103 ... Data transfer process, 104 ... Model generation parameter setting process, 105 ... Model generation process, 106 ... Model characteristic information display process, 107 ... Model determination process, 108 ... Model generation parameter transfer processing, 1
09 ... Model generation processing, 110 ... Feature preservation compression parameter designation processing, 111 ... Feature preservation compression processing, 112 ... Model characteristic information transfer processing, 113 ... Model characteristic information display processing, 114 ... Model determination processing, 115 ... Model generation parameter setting processing
───────────────────────────────────────────────────── フロントページの続き (72)発明者 高橋 ヨリ 神奈川県横浜市戸塚区戸塚町5030番地 株 式会社日立製作所ソフトウエア開発本部内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Yori Takahashi 5030 Totsuka-cho, Totsuka-ku, Yokohama-shi, Kanagawa Prefecture Hitachi Ltd. Software Development Division
Claims (4)
つデータである元データからの非線形モデルの作成する
非線形モデル生成方法において、 前記元データを圧縮して圧縮済みデータをネットワーク
上のサーバにて作成して、作成された圧縮済みデータを
前記サーバから前記ネットワーク上のクライアントに転
送し、 前記圧縮済みデータを用いて、クライアントにて予め定
められた前記非線形モデルを作成するためのモデル生成
パラメータを調整し、 調整されたモデル生成パラメータを用いて、前記サーバ
にて前記元データから非線形モデルを生成することを特
徴とする非線形モデル生成方法。1. A non-linear model generation method for creating a non-linear model from original data, which is data having two or more items and two or more records, wherein the original data is compressed to obtain compressed data on a network. A model for creating a non-linear model created by a server, transferring the created compressed data from the server to a client on the network, and using the compressed data to create the non-linear model predetermined by the client A non-linear model generation method comprising adjusting a generation parameter, and using the adjusted model generation parameter, generating a non-linear model from the original data in the server.
おいて、 生成された非線形モデルの入出力関係を表すモデル特性
情報を前記クライアントに転送し、 前記クライアントにて転送されたモデル特性情報を表示
することを特徴とする非線形モデル生成方法。2. The non-linear model generation method according to claim 1, wherein model characteristic information representing an input / output relationship of the generated non-linear model is transferred to the client, and the model characteristic information transferred by the client is displayed. A non-linear model generation method characterized by:
おいて、 前記レコード間の距離を測定し、 測定された距離があらかじめ設定したしきい値よりも小
さい場合、所定の1点に代表させることにより前記元デ
ータを圧縮することを特徴とする非線形モデル生成方
法。3. The non-linear model generation method according to claim 1, wherein the distance between the records is measured, and if the measured distance is smaller than a preset threshold value, a predetermined one point is represented. A method for generating a non-linear model, characterized in that the original data is compressed by the following method.
おいて、 前記元データが代表するレコード数を、前記レコードの
重みとして設定し、 設定された重みに基づいて、前記元データを圧縮するこ
とを特徴とする非線形モデル生成方法。4. The non-linear model generation method according to claim 1, wherein the number of records represented by the original data is set as a weight of the record, and the original data is compressed based on the set weight. Non-linear model generation method characterized by.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP17067695A JPH0922405A (en) | 1995-07-06 | 1995-07-06 | Non-linear model generation method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP17067695A JPH0922405A (en) | 1995-07-06 | 1995-07-06 | Non-linear model generation method |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH0922405A true JPH0922405A (en) | 1997-01-21 |
Family
ID=15909328
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP17067695A Pending JPH0922405A (en) | 1995-07-06 | 1995-07-06 | Non-linear model generation method |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH0922405A (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2010035754A1 (en) | 2008-09-26 | 2010-04-01 | 旭化成ケミカルズ株式会社 | Porous membrane, process for producing porous membrane, process for producing clarified liquid, and porous-membrane module |
| CN109070010A (en) * | 2016-03-11 | 2018-12-21 | 旭化成株式会社 | Porous membrane, porous membrane module, method for producing porous membrane, method for producing clarified liquid, and method for producing beer |
-
1995
- 1995-07-06 JP JP17067695A patent/JPH0922405A/en active Pending
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2010035754A1 (en) | 2008-09-26 | 2010-04-01 | 旭化成ケミカルズ株式会社 | Porous membrane, process for producing porous membrane, process for producing clarified liquid, and porous-membrane module |
| CN109070010A (en) * | 2016-03-11 | 2018-12-21 | 旭化成株式会社 | Porous membrane, porous membrane module, method for producing porous membrane, method for producing clarified liquid, and method for producing beer |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US20220237917A1 (en) | Video comparison method and apparatus, computer device, and storage medium | |
| Park et al. | Color image retrieval using hybrid graph representation | |
| CN113011889A (en) | Account abnormity identification method, system, device, equipment and medium | |
| US20220405606A1 (en) | Integration device, training device, and integration method | |
| CN106649890A (en) | Data storage method and device | |
| CN109977977B (en) | A method and corresponding device for identifying potential users | |
| CN112380453A (en) | Article recommendation method and device, storage medium and equipment | |
| CN119398787B (en) | Transaction card swiping early warning method and device based on AI identification | |
| CN109508625A (en) | Emotional data analysis method and device | |
| CN114372199B (en) | Service pushing method and device, storage medium and electronic equipment | |
| CN119323452A (en) | Cloud computing-based customer data integrated management system and method | |
| JPH08123778A (en) | Non-linear model automatic generation method | |
| Mosavi et al. | Customer value analysis in banks using data mining and fuzzy analytic hierarchy processes | |
| CN114971875A (en) | A kind of financial credit risk identification method, device and equipment | |
| CN120216470A (en) | A method, device, electronic device, and computer-readable storage medium for content review based on AI knowledge base | |
| CN119647957A (en) | A method, device, storage medium and processor for predicting credit risk of small and micro enterprises | |
| CN116543306B (en) | Scene recognition method based on knowledge graph, terminal equipment and storage medium | |
| JP4143234B2 (en) | Document classification apparatus, document classification method, and storage medium | |
| CN108647714A (en) | Acquisition methods, terminal device and the medium of negative label weight | |
| CN113946649A (en) | Providing method of mediation plan, training method, related device and storage medium | |
| JP3185167B2 (en) | Data processing system | |
| CN118690087B (en) | A method and system for intelligent matching of health care services based on multi-source big data | |
| JPH0922405A (en) | Non-linear model generation method | |
| Gherkar et al. | Sentiment analysis of images using machine learning techniques | |
| JP3155033B2 (en) | Similar scale composition processing method |