JP2021174335A - Information processing device and program - Google Patents

Information processing device and program Download PDF

Info

Publication number
JP2021174335A
JP2021174335A JP2020078858A JP2020078858A JP2021174335A JP 2021174335 A JP2021174335 A JP 2021174335A JP 2020078858 A JP2020078858 A JP 2020078858A JP 2020078858 A JP2020078858 A JP 2020078858A JP 2021174335 A JP2021174335 A JP 2021174335A
Authority
JP
Japan
Prior art keywords
learning
information processing
learning model
unit
machine learning
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
Application number
JP2020078858A
Other languages
Japanese (ja)
Inventor
勝俊 村上
Katsutoshi Murakami
大貴 杉浦
Daiki Sugiura
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.)
Money Forward Inc
Original Assignee
Money Forward Inc
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 Money Forward Inc filed Critical Money Forward Inc
Priority to JP2020078858A priority Critical patent/JP2021174335A/en
Publication of JP2021174335A publication Critical patent/JP2021174335A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

To provide an information processing device and program capable of executing machine learning by using data acquired in the past in executing the machine learning again after stopping the execution of the machine learning.SOLUTION: An information processing device includes a storage part for storing a learning model, and a control part including an acquisition part, a learning part and an execution control part. The learning model is generated by machine learning. The acquisition part acquires learning data to be used for machine learning. The learning part executes the machine learning to the learning model by using the learning data. The execution control part executes the machine learning by using a first dataset being a dataset including at least a portion of the learning data acquired by the acquisition part during a stop period in the case of executing the machine learning after the stop period when the execution of the learning is stopped.SELECTED DRAWING: Figure 3

Description

本発明は、情報処理装置及びプログラムに関する。 The present invention relates to an information processing device and a program.

近年、機械学習を利用した技術が普及している。 In recent years, technology using machine learning has become widespread.

特許文献1には、共通モデルから派生した個別モデルにおいて、個別モデルと新しい共通モデルを比較して再学習することで、新しいモデルに個別学習の結果を反映、統合することを実現する技術が開示されている。 Patent Document 1 discloses a technique for reflecting and integrating the results of individual learning in a new model by comparing and retraining the individual model and the new common model in the individual model derived from the common model. Has been done.

特開2018−147261号公報JP-A-2018-147261

ところで、特定の組織に対してチューニングした学習モデルを利用する場合、機械学習を継続することにより一時的に学習モデルの精度が低下することがある。 By the way, when a learning model tuned for a specific organization is used, the accuracy of the learning model may temporarily decrease by continuing machine learning.

本発明では上記事情を鑑み、機械学習の実行を停止させた後、再度機械学習を実行するにあたり、過去に取得したデータを用いて機械学習を実行可能な情報処理装置及びプログラムを提供することとした。 In view of the above circumstances, the present invention provides an information processing device and a program capable of executing machine learning using data acquired in the past when executing machine learning again after stopping the execution of machine learning. bottom.

本発明の一態様によれば、情報処理装置であって、学習モデル、取得部、学習部、及び実行制御部を備え、前記学習モデルは、機械学習により生成され、前記取得部は、前記機械学習に用いる学習データを取得可能に構成され、前記学習部は、前記学習データを用いて前記学習モデルに対して機械学習を実行可能に構成され、前記実行制御部は、前記機械学習の実行が停止している停止期間の後に前記機械学習を実行する場合、第1データセットを用いて前記機械学習を実行可能に構成され、前記第1データセットは、前記停止期間において前記取得部により取得された学習データの少なくとも一部を含むデータセットである、情報処理装置が提供される。 According to one aspect of the present invention, the information processing apparatus includes a learning model, an acquisition unit, a learning unit, and an execution control unit. The learning model is generated by machine learning, and the acquisition unit is the machine. The learning data used for learning can be acquired, the learning unit can execute machine learning on the learning model using the learning data, and the execution control unit can execute the machine learning. When the machine learning is executed after the stopped period, the machine learning is configured to be executable using the first data set, and the first data set is acquired by the acquisition unit during the stopped period. An information processing device is provided, which is a data set containing at least a part of the learned data.

本発明の一実施形態に係る情報処理装置1を含むシステム100の概略図である。It is the schematic of the system 100 including the information processing apparatus 1 which concerns on one Embodiment of this invention. 情報処理装置1のハードウェア構成を示す図である。It is a figure which shows the hardware composition of the information processing apparatus 1. 制御部10の機能ブロック図である。It is a functional block diagram of the control unit 10. 複数のバージョンを含む学習モデルMの概念図である。It is a conceptual diagram of the learning model M including a plurality of versions. 学習データの一例である。This is an example of training data. ユーザー端末2に表示される画像の一例である。This is an example of an image displayed on the user terminal 2. 情報処理装置1による処理の一例を表すアクティビティ図である。It is an activity diagram which shows an example of the processing by the information processing apparatus 1.

以下、図面を用いて本発明の実施形態について説明する。以下に示す実施形態中で示した各種特徴事項は、互いに組み合わせ可能である。 Hereinafter, embodiments of the present invention will be described with reference to the drawings. The various features shown in the embodiments shown below can be combined with each other.

ところで、本実施形態に登場するソフトウェアを実現するためのプログラムは、コンピュータが読み取り可能な非一時的な記録媒体として提供されてもよいし、外部のサーバからダウンロード可能に提供されてもよいし、外部のコンピュータで当該プログラムを起動させてクライアント端末でその機能を実現(いわゆるクラウドコンピューティング)するように提供されてもよい。 By the way, the program for realizing the software appearing in the present embodiment may be provided as a non-temporary recording medium that can be read by a computer, may be provided as a downloadable form from an external server, or may be provided. It may be provided so that the program is started by an external computer and the function is realized (so-called cloud computing) by the client terminal.

また、本実施形態において「部」とは、例えば、広義の回路によって実施されるハードウェア資源と、これらのハードウェア資源によって具体的に実現されうるソフトウェアの情報処理とを合わせたものも含みうる。また、本実施形態においては様々な情報を取り扱うが、これら情報は、例えば電圧・電流を表す信号値の物理的な値、0又は1で構成される2進数のビット集合体としての信号値の高低、又は量子的な重ね合わせ(いわゆる量子ビット)によって表され、広義の回路上で通信・演算が実行されうる。 Further, in the present embodiment, the "part" may include, for example, a combination of hardware resources implemented by a circuit in a broad sense and information processing of software that can be concretely realized by these hardware resources. .. In addition, various information is handled in this embodiment, and these information are, for example, physical values of signal values representing voltage and current, and signal values as a bit aggregate of a binary number composed of 0 or 1. It is represented by high-low or quantum superposition (so-called qubit), and communication / calculation can be executed on a circuit in a broad sense.

また、広義の回路とは、回路(Circuit)、回路類(Circuitry)、プロセッサ(Processor)、及びメモリ(Memory)等を少なくとも適当に組み合わせることによって実現される回路である。すなわち、特定用途向け集積回路(Application Specific Integrated Circuit:ASIC)、プログラマブル論理デバイス(例えば、単純プログラマブル論理デバイス(Simple Programmable Logic Device:SPLD)、複合プログラマブル論理デバイス(Complex Programmable Logic Device:CPLD)、及びフィールドプログラマブルゲートアレイ(Field Programmable Gate Array:FPGA))等を含むものである。 A circuit in a broad sense is a circuit realized by at least appropriately combining a circuit, a circuit, a processor, a memory, and the like. That is, an integrated circuit for a specific application (Application Special Integrated Circuit: ASIC), a programmable logic device (for example, a simple programmable logic device (Simple Programmable Logical Device: SPLD), a composite programmable logic device (Complex Program)) It includes a programmable gate array (Field Programmable Gate Array: FPGA) and the like.

1.システム100の概要
図1に示すように、本発明の一実施形態に係るシステム100は、情報処理装置1を含む。情報処理装置1の機能は特に限定されないが、例えば、クラウド型又はアプリケーションとしての会計サービス又は家計簿サービスを提供するものであってもよい。情報処理装置1は、ユーザーが利用するユーザー端末2と、連携システム3と通信可能に構成される。本実施形態では、システム100はさらに、ユーザー端末2及び連携システム3を備える。ユーザー端末2は、情報処理装置1が提供するサービスを利用可能に構成される。
1. 1. Outline of System 100 As shown in FIG. 1, the system 100 according to an embodiment of the present invention includes an information processing device 1. The function of the information processing device 1 is not particularly limited, but for example, it may provide an accounting service or a household account book service as a cloud type or an application. The information processing device 1 is configured to be able to communicate with the user terminal 2 used by the user and the cooperation system 3. In this embodiment, the system 100 further includes a user terminal 2 and a cooperation system 3. The user terminal 2 is configured to be able to use the service provided by the information processing device 1.

連携システム3は、組織の運営に利用されるシステムである。例えば、連携システム3は、勤怠管理システム、人事管理システム、経費精算システム、スケジュール管理システムであってもよい。 The cooperation system 3 is a system used for the operation of the organization. For example, the cooperation system 3 may be an attendance management system, a personnel management system, an expense settlement system, or a schedule management system.

そして、情報処理装置1、ユーザー端末2及び連携システム3がネットワークNWを介して互いに接続されている。情報処理装置1は、例えばサーバにより構成される。ユーザー端末2は、任意のコンピュータにより構成され、例えば、スマートフォン、タブレット端末、スマートウォッチ、ノートPC、デスクトップPCにより構成される Then, the information processing device 1, the user terminal 2, and the cooperation system 3 are connected to each other via the network NW. The information processing device 1 is composed of, for example, a server. The user terminal 2 is composed of an arbitrary computer, for example, a smartphone, a tablet terminal, a smart watch, a notebook PC, and a desktop PC.

2.情報処理装置1のハードウェア構成
図2に示すように、情報処理装置1は、制御部10、通信部20、記憶部30、入力部40及び表示部50を備える。
制御部10は、CPU(Central Processing Unit)等であって、情報処理装置1の全体を制御する。
通信部20は、NIC(Network Interface Card)等であって、他の情報処理装置又は構成要素と有線又は無線によりデータ通信可能に構成される。
記憶部30は、種々のプログラム及びデータを記憶するものであり、例えばメモリ、HDD(Hard Disk Drive)、ROM(Read Only Memory)、RAM(Random Access Memory)等により構成される。また、記憶部30は、プログラムや種々のデータ等を記憶する。そして、記憶部30に記憶されているプログラムに基いて制御部10が種々の処理を実行することにより、種々の機能が実現する。
2. Hardware Configuration of Information Processing Device 1 As shown in FIG. 2, the information processing device 1 includes a control unit 10, a communication unit 20, a storage unit 30, an input unit 40, and a display unit 50.
The control unit 10 is a CPU (Central Processing Unit) or the like, and controls the entire information processing device 1.
The communication unit 20 is a NIC (Network Interface Card) or the like, and is configured to be capable of data communication with other information processing devices or components by wire or wirelessly.
The storage unit 30 stores various programs and data, and is composed of, for example, a memory, an HDD (Hard Disk Drive), a ROM (Read Only Memory), a RAM (Random Access Memory), and the like. In addition, the storage unit 30 stores programs, various data, and the like. Then, various functions are realized by the control unit 10 executing various processes based on the program stored in the storage unit 30.

本実施形態では、記憶部30は、図4に示される学習モデルMを記憶してもよい。学習モデルMは、機械学習により生成される。学習モデルMは、第1学習モデルM1及び第2学習モデルM2を含んでもよい。図4の例では、学習モデルMは、第1学習モデルM1〜第N学習モデルMNを含んでいる。ここで、第2学習モデルM2は、第1学習モデルM1に対する機械学習により生成された学習モデルである。すなわち、本実施形態では、ある学習モデルに対して追加の機械学習を実行し、新たな学習モデルを生成するときに、学習の前後の学習モデルを異なるバージョンとして管理する。 In the present embodiment, the storage unit 30 may store the learning model M shown in FIG. The learning model M is generated by machine learning. The learning model M may include a first learning model M1 and a second learning model M2. In the example of FIG. 4, the learning model M includes the first learning model M1 to the Nth learning model MN. Here, the second learning model M2 is a learning model generated by machine learning for the first learning model M1. That is, in the present embodiment, when additional machine learning is executed for a certain learning model and a new learning model is generated, the learning models before and after the learning are managed as different versions.

入力部40は、情報処理装置1に種々の情報を入力するものであり、マウス、キーボード、ポインティングデバイス等により構成される。
表示部50は、テキストや画像(静止画及び動画を含む)を表示するものであり、任意のディスプレイにより構成される。表示部50は、情報処理装置1がサーバである場合、情報処理装置1に接続されたディスプレイにより構成される。
The input unit 40 inputs various information to the information processing device 1, and is composed of a mouse, a keyboard, a pointing device, and the like.
The display unit 50 displays text and images (including still images and moving images), and is composed of an arbitrary display. When the information processing device 1 is a server, the display unit 50 is composed of a display connected to the information processing device 1.

3.情報処理装置1の機能
図3に示すように、情報処理装置1の制御部10は、取得部11、学習部12、実行制御部13を備える。本実施形態では、制御部10はさらに、指定部14、選択部15、テスト部16、出力部17、検出部18を備える。
3. 3. Functions of Information Processing Device 1 As shown in FIG. 3, the control unit 10 of the information processing device 1 includes an acquisition unit 11, a learning unit 12, and an execution control unit 13. In the present embodiment, the control unit 10 further includes a designation unit 14, a selection unit 15, a test unit 16, an output unit 17, and a detection unit 18.

(取得部11)
取得部11は、機械学習に用いる学習データを取得可能に構成される。ここで、機械学習に用いて学習データの種別は問わず、学習モデルMの適用先に応じて種々のデータを用いることができる。具体的には、情報処理装置1をクラウド型又はアプリケーションとしての会計サービスとして適用する場合には、入力された金額、品目、勘定科目、日付、部署名等に加え、設定された勘定科目等を学習データとして取得する。換言すると、取得部11は、会計処理又は税務処理に関する入力データを取得してもよい。さらに、取得部11は、プロジェクト、製品、部門、支店、地域、取引先等に関する入力データを取得してもよい。
(Acquisition unit 11)
The acquisition unit 11 is configured to be able to acquire learning data used for machine learning. Here, regardless of the type of learning data used for machine learning, various data can be used depending on the application destination of the learning model M. Specifically, when the information processing device 1 is applied as an accounting service as a cloud type or an application, in addition to the input amount, item, account, date, department name, etc., the set account, etc. are added. Acquire as training data. In other words, the acquisition unit 11 may acquire input data related to accounting processing or tax processing. Further, the acquisition unit 11 may acquire input data regarding a project, a product, a department, a branch office, a region, a business partner, and the like.

(学習部12)
学習部12は、学習データを用いて学習モデルMに対して機械学習を実行可能に構成される。ここで、機械学習の手法は適宜選択することができる。例えば、ニューラルネットワークを用いる場合には、種々のパラメータに基づく入力値がニューラルネットワークに入力される。ニューラルネットワークは、ソフト又はハードとして実装することができ、例えば、情報処理装置1のファームウェア上に実装することができる。ここで、計算ノードN毎に予め定められた重みwは、情報処理装置1又は他の情報処理装置により予め機械学習されることにより設定される。
(Learning Department 12)
The learning unit 12 is configured to be able to execute machine learning on the learning model M using the learning data. Here, the machine learning method can be appropriately selected. For example, when a neural network is used, input values based on various parameters are input to the neural network. The neural network can be implemented as software or hardware, and can be implemented, for example, on the firmware of the information processing apparatus 1. Here, the predetermined weight w for each calculation node N is set by machine learning in advance by the information processing device 1 or another information processing device.

(実行制御部13)
実行制御部13は、学習部12による機械学習に用いる学習データの種類及び量、学習データとして利用する期間、機械学習の実行タイミング又は頻度等を制御する。本実施形態では、実行制御部13は、機械学習の実行が停止している停止期間の後に機械学習を実行する場合、第1データセットを用いて機械学習を実行可能に構成される。ここで、第1データセットは、停止期間において取得部11により取得された学習データの少なくとも一部を含むデータセットである。
(Execution control unit 13)
The execution control unit 13 controls the type and amount of learning data used for machine learning by the learning unit 12, the period of use as learning data, the execution timing or frequency of machine learning, and the like. In the present embodiment, the execution control unit 13 is configured to be able to execute machine learning using the first data set when the machine learning is executed after the stop period in which the execution of the machine learning is stopped. Here, the first data set is a data set including at least a part of the learning data acquired by the acquisition unit 11 during the stop period.

図5に示されるように、例えば、1月1日より前から1月1日までの期間T0に取得されたデータを用いて機械学習を実行して学習モデルMを学習させた後、1月2日から6月30日(現在)までの期間Tsにおいて機械学習の実行が停止している場合には、期間Tsが停止期間となる。そして、期間Tsにおいて取得された学習データLD1〜学習データLDNが、情報処理装置1の記憶部30又は他の情報処理装置に記憶される。ここで、学習データLD1は5月1日に取得された学習データであり、学習データLD2は5月2日に取得された学習データである。このとき、第1データセットは、停止期間(期間Ts)において取得された学習データLD1〜学習データLDNの少なくとも一部を含むデータである。 As shown in FIG. 5, for example, after performing machine learning to train the learning model M using the data acquired in the period T0 from before January 1 to January 1, January. If the execution of machine learning is stopped during the period Ts from the 2nd to the 30th of June (present), the period Ts becomes the suspension period. Then, the learning data LD1 to the learning data LDN acquired in the period Ts are stored in the storage unit 30 of the information processing device 1 or another information processing device. Here, the learning data LD1 is the learning data acquired on May 1, and the learning data LD2 is the learning data acquired on May 2. At this time, the first data set is data including at least a part of the learning data LD1 to the learning data LDN acquired during the stop period (period Ts).

また、実行制御部13は、第2データセットを用いて機械学習を実行可能に構成されてもよい。ここで、第2データセットは、指定部14により指定された取得期間において取得部11により取得された学習データの少なくとも一部を含むデータセットである。図5に示されるように、停止期間(期間Ts)において機械学習が実行されていなかったが、6月30日(現在)に機械学習を実行する場合に、期間T2において取得された学習データの少なくとも一部を含む第2データセットを用いて機械学習を実行することができる。このとき、期間T2が取得期間となる。また、取得期間(期間T2)において取得された学習データLD3〜学習データLDNの少なくとも一部を含むデータが第2データセットとなる。ここで、学習データLD1及び学習データLD2については、取得期間(期間T2)より前に取得されたデータであるため、第2データセットには含まれない。すなわち、停止期間(期間Ts)のうち、取得期間(期間T2)を除いた除外期間(期間T1)に取得されたデータについては、機械学習に用いない。 Further, the execution control unit 13 may be configured to execute machine learning using the second data set. Here, the second data set is a data set including at least a part of the learning data acquired by the acquisition unit 11 in the acquisition period designated by the designation unit 14. As shown in FIG. 5, machine learning was not executed during the stop period (period Ts), but when machine learning is executed on June 30 (present), the learning data acquired during period T2 Machine learning can be performed using a second dataset that contains at least a portion. At this time, the period T2 is the acquisition period. Further, the data including at least a part of the learning data LD3 to the learning data LDN acquired in the acquisition period (period T2) becomes the second data set. Here, the learning data LD1 and the learning data LD2 are not included in the second data set because they are the data acquired before the acquisition period (period T2). That is, the data acquired in the exclusion period (period T1) excluding the acquisition period (period T2) in the suspension period (period Ts) is not used for machine learning.

また、実行制御部13は、手動モード及び自動モードを切替可能に構成されてもよい。本実施形態では、手動モードでは、機械学習、後述の適用される学習モデルMの選択、又は後述のテスト処理をユーザーからの指示に基づいて実行する。一方、自動モードでは、機械学習、適用される学習モデルMの選択、又はテスト処理を自動的に実行する。すなわち、自動モードによれば、例えば、予め定められたタイミングで機械学習を実行し、学習モデルMをアップデートすることができる。なお、手動モードと自動モードは適宜切り替えることができる。また、、機械学習については手動モードを適用し、テスト処理又は適用される学習モデルMの選択については自動モードを適用するなど、複数の処理に対して異なるモードを適用することもできる。 Further, the execution control unit 13 may be configured so that the manual mode and the automatic mode can be switched. In the present embodiment, in the manual mode, machine learning, selection of the learning model M to be applied described later, or test processing described later is executed based on an instruction from the user. On the other hand, in the automatic mode, machine learning, selection of the learning model M to be applied, or test processing is automatically executed. That is, according to the automatic mode, for example, machine learning can be executed at a predetermined timing to update the learning model M. The manual mode and the automatic mode can be switched as appropriate. Further, different modes can be applied to a plurality of processes, such as applying a manual mode for machine learning and applying an automatic mode for test processing or selection of a learning model M to be applied.

(指定部14)
指定部14は、機械学習に用いる学習データの取得期間を指定可能に構成される。例えば、図6に示されるように、ユーザー端末2に学習モデルMを表すアイコンIと、取得期間を指定可能なスライダをまとめて表示してもよい。そして、ユーザーがユーザー端末2を操作することで、取得期間の開始日と終了日を指定することができる。ここで、取得期間の指定方法はこれに限定されず、テキスト形式、プルダウン形式、ドラムロール形式等の形式で取得期間の開始日及び終了日を入力してもよい。また、所定期間単位(例:現在から1ヶ月、3ヶ月、6ヶ月、12ヶ月前までの期間)で取得期間を指定させてもよい。さらに、日単位でなく、時間、分、秒単位で取得期間を指定させてもよい。
(Designated part 14)
The designation unit 14 is configured to be able to specify the acquisition period of the learning data used for machine learning. For example, as shown in FIG. 6, the icon I representing the learning model M and the slider on which the acquisition period can be specified may be displayed together on the user terminal 2. Then, the user can specify the start date and the end date of the acquisition period by operating the user terminal 2. Here, the method of specifying the acquisition period is not limited to this, and the start date and end date of the acquisition period may be input in a format such as a text format, a pull-down format, or a drum roll format. Further, the acquisition period may be specified in a predetermined period unit (eg, a period from the present to 1 month, 3 months, 6 months, 12 months ago). Further, the acquisition period may be specified in hours, minutes, and seconds instead of days.

また、指定部14は、機械学習の実行の停止時期を指定可能に構成されてもよい。図5の例では、指定部14により、停止期間(期間Ts)の始期が指定される。 Further, the designation unit 14 may be configured so that the stop time of the execution of machine learning can be specified. In the example of FIG. 5, the start period of the stop period (period Ts) is designated by the designation unit 14.

(選択部15)
選択部15は、適用される学習モデルとして、第1学習モデルM1又は第2学習モデルM2を選択可能に構成される。本実施形態では、図4に示されるように、学習モデルMとして異なるバージョンである第1学習モデルM1及び第2学習モデルM2を記憶しており、選択部15により選択された学習モデルを用いて種々の処理を実行する。
(Selection unit 15)
The selection unit 15 is configured to be able to select the first learning model M1 or the second learning model M2 as the learning model to be applied. In the present embodiment, as shown in FIG. 4, different versions of the first learning model M1 and the second learning model M2 are stored as the learning model M, and the learning model selected by the selection unit 15 is used. Perform various processes.

(テスト部16)
テスト部16は、第1学習モデルM1及び第2学習モデルM2の精度を確認するテスト処理を実行可能に構成される。例えば、学習モデルMに学習データを入力することにより学習モデルMから出力される出力信号と、予め定められた閾値を比較することにより、複数の学習モデルMの精度を確認する。このとき、選択部15は、テスト部16によるテスト処理の結果、第2学習モデルM2の方が第1学習モデルM1より精度が高いと評価された場合、適用される学習モデルとして、第2学習モデルM2を選択可能に構成される。これは、複数のバージョンとして管理された学習モデルMのうち、精度の高い学習モデルMを利用して種々の処理を実行するためである。
(Test unit 16)
The test unit 16 is configured to be able to execute a test process for confirming the accuracy of the first learning model M1 and the second learning model M2. For example, the accuracy of a plurality of learning models M is confirmed by comparing the output signal output from the learning model M by inputting the learning data into the learning model M with a predetermined threshold value. At this time, when the selection unit 15 evaluates that the second learning model M2 has higher accuracy than the first learning model M1 as a result of the test processing by the test unit 16, the second learning is applied as a learning model. The model M2 is configured to be selectable. This is because, among the learning models M managed as a plurality of versions, various processes are executed by using the highly accurate learning model M.

(出力部17)
情報処理装置1が会計処理又は税務処理の機能を提供する場合、出力部17は、学習モデルMに入力データを入力し、会計処理又は税務処理に関する情報を出力可能に構成してもよい。具体的には、学習データにより学習された学習モデルMに対して入力データを入力することにより、会計処理又は税務処理に関する情報を出力する。ここで、入力データとしては、購入又は立替の金額、品目、勘定科目、日付、部署名等が挙げられる。
(Output unit 17)
When the information processing device 1 provides the function of accounting processing or tax processing, the output unit 17 may be configured to input input data to the learning model M and output information related to accounting processing or tax processing. Specifically, by inputting input data to the learning model M learned from the learning data, information on accounting processing or tax processing is output. Here, as the input data, the purchase or advance amount, the item, the account, the date, the department name, and the like can be mentioned.

また、出力部17は、学習モデルMに入力データを入力し、入力データに対応する勘定科目、補助科目、摘要、及び税区分の少なくとも1つを出力可能に構成されてもよい。具体的には、購入又は立替の金額、品目、日付、部署名を入力データとして学習モデルMに入力することにより、入力データに対応する勘定科目、補助科目、摘要、及び税区分の少なくとも1つが出力される。また、ユーザーが手動で入力した勘定科目、補助科目、摘要、及び税区分の少なくとも1つが、学習モデルMにより推定された勘定科目と異なる場合、その旨提示してもよい。 Further, the output unit 17 may be configured to input input data into the learning model M and output at least one of an account item, a sub-item, a description, and a tax classification corresponding to the input data. Specifically, by inputting the purchase or advance amount, item, date, department name as input data into the learning model M, at least one of the account, sub-item, description, and tax classification corresponding to the input data can be obtained. It is output. In addition, if at least one of the account, sub-item, description, and tax classification manually entered by the user is different from the account estimated by the learning model M, it may be indicated to that effect.

さらに、出力部17は、学習モデルMに入力データを入力し、入力データに対応するタグ、借方及び貸方の消込の少なくとも1つを出力可能に構成されてもよい。ここで、学習モデルMにより出力される会計処理又は税務処理に関する情報の一例である仕訳データに、学習モデルMにより推定されたプロジェクト、製品、部門、支店、地域、取引先等を含めてもよい。このとき、カレンダーアプリケーションと連動し、プロジェクト単位で日時を含めた工数若しくは工程管、又は予算管理を実現してもよい。 Further, the output unit 17 may be configured to input input data into the learning model M and output at least one of tags, debits, and credits corresponding to the input data. Here, the journal data, which is an example of information on accounting or tax processing output by the learning model M, may include projects, products, departments, branches, regions, business partners, etc. estimated by the learning model M. .. At this time, in conjunction with the calendar application, man-hours or process control including the date and time, or budget management may be realized for each project.

(検出部18)
検出部18は、会計処理又は税務処理に関する規則が変更されたことを検出可能に構成される。規則の種類及び内容は特に限定されない。規則が変更されたこととは、例えば、以下の通りである。
<規則の変更例1>
会計責任者Aは特定の費用を「勘定科目X」として処理していたが、後任の会計責任者Bに変わってから、同じ費用を「勘定科目Y」として処理するようになった場合
<規則の変更例2>
ビジネスモデルAのときは特定の費用を「勘定科目X」として処理していたが、業態変更後などに別のビジネスモデルBを採用してから、同じ費用を「勘定科目Y」として処理するようになった場合
<規則の変更例3>
来客用のお茶の勘定科目を「会議費」として処理していた企業が、ある時期を境に来客用のお茶の提供を停止するとともに、防災時の非常食としてペットボトルのお茶を全従業員分購入して会社に備蓄するようになり、ペットボトルのお茶の勘定科目を「消耗品費」として処理するようになった場合
<規則の変更例4>
法律等で定められた会計基準の変更により、「勘定科目X」が廃止されて新たに「勘定科目Y」が用いられるようになる等、外部環境の変化に起因して規則が変更された場合
(Detection unit 18)
The detection unit 18 is configured to be able to detect changes in the rules regarding accounting or tax processing. The type and content of the rules are not particularly limited. The changes to the rules are, for example:
<Rule change example 1>
Accountant A treated a specific expense as "Account X", but after changing to his successor Accountant B, he started to treat the same expense as "Account Y"<Rules Change example 2>
In the case of business model A, a specific expense was treated as "account X", but after adopting another business model B after changing the business format, the same expense should be treated as "account Y". <Example of rule change 3>
A company that used to treat the account of tea for visitors as "meeting fee" stopped providing tea for visitors at a certain time, and all employees used PET bottled tea as an emergency food in case of disaster prevention. When the amount of tea is purchased separately and stored in the company, and the account item of tea in PET bottles is treated as "consumables cost"<Example 4 of rule change>
When the rules are changed due to changes in the external environment, such as when "Account X" is abolished and "Account Y" is newly used due to changes in accounting standards stipulated by law, etc.

ここで、検出部18は、連携システム3から取得した種々のデータに基づいて、規則の変更を検出してもよい。例えば、連携システム3が人事管理システムである場合には、人事管理データベースに登録された人事情報を取得することにより、会計責任者が変更したことを把握できる。そして、会計責任者が変更された場合、会計規則が変更したと判断してもよい。 Here, the detection unit 18 may detect the change of the rule based on various data acquired from the cooperation system 3. For example, when the cooperation system 3 is a personnel management system, it is possible to grasp that the accounting manager has changed by acquiring the personnel information registered in the personnel management database. Then, when the person in charge of accounting is changed, it may be determined that the accounting rules have changed.

また、実行制御部13は、検出部18により規則が変更されたことを検出した場合、第3データセットを用いて機械学習を実行可能に構成されてもよい。ここで、第3データセットは、規則が変更されてから現在までの期間において取得部11により取得された学習データの少なくとも一部を含むデータセットである。これにより、機械学習の実行停止が解除され、新たな規則に対応する学習データを利用して学習モデルMを学習させることができる。 Further, the execution control unit 13 may be configured to execute machine learning using the third data set when the detection unit 18 detects that the rule has been changed. Here, the third data set is a data set including at least a part of the training data acquired by the acquisition unit 11 in the period from the change of the rule to the present. As a result, the execution stop of machine learning is released, and the learning model M can be trained by using the learning data corresponding to the new rule.

さらに、検出部18により規則が変更されたことを検出した場合、規則が変更された可能性があることについてユーザーに提示してもよい。かかる提示手法は特に限定されず、ユーザー端末2への表示、音声出力、その他の手法により実現される。 Further, when the detection unit 18 detects that the rule has been changed, it may indicate to the user that the rule may have been changed. Such a presentation method is not particularly limited, and is realized by a display on the user terminal 2, an audio output, or another method.

4.処理の概要
次に、図7を用いて、情報処理装置1による処理の概要について説明する。
4. Outline of Processing Next, an outline of processing by the information processing apparatus 1 will be described with reference to FIG. 7.

まず、取得部11により、学習データを取得する(A1)。そして、学習モデルMに対する機械学習の停止期間であって、指定部14により停止期間が解除された場合に、指定部14により取得期間が指定されているときには、第2データセット(図中では第2DS)を取得する(A2a)。具体的には、図5に示されるように、6月30日(現在)の時点において、5月3日に規則が変更されていたことに気づいた場合には、停止期間(期間Ts)のうち、期間T2において取得した学習データLD3〜学習データLDNの少なくとも一部を含む第2データセットを機械学習に用いることができる。なお、この場合、第2データセットと第3データセットは同じデータセットとなる。 First, the learning data is acquired by the acquisition unit 11 (A1). Then, in the machine learning stop period for the learning model M, when the stop period is canceled by the designated unit 14, and the acquisition period is specified by the designated unit 14, the second data set (the third data set in the figure). 2DS) is acquired (A2a). Specifically, as shown in FIG. 5, if you notice that the rules were changed on May 3 as of June 30 (current), the suspension period (period Ts) Among them, the second data set including at least a part of the learning data LD3 to the learning data LDN acquired in the period T2 can be used for machine learning. In this case, the second data set and the third data set are the same data set.

一方、学習モデルMに対する機械学習の停止期間であって、指定部14により停止期間が解除された場合に、指定部14により取得期間が指定されていないときには、第1データセット(図中では第1DS)を取得する(A2b)。具体的には、図5に示されるように、6月30日(現在)の時点において、1月2日以降のいずれかの時点で規則が変更されていたことに気づいた場合には、停止期間(期間Ts)において取得した学習データLD1〜学習データLDNの少なくとも一部を含む第1データセットを機械学習に用いることができる。 On the other hand, in the machine learning stop period for the learning model M, when the stop period is canceled by the designated unit 14 and the acquisition period is not specified by the designated unit 14, the first data set (the first data set in the figure). 1DS) is acquired (A2b). Specifically, as shown in Fig. 5, as of June 30 (current), if you notice that the rules have been changed at any time after January 2, stop. The first data set including at least a part of the learning data LD1 to the learning data LDN acquired in the period (period Ts) can be used for machine learning.

一方、学習モデルMに対する機械学習の停止期間であって、指定部14により停止期間が解除されず、停止期間が継続する場合には、処理をA1に戻す。 On the other hand, in the machine learning stop period for the learning model M, when the stop period is not canceled by the designated unit 14 and the stop period continues, the process is returned to A1.

そして、A3において、第2データセット又は第1データセットを用いて、機械学習を実行する。 Then, in A3, machine learning is executed using the second data set or the first data set.

他方、A1において学習データを取得した後、学習モデルMに対する機械学習の学習期間である場合には、処理をA3に進め、学習期間に取得した学習データの少なくとも一部を含むデータセットを用いて、機械学習を実行する。ここで、A3における機械学習の対象が、学習モデルMに含まれる第1学習モデルM1である場合には、機械学習の結果として第2学習モデルM2が生成される。 On the other hand, if it is the learning period of machine learning for the learning model M after acquiring the learning data in A1, the process proceeds to A3, and a data set containing at least a part of the learning data acquired in the learning period is used. , Perform machine learning. Here, when the target of machine learning in A3 is the first learning model M1 included in the learning model M, the second learning model M2 is generated as a result of machine learning.

その後、A4において、テスト部16により、第1学習モデルM1(機械学習の実行前の学習モデル)と、第2学習モデルM2(機械学習の実行後の学習モデル)に対するテスト処理が実行される。そして、テスト処理の結果、精度が高いと評価された学習モデルを採用する。 After that, in A4, the test unit 16 executes test processing on the first learning model M1 (learning model before the execution of machine learning) and the second learning model M2 (learning model after the execution of machine learning). Then, as a result of the test process, a learning model evaluated to have high accuracy is adopted.

学習モデルMの利用が継続される場合、処理をA1に戻す。一方、学習モデルMの利用を終了する場合、処理を終了する。 When the use of the learning model M is continued, the process is returned to A1. On the other hand, when the use of the learning model M is terminated, the process is terminated.

ここで、機械学習、適用される学習モデルMの選択、又はテスト処理の実行について、実行制御部13により適用されるモードが手動モードであるか自動モードであるかを考慮してもよい。 Here, regarding machine learning, selection of the learning model M to be applied, or execution of the test process, it may be considered whether the mode applied by the execution control unit 13 is the manual mode or the automatic mode.

5.まとめ
以上説明した処理により、本実施形態に係る情報処理装置1によれば、学習結果に満足な場合は学習モデルMの学習を停止させることができる。一方、規則が変化した場合は、学習モデルMの学習を再開させることができる。特に、停止期間中はバックグラウンドで学習データを取得ておき、学習を再開させる場合には、停止期間中に取得した学習データを用いることにより、過去に遡って学習モデルMを再学習させることが可能になる。
5. Summary According to the information processing device 1 according to the present embodiment, the learning of the learning model M can be stopped when the learning result is satisfied by the process described above. On the other hand, when the rule changes, the learning of the learning model M can be restarted. In particular, when learning data is acquired in the background during the stop period and learning is restarted, the learning model M can be relearned retroactively by using the learning data acquired during the stop period. It will be possible.

6.その他
上述の説明では、情報処理装置1が種々の機能を備える構成としたが、これらの機能を複数の情報処理装置に分散させて実現してもよい。例えば、ユーザーが利用するサービスに学習モデルMが実装される場合には、学習モデルMと情報処理装置1を別の筺体に分散させてもよい。
6. Others In the above description, the information processing device 1 is configured to have various functions, but these functions may be distributed to a plurality of information processing devices. For example, when the learning model M is implemented in the service used by the user, the learning model M and the information processing device 1 may be distributed in different housings.

また、ユーザーが指定した任意の期間において取得された学習データを用いた機械学習により、学習モデルMの生成リクエストを受け付けても良い。 Further, the generation request of the learning model M may be accepted by machine learning using the learning data acquired in an arbitrary period specified by the user.

また、大きなトレンドの変化があり、かつ十分な量の学習データを取得していない場合には、出力部17により会計処理又は税務処理に関する情報の出力を停止してもよい。例えば、入力データに対応する勘定科目の自動提案機能を停止してもよい。 Further, when there is a large change in the trend and a sufficient amount of learning data has not been acquired, the output unit 17 may stop the output of information related to accounting processing or tax processing. For example, the automatic proposal function of the account corresponding to the input data may be stopped.

さらに、クラウド型又はアプリケーションとしての会計サービス又は家計簿サービス以外にも、情報処理装置1による学習モデルMに対する機能学習の制御を適用してもよい。例えば、ERP(Enterprise Resource Planning)、RPA(Robotic Process Automation)等に対し、組織の特徴を色濃く反映して学習させた学習モデルMを実装する場合、情報処理装置1による処理は好適である。 Further, in addition to the accounting service or the household account book service as a cloud type or an application, the control of functional learning for the learning model M by the information processing device 1 may be applied. For example, when implementing a learning model M that is trained by strongly reflecting the characteristics of an organization for ERP (Enterprise Resource Planning), RPA (Robotic Process Automation), etc., the processing by the information processing apparatus 1 is suitable.

次に記載の各態様で提供されてもよい。
前記情報処理装置において、指定部を備え、前記指定部は、前記機械学習に用いる学習データの取得期間を指定可能に構成され、前記実行制御部は、第2データセットを用いて前記機械学習を実行可能に構成され、前記第2データセットは、前記指定部により指定された取得期間において前記取得部により取得された学習データの少なくとも一部を含むデータセットである、情報処理装置。
前記情報処理装置において、指定部を備え、前記指定部は、前記機械学習の実行の停止時期を指定可能に構成される、情報処理装置。
前記情報処理装置において、選択部を備え、前記学習モデルは、第1学習モデル及び第2学習モデルを含み、前記第2学習モデルは、前記第1学習モデルに対する前記機械学習により生成された学習モデルであり、前記選択部は、適用される学習モデルとして、前記第1学習モデル又は前記第2学習モデルを選択可能に構成される、情報処理装置。
前記情報処理装置において、テスト部を備え、前記テスト部は、前記第1学習モデル及び前記第2学習モデルの精度を確認するテスト処理を実行可能に構成され、前記選択部は、前記テスト部によるテスト処理の結果、前記第2学習モデルの方が前記第1学習モデルより精度が高いと評価された場合、適用される学習モデルとして、前記第2学習モデルを選択可能に構成される、情報処理装置。
前記情報処理装置において、前記実行制御部は、手動モード及び自動モードを切替可能に構成され、前記手動モードでは、前記機械学習、前記適用される学習モデルの選択、又は前記テスト処理をユーザーからの指示に基づいて実行し、前記自動モードでは、前記機械学習、前記適用される学習モデルの選択、又は前記テスト処理を自動的に実行する、情報処理装置。
前記情報処理装置において、出力部を備え、前記取得部は、会計処理に又は税務処理に関する入力データを取得し、前記出力部は、前記学習モデルに前記入力データを入力し、前記会計処理又は前記税務処理に関する情報を出力可能に構成される、情報処理装置。
前記情報処理装置において、前記出力部は、前記学習モデルに前記入力データを入力し、前記入力データに対応する勘定科目、補助科目、摘要、及び税区分の少なくとも1つを出力可能に構成される、情報処理装置。
前記情報処理装置において、検出部を備え、前記検出部は、前記会計処理又は前記税務処理に関する規則が変更されたことを検出可能に構成される、情報処理装置。
前記情報処理装置において、前記実行制御部は、前記検出部により前記規則が変更されたことを検出した場合、第3データセットを用いて前記機械学習を実行可能に構成され、前記第3データセットは、前記規則が変更されてから現在までの期間において前記記取得部により取得された学習データの少なくとも一部を含むデータセットである、情報処理装置。
プログラムであって、コンピュータを、前記情報処理装置の各部として機能させるプログラム。
もちろん、この限りではない。
It may be provided in each of the following aspects.
The information processing apparatus includes a designated unit, the designated unit is configured to be able to specify an acquisition period of learning data used for the machine learning, and the execution control unit performs the machine learning using a second data set. An information processing apparatus that is configured to be executable and includes at least a part of learning data acquired by the acquisition unit during the acquisition period specified by the designation unit.
The information processing device includes a designated unit, and the designated unit is configured to be capable of designating a stop time of execution of the machine learning.
The information processing apparatus includes a selection unit, the learning model includes a first learning model and a second learning model, and the second learning model is a learning model generated by the machine learning with respect to the first learning model. The selection unit is an information processing apparatus configured to be able to select the first learning model or the second learning model as the learning model to be applied.
The information processing apparatus includes a test unit, the test unit is configured to be able to execute a test process for confirming the accuracy of the first learning model and the second learning model, and the selection unit is the test unit. As a result of the test processing, when the second learning model is evaluated to have higher accuracy than the first learning model, the second learning model can be selected as the learning model to be applied. Device.
In the information processing apparatus, the execution control unit is configured to be able to switch between a manual mode and an automatic mode. In the manual mode, the machine learning, the selection of the learning model to be applied, or the test process is performed by the user. An information processing apparatus that executes based on an instruction, and in the automatic mode, automatically executes the machine learning, the selection of the learning model to be applied, or the test process.
The information processing apparatus includes an output unit, the acquisition unit acquires input data related to accounting processing or tax processing, and the output unit inputs the input data to the learning model, and the accounting processing or the above An information processing device that can output information related to tax processing.
In the information processing device, the output unit is configured to input the input data into the learning model and output at least one of an account item, a sub-item, a description, and a tax classification corresponding to the input data. , Information processing equipment.
The information processing device includes a detection unit, and the detection unit is configured to be able to detect that a rule regarding the accounting process or the tax process has been changed.
In the information processing apparatus, when the detection unit detects that the rule has been changed, the execution control unit is configured to be able to execute the machine learning using the third data set, and the third data set. Is an information processing device, which is a data set including at least a part of the training data acquired by the acquisition unit in the period from the change of the rule to the present.
A program that causes a computer to function as each part of the information processing device.
Of course, this is not the case.

また、上述のコンピュータを、情報処理装置の各部として機能させるプログラムを格納する、コンピュータ読み取り可能な非一時的な記録媒体として提供してもよい。 Further, the above-mentioned computer may be provided as a computer-readable non-temporary recording medium for storing a program for functioning as each part of the information processing apparatus.

最後に、本発明に係る種々の実施形態を説明したが、これらは、例として提示したものであり、発明の範囲を限定することは意図していない。新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。実施形態やその変形は、発明の範囲や要旨に含まれると共に、特許請求の範囲に記載された発明とその均等の範囲に含まれるものである。
上述した実施形態及び複数の変形例は任意に組み合わせて実行することができる。
Finally, various embodiments of the present invention have been described, but these are presented as examples and are not intended to limit the scope of the invention. The novel embodiment can be implemented in various other embodiments, and various omissions, replacements, and changes can be made without departing from the gist of the invention. The embodiments and modifications thereof are included in the scope and gist of the invention, and are included in the scope of the invention described in the claims and the equivalent scope thereof.
The above-described embodiment and a plurality of modifications can be executed in any combination.

1 :情報処理装置
2 :ユーザー端末
3 :連携システム
10 :制御部
11 :取得部
12 :学習部
13 :実行制御部
14 :指定部
15 :選択部
16 :テスト部
17 :出力部
18 :検出部
20 :通信部
30 :記憶部
40 :入力部
50 :表示部
100 :システム
I :アイコン
1: Information processing device 2: User terminal 3: Cooperation system 10: Control unit 11: Acquisition unit 12: Learning unit 13: Execution control unit 14: Designation unit 15: Selection unit 16: Test unit 17: Output unit 18: Detection unit 20: Communication unit 30: Storage unit 40: Input unit 50: Display unit 100: System I: Icon

Claims (11)

情報処理装置であって、
学習モデル、取得部、学習部、及び実行制御部を備え、
前記学習モデルは、機械学習により生成され、
前記取得部は、前記機械学習に用いる学習データを取得可能に構成され、
前記学習部は、前記学習データを用いて前記学習モデルに対して機械学習を実行可能に構成され、
前記実行制御部は、前記機械学習の実行が停止している停止期間の後に前記機械学習を実行する場合、第1データセットを用いて前記機械学習を実行可能に構成され、
前記第1データセットは、前記停止期間において前記取得部により取得された学習データの少なくとも一部を含むデータセットである、
情報処理装置。
It is an information processing device
It has a learning model, an acquisition unit, a learning unit, and an execution control unit.
The learning model is generated by machine learning and
The acquisition unit is configured to be able to acquire learning data used for the machine learning.
The learning unit is configured to be able to execute machine learning on the learning model using the learning data.
When the machine learning is executed after the stop period in which the execution of the machine learning is stopped, the execution control unit is configured to be able to execute the machine learning using the first data set.
The first data set is a data set including at least a part of the training data acquired by the acquisition unit during the stop period.
Information processing device.
請求項1に記載の情報処理装置において、
指定部を備え、
前記指定部は、前記機械学習に用いる学習データの取得期間を指定可能に構成され、
前記実行制御部は、第2データセットを用いて前記機械学習を実行可能に構成され、
前記第2データセットは、前記指定部により指定された取得期間において前記取得部により取得された学習データの少なくとも一部を含むデータセットである、
情報処理装置。
In the information processing apparatus according to claim 1,
Equipped with a designated part
The designation unit is configured so that the acquisition period of the learning data used for the machine learning can be specified.
The execution control unit is configured to be able to execute the machine learning using the second data set.
The second data set is a data set including at least a part of the training data acquired by the acquisition unit during the acquisition period specified by the designation unit.
Information processing device.
請求項1又は請求項2に記載の情報処理装置において、
指定部を備え、
前記指定部は、前記機械学習の実行の停止時期を指定可能に構成される、
情報処理装置。
In the information processing apparatus according to claim 1 or 2.
Equipped with a designated part
The designation unit is configured so that the stop time of the execution of the machine learning can be specified.
Information processing device.
請求項1〜請求項3の何れか1つに記載の情報処理装置において、
選択部を備え、
前記学習モデルは、第1学習モデル及び第2学習モデルを含み、
前記第2学習モデルは、前記第1学習モデルに対する前記機械学習により生成された学習モデルであり、
前記選択部は、適用される学習モデルとして、前記第1学習モデル又は前記第2学習モデルを選択可能に構成される、
情報処理装置。
In the information processing apparatus according to any one of claims 1 to 3.
Equipped with a selection
The learning model includes a first learning model and a second learning model.
The second learning model is a learning model generated by the machine learning with respect to the first learning model.
The selection unit is configured to be able to select the first learning model or the second learning model as the learning model to be applied.
Information processing device.
請求項4に記載の情報処理装置において、
テスト部を備え、
前記テスト部は、前記第1学習モデル及び前記第2学習モデルの精度を確認するテスト処理を実行可能に構成され、
前記選択部は、前記テスト部によるテスト処理の結果、前記第2学習モデルの方が前記第1学習モデルより精度が高いと評価された場合、適用される学習モデルとして、前記第2学習モデルを選択可能に構成される、
情報処理装置。
In the information processing apparatus according to claim 4,
Equipped with a test section
The test unit is configured to be able to execute a test process for confirming the accuracy of the first learning model and the second learning model.
The selection unit uses the second learning model as a learning model to be applied when the second learning model is evaluated to have higher accuracy than the first learning model as a result of the test processing by the test unit. Configured to be selectable
Information processing device.
請求項5に記載の情報処理装置において、
前記実行制御部は、手動モード及び自動モードを切替可能に構成され、
前記手動モードでは、前記機械学習、前記適用される学習モデルの選択、又は前記テスト処理をユーザーからの指示に基づいて実行し、
前記自動モードでは、前記機械学習、前記適用される学習モデルの選択、又は前記テスト処理を自動的に実行する、
情報処理装置。
In the information processing apparatus according to claim 5,
The execution control unit is configured to be able to switch between manual mode and automatic mode.
In the manual mode, the machine learning, the selection of the learning model to be applied, or the test process is executed based on the instruction from the user.
In the automatic mode, the machine learning, the selection of the applicable learning model, or the test process is automatically executed.
Information processing device.
請求項1〜請求項6の何れか1つに記載の情報処理装置において、
出力部を備え、
前記取得部は、会計処理に又は税務処理に関する入力データを取得し、
前記出力部は、前記学習モデルに前記入力データを入力し、前記会計処理又は前記税務処理に関する情報を出力可能に構成される、
情報処理装置。
The information processing apparatus according to any one of claims 1 to 6.
Equipped with an output section
The acquisition department acquires input data related to accounting processing or tax processing, and
The output unit is configured to be able to input the input data into the learning model and output information related to the accounting process or the tax process.
Information processing device.
請求項7に記載の情報処理装置において、
前記出力部は、前記学習モデルに前記入力データを入力し、前記入力データに対応する勘定科目、補助科目、摘要、及び税区分の少なくとも1つを出力可能に構成される、
情報処理装置。
In the information processing apparatus according to claim 7,
The output unit is configured to input the input data into the learning model and output at least one of an account item, a sub-item, a description, and a tax classification corresponding to the input data.
Information processing device.
請求項7又は請求項8に記載の情報処理装置において、
検出部を備え、
前記検出部は、前記会計処理又は前記税務処理に関する規則が変更されたことを検出可能に構成される、
情報処理装置。
In the information processing apparatus according to claim 7 or 8.
Equipped with a detector
The detector is configured to be able to detect changes in the rules regarding accounting or tax processing.
Information processing device.
請求項9に記載の情報処理装置において、
前記実行制御部は、前記検出部により前記規則が変更されたことを検出した場合、第3データセットを用いて前記機械学習を実行可能に構成され、
前記第3データセットは、前記規則が変更されてから現在までの期間において前記記取得部により取得された学習データの少なくとも一部を含むデータセットである、
情報処理装置。
In the information processing apparatus according to claim 9,
When the detection unit detects that the rule has been changed, the execution control unit is configured to be able to execute the machine learning using the third data set.
The third data set is a data set containing at least a part of the training data acquired by the acquisition unit in the period from the change of the rule to the present.
Information processing device.
プログラムであって、
コンピュータを、請求項1〜請求項19の何れか1項に記載の情報処理装置の各部として機能させるプログラム。
It ’s a program
A program that causes a computer to function as each part of the information processing apparatus according to any one of claims 1 to 19.
JP2020078858A 2020-04-28 2020-04-28 Information processing device and program Pending JP2021174335A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020078858A JP2021174335A (en) 2020-04-28 2020-04-28 Information processing device and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020078858A JP2021174335A (en) 2020-04-28 2020-04-28 Information processing device and program

Publications (1)

Publication Number Publication Date
JP2021174335A true JP2021174335A (en) 2021-11-01

Family

ID=78279858

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020078858A Pending JP2021174335A (en) 2020-04-28 2020-04-28 Information processing device and program

Country Status (1)

Country Link
JP (1) JP2021174335A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023098534A1 (en) * 2021-11-30 2023-06-08 维沃移动通信有限公司 Ai model switching processing method and apparatus, and communication device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023098534A1 (en) * 2021-11-30 2023-06-08 维沃移动通信有限公司 Ai model switching processing method and apparatus, and communication device

Similar Documents

Publication Publication Date Title
US11144883B2 (en) Intelligent scheduling of events
Baker Digital transformation
US8706656B1 (en) Multi-label modeling using a plurality of classifiers
Gronwald Integrated Business Information Systems
US10931739B2 (en) Method and system for generating strategy and roadmap for end-to-end information technology infrastructure cloud implementation
Dasig Jr A frontier in organizational and business process innovation in service management through lean six sigma Kaizen project implementation
US11900320B2 (en) Utilizing machine learning models for identifying a subject of a query, a context for the subject, and a workflow
US20140258882A1 (en) Collaborative task management
US20230316420A1 (en) Dynamic organization structure model
Hudgeon et al. Machine learning for business: using Amazon SageMaker and Jupyter
Ryan Deep learning with structured data
JP2021174335A (en) Information processing device and program
Bourne Application administrators handbook: installing, updating and troubleshooting software
US10157357B2 (en) Active strategy management platform
US9734486B2 (en) Integrated temporary labor provisioning and monitoring
KR102041081B1 (en) Data linked enterprise resource planning system
JP7275591B2 (en) Evaluation support program, evaluation support method, and information processing device
US11010817B2 (en) Systems and method for coordinating trend data via a hub
WO2023249707A1 (en) Email threading based on machine learning
Watson he Cognitive Decision-Support Generation
JP2016536655A (en) Computer-based system and method for flexible project management
US9117187B2 (en) Presenting a filtered list of work items
O'Regan et al. Agile Methodology
WO2020084712A1 (en) Distribution program, distribution method, and distribution device
Chung et al. A case study: using UML to develop a knowledge-based system for supporting business systems in a small financial institute

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20230411

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20240220

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20240408

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20240430

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20240516