WO2023166765A1 - Data processing method, apparatus, device, and medium - Google Patents

Data processing method, apparatus, device, and medium Download PDF

Info

Publication number
WO2023166765A1
WO2023166765A1 PCT/JP2022/034138 JP2022034138W WO2023166765A1 WO 2023166765 A1 WO2023166765 A1 WO 2023166765A1 JP 2022034138 W JP2022034138 W JP 2022034138W WO 2023166765 A1 WO2023166765 A1 WO 2023166765A1
Authority
WO
WIPO (PCT)
Prior art keywords
model
processing
data
module
unit
Prior art date
Application number
PCT/JP2022/034138
Other languages
French (fr)
Japanese (ja)
Inventor
九廷 陳
源 連
天奇 黄
Original Assignee
恒林日本株式会社
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 恒林日本株式会社 filed Critical 恒林日本株式会社
Priority to JP2023520024A priority Critical patent/JP7390088B1/en
Publication of WO2023166765A1 publication Critical patent/WO2023166765A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/02Knowledge representation; Symbolic representation
    • G06N5/022Knowledge engineering; Knowledge acquisition
    • G06N5/025Extracting rules from data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/04Inference or reasoning models

Definitions

  • the present invention relates to the data processing technical field, and more specifically, the present invention relates to data processing methods, apparatuses, devices and media.
  • a third party may obtain output data by sending input data to the model.
  • a third party can estimate the structure of the output model by acquiring many combinations of such input/output data.
  • the present invention provides a data processing device, the data processing device comprising: a model processing unit for reading model processing rules and performing processing on models according to the model processing rules; a data processing unit for reading data processing rules and for processing input data according to said data processing rules; reading processed input data generated by said data processing unit from said data processing unit; reading a model obtained by processing by said model processing unit; and using said model to compute processed input data.
  • a computing unit for obtaining intermediate data
  • a model discrimination unit for comparing intermediate data for verification obtained by processing calculation with real values, obtaining an error value, and returning to a discrimination result
  • a parameter adjustment unit for performing parameter adjustments on parameters of the model processing unit, the data processing unit and the model discriminating unit.
  • the "data processing rule” includes cases where there is no change in data.
  • the parameter adjustment unit is a comprehensive parameter adjustment module for generating, adjusting and optimizing each parameter of each module in the model processing unit and the data processing unit; a parameter adjustment module of the model discrimination unit for generating, adjusting and optimizing each parameter of each module in the model discrimination unit; a model processing rule generation module for organizing processing rules for a parameter generation model based on the model; an input data processing rule generation module for processing a processing rule for input/output data for parameter generation based on input data.
  • the processing rules for the parameter generation model and/or the processing rules for input/output data for parameter generation are: Including performing transformation processing on the model and input data, Including methods of increasing/decreasing data values, increasing/decreasing the number of values contained in input data, adjusting displacements for parameters in input data, changing values in input data, etc. independently or in combination. It is characterized by
  • the data processing unit may: an input data read module for reading read input data; an input data processing rule reading module for reading input data processing rules; an input data processing module for processing the stored input data using a processing rule for the input data to obtain processed input data; a processed input data output module for outputting processed input data; a processed input data storage module for storing processed input data.
  • the model processing unit may: a model reading module for reading the model of the input model processing unit; a model processing rule reading module for reading model processing rules; a model processing module for processing the read model according to model processing rules to generate a processed model; a processed model output module for outputting the processed model generated by the model processing module; a processed model storage module for storing the processed model generated by the model processing module.
  • the computing unit may: a post-processing model reading module that reads a post-processing model from the model processing unit; a post-processing data reading module for reading data processed by the input data processing module; an intermediate data calculation module for calculating the processed input data according to the model read by the processed model reading module to obtain intermediate data; an intermediate data storage module for storing the intermediate data.
  • the model discrimination unit an intermediate data reading module for reading intermediate data generated by the computing unit; a model parameter reading module for reading the model parameters generated by the parameter adjustment module of the model discriminating unit; a discriminant model calculation module for calculating the intermediate data read by the intermediate data reading module to obtain estimated data; a discrimination result storage module for storing discrimination results of the model discrimination unit; a discriminant result matching module for matching the estimated data with actual results and performing analytical calculations to obtain errors; an end condition determination module that determines whether or not a determination end condition is satisfied, terminates the determination process if YES, and continues and circulates parameter adjustment if NO; a raw output data reading module for reading output data without special processing.
  • the model discrimination unit an intermediate data reading module for reading intermediate data generated by the computing unit; a model parameter reading module for reading the model parameters generated by the parameter adjustment module of the model discriminating unit; A discriminant model calculation module for matching and calculating the intermediate data read by the intermediate data reading module and the raw output data to obtain a matching result; and a discriminant result for storing the discriminant result of the model discriminating unit.
  • a storage module an end condition determination module that determines whether or not a determination end condition is satisfied, terminates the determination process if YES, and continues and circulates parameter adjustment if NO; a raw output data reading module for reading output data without special processing.
  • errors include, but are not limited to, using standard deviation, mean squared error or 01 error as the standard of discrimination of said model discriminating unit;
  • the error is fed back to the model processing rule generation module, the model processing unit parameter adjustment module and the model discrimination unit parameter adjustment module.
  • the present invention provides a data processing method acting on the above data processing apparatus, said data processing method comprising: using an input data processing unit to obtain input data composed of multiple values and input data processing rules generated by the parameter adjustment unit, and transform the input data based on the input data processing rules; a step of processing; using the model processing unit to obtain a raw model and model processing rules generated by the parameter adjustment unit, and performing transformation processing on the model based on the model processing rules; using the computing unit to compute the input data after being processed according to the input data processing rules by the model after being processed according to the model processing rules, comprising a plurality of values and having multiple rows and multiple columns; a step of outputting intermediate data composed of data; using the model discriminating unit to read the calculated and obtained estimated data, compare and calculate with the obtained actual result, obtain the error and return to the discriminated result.
  • the data processing method includes: using the model discriminating unit to determine whether the discriminating end condition is met, if YES, terminate the discriminating process, output the model after training, and if NO, continue to cycle through parameter adjustment; Generating and collating intermediate data.
  • the present invention provides a computer storage medium storing a computer program, which implements steps corresponding to the above data processing method when the computer program is executed by a processor. Further provided can be a computer storage medium used for.
  • the present invention provides an electronic device comprising a memory, a processor and a computer program stored in the memory and operable on the processor, wherein when the processor executes the computer program, the data Further provided is an electronic device in which the steps corresponding to the processing method are implemented.
  • FIG. 1 shows a structural schematic diagram of the device of Example 1 of the present invention
  • FIG. FIG. 4 shows a schematic diagram of a conversion rule generated by a rule unit according to Example 1 of the present invention
  • FIG. 4 shows a schematic diagram of a conversion rule generated by a rule unit according to Example 1 of the present invention
  • FIG. 4 shows a schematic diagram of a conversion rule generated by a rule unit according to Example 1 of the present invention
  • FIG. 4 shows a schematic diagram of a conversion rule generated by a rule unit according to Example 1 of the present invention
  • FIG. 4 shows a schematic diagram of a conversion rule generated by a rule unit according to Example 1 of the present invention
  • FIG. 4 shows a structural schematic diagram of a data processing unit of the apparatus of Embodiment 1 of the present invention
  • Fig. 3 shows a structural schematic diagram of a model processing unit of the apparatus of Example 1 of the present invention
  • Fig. 4 shows a structural schematic diagram of the parameter adjusting unit of the apparatus of Example 1 of the present invention
  • Fig. 4 shows a structural schematic diagram of a computing unit of the device of Embodiment 1 of the present invention
  • Fig. 4 shows a structural schematic diagram of a model discriminating unit of the apparatus of Example 1 of the present invention
  • Fig. 4 shows a structural schematic diagram of a model discriminating unit of the apparatus of Example 1 of the present invention
  • 2 shows a flow chart of a second embodiment of the present invention. 2 shows a flow chart of a second embodiment of the present invention.
  • Fig. 4 shows a structural schematic diagram of Embodiment 4 of the present invention;
  • the present invention provides a data processing device, the data processing device comprising: a model processing unit 101 for reading model processing rules and performing processing on models according to said model processing rules; a data processing unit 102 for reading output data processing rules and for processing input data according to said data processing rules; for reading input data after processing by rules from said data processing unit, reading a model obtained by training by said model processing unit, and using this model to calculate post-processing input data to obtain intermediate data; a computing unit 103; a model discrimination unit 104 for comparing the verification intermediate data acquired by the processing calculation with the real value, acquiring the error value, and returning to the discrimination result; a parameter adjustment unit 105 for performing parameter adjustments on the parameters of the model processing unit, the data processing unit and the model discriminating unit.
  • the intermediate data obtained by the data processing device shown in FIG. 1(a) is non-significant, that is, meaningless data.
  • a legitimate user who understands the processing rule can obtain a correct result by performing reverse calculation (reverse operation of the processing rule) on the intermediate data.
  • FIG. 2(b) shows this as a concept, in which a back calculation unit that performs back calculation on the output of the calculation unit is connected to obtain a correct result.
  • it is only shown as a concept, and the hardware configuration of the calculation unit and the back calculation unit are not necessarily physically connected. Rather, based on what has been described in the background art and problems, for example, in the form of SaaS, a form in which a calculation unit is arranged on the server side and an inverse calculation unit is arranged on the client side is assumed.
  • the parameter adjustment unit 105 is a comprehensive parameter tuning module for generating, tuning and optimizing each parameter of each module in the model processing and data processing unit; a parameter adjustment module of the model discriminating device for generating, adjusting, and optimizing each parameter of each module in the model discriminating unit; a model processing rule generation module for organizing processing rules for a parameter generation model based on the model; an input data processing rule generation module for processing a processing rule for input/output data for parameter generation based on input data.
  • the processing rules for the parameter generation model and/or the processing rules for input/output data for parameter generation are: Including performing transformation processing on the model and input data, Including methods of increasing/decreasing data values, increasing/decreasing the number of values contained in input data, adjusting displacements for parameters in input data, changing values in input data, etc. independently or in combination. It is characterized by
  • the computation unit uses the read processed model to determine the processed input data (to which data processing rules that do not modify the data in any way are applied), i.e. the raw input data. data to obtain intermediate data for verification, where the encryption processing rule of the model takes a specific matrix column exchange as an example, and the post-processing input data (1 2 3) is processed by the model
  • the intermediate data for verification (29 23 35) is obtained, and the user uses this specific matrix column exchange rule to perform an inverse operation on the intermediate data (here, the first position data of the intermediate data and second position data), the actual output data (23 29 35) cannot be obtained. Only authorized users who understand the processing rules can obtain correct results by connecting back calculation units (not shown).
  • the computation unit computes the processed input data (to which data processing rules that do not change the data in any way) are applied, i.e. the raw input data, according to the read processed model. to obtain intermediate data for verification, where the encryption processing rule of the model takes a specific matrix row exchange as an example, and the post-processing input data (1 2 3) is calculated by the post-processing model and then verified intermediate data (25 31 35) for . Only authorized users who understand the processing rules can obtain correct results by connecting back calculation units (not shown).
  • the computation unit computes the processed input data (to which data processing rules that do not change the data in any way) are applied, i.e. the raw input data, according to the read processed model. to obtain intermediate data for verification, where the encryption processing rule of the model is to exchange a certain number of positions in the specified matrix with each other as an example, and after processing the input data (1 2 3) is processed If the intermediate data for verification (23 31 35) is obtained after being calculated by the model after the calculation, and the user does not operate backward on said intermediate data using this particular matrix row exchange rule, the actual output Unable to get data (23 29 35). Only authorized users who understand the processing rules can obtain correct results by connecting back calculation units (not shown).
  • the computation unit computes the processed input data read by the processed model read to obtain intermediate data for verification, where the input data processing rule is a specific extension Taking the data as an example, at the same time, the model also undergoes a corresponding transformation. Intermediate data for verification (23 0 29 0 35) is obtained by calculation using the model after processing.
  • the raw output data is obtained; Add two numbers to the raw input data to get the post-processing input data, A processed model is obtained by processing the raw model with the model processing rules.
  • processing the input data after obtaining the intermediate data after calculating the post-processing model, Inputting a later discriminant model into the raw output data and the intermediate data for verification, it is possible to determine whether the processing rules perform the encryption role well.
  • the data processing unit 102 may: an input data read module for reading read input data; an input data processing rule reading module for reading input data processing rules; an input data processing module for processing the stored input data using the input data processing rules to obtain processed input data; a processed input data output module for outputting processed input data; a processed input data storage module for storing processed input data.
  • the model processing unit 101 may: a model reading module for reading the model of the input model processing unit; a model processing rule reading module for reading model processing rules; a model processing module for processing the read model according to model processing rules to generate a processed model; a processed model output module for storing a processed model generated by the model processing module; a processed model storage module for outputting a processed model generated by the model processing module.
  • the computing unit 103 may: a post-processing model reading module that reads a post-processing model from the model processing unit; a post-processing data reading module for reading data processed by the input data processing module; an intermediate data calculation module for calculating the processed input data according to the model read by the processed model reading module to obtain intermediate data; an intermediate data storage module for storing the intermediate data.
  • the model discrimination unit 104 an intermediate data reading module for reading intermediate data generated by the computing unit; a model parameter reading module for reading the model parameters generated by the parameter adjustment module of the model discriminating unit; a discriminant model calculation module for calculating the intermediate data read by the intermediate data reading module to obtain estimated data; a discrimination result storage module for storing discrimination results of the model discrimination unit; a discriminant result matching module for matching the estimated data with actual results and performing analytical calculations to obtain errors; an end condition determination module that determines whether or not a determination end condition is satisfied, terminates the determination process if YES, and continues and circulates parameter adjustment if NO; a raw output data reading module for reading output data without special processing.
  • the model discriminating unit 104 an intermediate data reading module for reading intermediate data generated by the computing unit; a model parameter reading module for reading the model parameters generated by the parameter adjustment module of the model discriminating unit; A discriminant model calculation module for matching and calculating the intermediate data read by the intermediate data reading module and the raw output data to obtain a matching result; and a discriminant result for storing the discriminant result of the model discriminating unit.
  • a storage module an end condition determination module that determines whether or not a determination end condition is satisfied, terminates the determination process if YES, and continues and circulates parameter adjustment if NO; a raw output data reading module for reading output data without special processing.
  • said error includes, but is not limited to, using standard deviation, mean squared error or 01 error as the standard of discrimination of the model discriminating unit;
  • the error is fed back to the model processing rule generation module, the model processing unit parameter adjustment module and the model discrimination unit parameter adjustment module.
  • Example 2
  • a data processing method acts on the above data processing apparatus, said data processing method comprising: a.
  • S201 using the data processing unit to acquire input data composed of a plurality of values and processing rules generated by the model processing unit, and perform transformation processing on the input data based on the processing rules; step to do.
  • S202 Outputting intermediate data composed of multiple values and composed of multiple rows or multiple columns of data by performing processing on the processed input data using the computing unit.
  • S203 Using the model discriminating unit to read the calculated and obtained estimated data, compare and calculate with the obtained actual result, obtain the error and return to the discriminated result.
  • the data processing method includes: Use the model discriminating unit to determine whether the discriminating end condition is met, if YES, terminate the discriminating process, output the model after training, and if NO, continue parameter adjustment. Including cycling steps.
  • a data processing method acting on a parameter adjustment unit comprising: a. Reading the calculation results by the comprehensive parameter tuning module and adjusting the parameters of each model module based on the feedback of the calculation results. A step of generating, adjusting, and optimizing each parameter of each module in the model processor by the parameter adjustment module of the model processor. A step of generating, adjusting, and optimizing each parameter of each module in the model discriminating device by the parameter adjustment module of the model discriminating device.
  • the processing means conversion processing for the model, and the conversion processing method is an increase/decrease in the quantity of values included in the input data due to an increase/decrease in the data, or an increase in the quantity of values included in the input data. This includes, but is not limited to, methods that use /decrease, displacement adjustments to parameters in the input data, changes in values in the input data, etc. independently or in combination.
  • the data processing method acts on the model processing unit, the model processing method obtains an input model and model processing rules, adjusts and trains the model according to the model processing rules, and produces a model after adjustment processing. Including the output step. in particular, reading the raw model with a model reading module; reading model processing rules with a model processing rules reading module; processing, by a model processing module, the read model in the manner of model processing rules to generate a new processed model.
  • a model storage module stores the processed model generated by the model processing model. Read the raw input data by the input data reading module, read the input data processing rule by the input data processing rule reading module; The input data processing module processes the read input data according to the input data processing rules to generate new processed input data.
  • An input data storage module stores the processed input data generated by the input data processing model.
  • the intermediate data calculation module calculates the processed input data stored in the processed input data storage module using the processed model stored in the processed model storage module to obtain intermediate data.
  • a data processing method acts on the computing unit, the computing method comprising: read the input data processed according to the input data processing rules from the input data processing unit, read the model processed according to the model processing rules from the model processing unit, and use the model to process the processed input data. Including calculating and obtaining intermediate data. Specifically, it includes: The module is read by the processed model, and the processed model is read from the model processor. The module is read with post-processing data, and the input data is read after being processed by the data processor described below. An intermediate data calculation module calculates the processed input data using the model read by the model reading module to obtain intermediate data.
  • the intermediate data storage module stores intermediate data generated after calculation by the model calculation module to which it belongs.
  • a data processing method is used in a model discrimination unit, said model discrimination method comprising: Using the model discriminant model to calculate the intermediate data calculated and obtained by the model processing device, obtain estimated output data, compare with the actual output data and calculate, and obtain an error value.
  • An intermediate data reading module reads the intermediate data generated by the model processor.
  • the model parameter acquisition module reads the model parameters generated by the parameter adjustment module of the model discriminator.
  • a model storage module stores the model of the model discriminator.
  • the model calculation module calculates the intermediate data acquired by the intermediate data reading module using the model of the model discriminating device, and acquires an estimation result.
  • a result matching module matches the estimated result with the actual result and calculates to obtain the error.
  • errors herein include, but are not limited to, using standard deviations, mean squared errors, 01 errors, and the like.
  • the error is fed back to the model processing rule generation module, the parameter adjustment module of the model processor, and the parameter adjustment module of the model discriminator.
  • the termination condition determination module determines whether or not the entire flow has achieved the termination condition. Termination conditions include, but are not limited to, reaching a certain number of training times and having a distribution of the entire encrypted data within a certain range. The artificial identification error rate exceeds a certain threshold. If the termination condition is satisfied, the flow is terminated, and if not satisfied, the next flow is circulated.
  • input data processing rules and model processing rules are generated, respectively, and then input data processing and model processing are performed, respectively, to obtain input data.
  • Calculation is performed using the post-processed input data and the post-processed model, and intermediate data for verification is acquired.
  • Intermediate data for verification is calculated by a discrimination model to obtain a discrimination result, and it is determined whether or not a process termination condition is satisfied based on the discrimination result and conditions such as parameters in the calculation. If so, the operation of the device is terminated after saving each parameter. If not, after adjusting the parameters of the model discriminator, perform the comprehensive parameter adjustment again and start the cycle.
  • the present invention can further provide a computer storage medium storing a computer program, which is used to implement the steps of the above data processing method when the computer program is executed by a processor.
  • the computer storage medium of the present invention can be implemented using semiconductor memory, magnetic core memory, magnetic drum memory, or magnetic disk memory.
  • MOS complementary metal-oxide-semiconductor
  • bipolar types MOS devices have a high degree of integration and a simple process, but are slow. Bipolar devices are more complicated to process, consume more power, have lower integration, but are faster.
  • MOS memory began to occupy a dominant position in semiconductor memory. NMOS is fast, for example, Intel's 1 Kbit static random memory has an access time of 45 ns.
  • CMOS consumes less power and the access time of 4Kbit CMOS static memory is 300ns. All of the above semiconductor memories are random access memories (RAMs), ie, new contents can be read and written randomly in the process of operation.
  • RAMs random access memories
  • ROM Semiconductor read-only memory
  • ROM is also divided into two types: non-rewritable fuse-type read-only memory -- PROM and rewritable read-only memory EPROM.
  • Magnetic core memory has low cost, high reliability, and more than 20 years of practical experience. Until the mid-70's, magnetic core memory was widely used as main memory. Its storage capacity can reach more than 10 bits and the fastest access time is 300ns. The typical magnetic core memory capacity in the world is 4MS ⁇ 8MB, and the access cycle is 1.0 ⁇ 1.5 ⁇ s. After the rapid development of semiconductor memory to replace the magnetic core memory as the main memory, the magnetic core memory can still be applied as a large-capacity expansion memory.
  • a magnetic drum memory is an external memory for magnetic recording. Because of its fast information access speed, stable and reliable operation, its capacity is relatively small, and it is gradually being replaced by magnetic disk memory. Used as external memory. In order to meet the demands of small and mini-computers, an ultra-miniature magnetic drum with small volume, light weight, high reliability and convenient use has emerged.
  • a magnetic disk memory is an external memory for magnetic recording. It combines the advantages of magnetic drums and magnetic tape memories, that is, its storage capacity is larger than that of magnetic drums, its access speed is faster than that of magnetic tape memories, and it can be stored offline. It is widely used as a large-capacity external memory. Magnetic disks are generally divided into two types: hard disks and floppy disk memories.
  • a fixed magnetic head type magnetic disk has a small capacity, a low recording density, and a high access speed, but the production cost is high.
  • a movable magnetic head type magnetic disk has a high recording density (1000 to 6250 bits/inch) and thus a large capacity, but its access speed is lower than that of a fixed magnetic head type magnetic disk.
  • the storage capacity of magnetic disk products can reach hundreds of megabytes, with a bit density of 6250 bits/inch and a track density of 475 tracks/inch.
  • the multi-piece removable magnetic disk memory has a combination of disks that can be exchanged, has a large offline capacity, has a large capacity, a high speed, and can store a large amount of information materials, so it can be used for online information retrieval. Widely applied to systems, database management systems.
  • the present invention is an electronic device comprising a memory, a processor and a computer program stored in the memory and operable on the processor, wherein the steps of the above data processing method are realized when the processor executes the computer program. further provide.
  • FIG. 15 is a schematic diagram of the internal structure of an electronic device in one example.
  • the electronic device includes a processor, storage medium, memory and network interface connected via a system bus.
  • the storage medium of the computing device stores an operating system, a database and computer readable instructions, the database capable of storing widget information sequences, and the processor executing the computer readable instructions.
  • the processor can implement the data processing method.
  • the electronic device's processor is used to provide computing and control capabilities and to support the operation of the entire computing device.
  • the memory of the computing device may store computer readable instructions which, when executed by the processor, may cause the processor to perform data processing methods.
  • a network interface of this computing device is used for connection communication with a terminal. The structure shown in FIG.
  • 15 is merely a block diagram of some structures related to aspects of the present application, and does not limit computer devices to which aspects of the present application may be applied.
  • One skilled in the art will appreciate that it may include more or fewer members than those shown, or may be combined with certain members or have a different arrangement of members.
  • This electronic device includes, but is not limited to, smartphones, computers, tablet computers, wearable smart devices, artificial intelligence devices, power banks, etc.
  • the processor may be composed of an integrated circuit, for example, may be composed of a single package integrated circuit, may be composed of a plurality of same or different function package integrated circuits, It includes one or more Central Processing Units (CPUs), microprocessors, digital processing chips, graphics processors and combinations of various control chips.
  • the processor is a control unit of the electronic device, uses various interfaces and circuits to connect each member of the entire electronic device, and programs or modules stored in the memory (for example, It performs various functions of the electronic device and processes data by running or executing programs, such as programs that read and write remote data, and retrieving data stored in the memory.
  • the bus may be a peripheral component interconnect (abbreviated as PCI) bus or an extended industry standard architecture (abbreviated as EISA) bus, or the like.
  • PCI peripheral component interconnect
  • EISA extended industry standard architecture
  • This bus is divided into an address bus, a data bus, a control bus, and the like.
  • the bus is provided for providing connection communication between the memory and at least one processor or the like.
  • FIG. 15 shows only an electronic device having members, and the structure shown in FIG. 15 is not intended to limit said electronic device and may include fewer or more members than those shown in the drawing, or may be combined with certain members, One skilled in the art will appreciate that it may have different member arrangements.
  • the electronic device may further include a power source (e.g., battery) for powering each component, preferably the power source is logically connected to the at least one processor via a power management unit.
  • a power management device implements functions such as charge management, discharge management, and power consumption management.
  • the power source may further include optional components such as one or more DC or AC power sources, rechargers, power failure detection circuitry, power converters or inverters, power status indicators, and the like.
  • the electronic device may include multiple sensors, a Bluetooth module, a Wi-Fi module, etc., and will not be described here.
  • the electronic device may further include a network interface, optionally the network interface may include a wired interface and/or a wireless interface (eg, WI-FI interface, Bluetooth interface, etc.), typically It is used to establish communication connections between this electronic device and other electronic devices.
  • a network interface optionally the network interface may include a wired interface and/or a wireless interface (eg, WI-FI interface, Bluetooth interface, etc.), typically It is used to establish communication connections between this electronic device and other electronic devices.
  • the electronic device may further include a user interface
  • the user interface may be a display
  • an input unit e.g., a keyboard
  • the user interface may include a standard It may be a wired interface or a wireless interface.
  • the display may be an LED display, a liquid crystal display, a touch liquid crystal display, an OLED (Organic Light-Emitting Diode) touch device, and the like.
  • the display which may be appropriately referred to as a display panel or display unit, is used to display processed information in the electronic device and is used to display a visualized user interface.
  • the computer-usable storage medium can mainly include a storage program zone and a storage data zone, where the storage program zone contains an operating system, application programs required for at least one function, etc.
  • the storage data zone can store data, etc. created based on the blockchain node.
  • the disclosed devices, apparatus and methods may be embodied in other forms.
  • the apparatus embodiments described above are exemplary only, e.g., the partitions of the modules are only partitions of logical functions, and other partition forms are possible when actually implemented. .
  • modules described above as separate members may or may not be physically separated, and the members indicated as modules are physical units. It may or may not be a physical unit, ie it may be located in one place or distributed over several network units. Based on actual needs, some or all of the modules may be selected to achieve the purpose of this aspect of the embodiment.
  • Each functional module in each embodiment of the present invention may be integrated into one processing unit, each unit may exist physically independently, and two or more units may be integrated into one processing unit. may be integrated.
  • the above integrated units may be implemented in the form of hardware or in the form of functional modules combining hardware and software.
  • model processing unit 101
  • data processing unit 103
  • calculation unit 104
  • model discrimination unit 105 parameter adjustment unit

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Computing Systems (AREA)
  • Evolutionary Computation (AREA)
  • Mathematical Physics (AREA)
  • Computational Linguistics (AREA)
  • Artificial Intelligence (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The present invention relates to a data processing method, apparatus, device, and medium. The apparatus comprises: a model processing unit for reading a model processing rule, and processing the model according to the rule; a data processing unit for reading a data processing rule and processing input data according to the rule; a computation unit for reading, from the data processing unit, input data that is generated by the data processing unit, reading a model acquired by processing with the model processing unit, and acquiring intermediate data by computing, by means of this model, input data that has been processed; a model discrimination unit for computing by collating real values with verification intermediate data acquired by the processing computation, acquiring error values, and returning to a discrimination result; and a parameter adjustment unit for performing parameter adjustment on parameters of the model processing unit, the data processing unit, and the model discrimination unit.

Description

データ処理方法、装置、デバイス及び媒体Data processing method, apparatus, device and medium
 本発明は、データ処理技術分野に関し、より具体的には、本発明は、データ処理方法、装置、デバイス及び媒体に関する。 The present invention relates to the data processing technical field, and more specifically, the present invention relates to data processing methods, apparatuses, devices and media.
 近年、機械学習により生成されたモデルは、複数の分野に広く適用されている。従来の技術は、ニューラルネットワークの学習により、二次電池の状態を予測する。このようなニューラルネットワークモデルの使用の増加及びこのようなモデルが載置されている装置がネットワークに接続される状況の増加に従って、第三者がモデルに接続できる状況も増加している。 In recent years, models generated by machine learning have been widely applied in multiple fields. Conventional technology predicts the state of a secondary battery by learning a neural network. With the increasing use of such neural network models and the increasing number of situations in which devices on which such models reside are connected to networks, the number of situations in which third parties can connect to the models also increases.
 このような場合、第三者がモデルに入力データを送信することにより出力データを取得する可能性がある。このような入出力データの組み合わせを多く取得することにより、第三者が出力モデルの構造を推定できる。 In such cases, a third party may obtain output data by sending input data to the model. A third party can estimate the structure of the output model by acquiring many combinations of such input/output data.
 従来の技術がユーザの電池出力モデルの機密性に対する要求を満たすことができない技術課題を解決し、正規のユーザ以外に対してはモデルの価値を発揮できないデータ処理装置を提供することを目的とする。 To provide a data processing device that solves the technical problem that the conventional technology cannot meet the user's demand for confidentiality of the battery output model, and that the value of the model cannot be demonstrated to anyone other than authorized users. .
 上記の技術目的を実現するために、本発明は、データ処理装置を提供し、データ処理装置は、
 モデル処理ルールを読み取り、且つ前記モデル処理ルールに従ってモデルに対して処理を行うためのモデル処理ユニットと、
 データ処理ルールを読み取り、且つ前記データ処理ルールに従って入力データに対して処理を行うためのデータ処理ユニットと、
 前記データ処理ユニットから前記データ処理ユニットにより生成された処理後入力データを読み取り、前記モデル処理ユニットによる処理により取得されたモデルを読み取り、且つこの前記モデルを使用して処理後入力データを計算して中間データを取得するための計算ユニットと、
 処理計算により取得された検証用中間データを実数値と照合して計算し、誤差値を取得し、判別結果に戻るためのモデル判別ユニットと、
 前記モデル処理ユニット、前記データ処理ユニット及び前記モデル判別ユニットのパラメータに対してパラメータ調整を行うためのパラメータ調整ユニットと、を含む。
 ここで、「データ処理ルール」には、何らデータに変更がない場合も含むものである。
To achieve the above technical objectives, the present invention provides a data processing device, the data processing device comprising:
a model processing unit for reading model processing rules and performing processing on models according to the model processing rules;
a data processing unit for reading data processing rules and for processing input data according to said data processing rules;
reading processed input data generated by said data processing unit from said data processing unit; reading a model obtained by processing by said model processing unit; and using said model to compute processed input data. a computing unit for obtaining intermediate data;
a model discrimination unit for comparing intermediate data for verification obtained by processing calculation with real values, obtaining an error value, and returning to a discrimination result;
a parameter adjustment unit for performing parameter adjustments on parameters of the model processing unit, the data processing unit and the model discriminating unit.
Here, the "data processing rule" includes cases where there is no change in data.
 更に、
 前記パラメータ調整ユニットは、
 モデル処理ユニット、データ処理ユニット内の各モジュールの各パラメータの生成、調整、最適化のための総合的パラメータ調整モジュールと、
 前記モデル判別ユニット内の各モジュールの各パラメータの生成、調整、最適化のための前記モデル判別ユニットのパラメータ調整モジュールと、
 前記モデルに基づいてパラメータ生成モデルの処理ルールを整理するためのモデル処理ルール生成モジュールと、
 入力データに基づいてパラメータ生成用入出力データの処理ルールを処理するための入力データ処理ルール生成モジュールと、を含む。
 更に、
 前記パラメータ生成モデルの処理ルール及び/又はパラメータ生成用入出力データの処理のルールは、
 モデル及び入力データに対して変換処理を行うことを含み、
 データの値の増加/減少、入力データに含まれる値の数量の増加/減少、入力データにおけるパラメータに対する変位調整、入力データにおける値の変更等を独立で又は幾つかを組み合わせて使用する方法を含むことを特徴とする。
Furthermore,
The parameter adjustment unit is
a comprehensive parameter adjustment module for generating, adjusting and optimizing each parameter of each module in the model processing unit and the data processing unit;
a parameter adjustment module of the model discrimination unit for generating, adjusting and optimizing each parameter of each module in the model discrimination unit;
a model processing rule generation module for organizing processing rules for a parameter generation model based on the model;
an input data processing rule generation module for processing a processing rule for input/output data for parameter generation based on input data.
Furthermore,
The processing rules for the parameter generation model and/or the processing rules for input/output data for parameter generation are:
Including performing transformation processing on the model and input data,
Including methods of increasing/decreasing data values, increasing/decreasing the number of values contained in input data, adjusting displacements for parameters in input data, changing values in input data, etc. independently or in combination. It is characterized by
 更に、前記データ処理ユニットは、
 読み取り入力データを読み取るための入力データ読み取りモジュールと、
 入力データの処理ルールを読み取るための入力データ処理ルール読み取りモジュールと、
 前記入力データの処理ルールを使用して格納されている前記入力データに対して処理を行って、処理後入力データを取得するための入力データ処理モジュールと、
 処理後入力データを出力するための処理後入力データ出力モジュールと、
 処理後入力データを格納するための処理後入力データ記憶モジュールと、を含む。
Furthermore, the data processing unit may:
an input data read module for reading read input data;
an input data processing rule reading module for reading input data processing rules;
an input data processing module for processing the stored input data using a processing rule for the input data to obtain processed input data;
a processed input data output module for outputting processed input data;
a processed input data storage module for storing processed input data.
 更に、前記モデル処理ユニットは、
 入力モデル処理ユニットのモデルを読み取るためのモデル読み取りモジュールと、
 モデル処理ルールを読み取るためのモデル処理ルール読み取りモジュールと、
 読み取られたモデルをモデル処理ルールに従って処理を行って、処理後のモデルを生成するためのモデル処理モジュールと、
 前記モデル処理モジュールにより生成された前記処理後のモデルを出力するための処理後モデル出力モジュールと、
 前記モデル処理モジュールにより生成された前記処理後のモデルを格納するための処理後モデル記憶モジュールと、を含む。
Further, the model processing unit may:
a model reading module for reading the model of the input model processing unit;
a model processing rule reading module for reading model processing rules;
a model processing module for processing the read model according to model processing rules to generate a processed model;
a processed model output module for outputting the processed model generated by the model processing module;
a processed model storage module for storing the processed model generated by the model processing module.
 更に、前記計算ユニットは、
 前記モデル処理ユニットから処理後のモデルを読み取る処理後モデル読み取りモジュールと、
 前記入力データ処理モジュールが処理を行った後のデータを読み取るための処理後データ読み取りモジュールと、
 前記処理後モデル読み取りモジュールにより読み取られたモデルにより前記処理後入力データを計算して、中間データを取得するための中間データ計算モジュールと、
 前記中間データを格納するための中間データ記憶モジュールと、を含む。
Furthermore, the computing unit may:
a post-processing model reading module that reads a post-processing model from the model processing unit;
a post-processing data reading module for reading data processed by the input data processing module;
an intermediate data calculation module for calculating the processed input data according to the model read by the processed model reading module to obtain intermediate data;
an intermediate data storage module for storing the intermediate data.
 更に、前記モデル判別ユニットは、
 前記計算ユニットにより生成された中間データを読み取るための中間データ読み取りモジュールと、
 前記モデル判別ユニットのパラメータ調整モジュールにより生成されたモデルパラメータを読み取るためのモデルパラメータ読み取りモジュールと、
 前記中間データ読み取りモジュールにより読み取られた前記中間データを計算して、推定データを取得するための判別モデル計算モジュールと、
 前記モデル判別ユニットの判別結果を格納するための判別結果記憶モジュールと、
 前記推定データを実際の結果と照合し、分析計算を行って誤差を取得するための判別結果照合モジュールと、
 判別終了条件を満たすか否かを判定し、YESであれば判別過程を終了し、NOであればパラメータ調整を継続して循環する終了条件判別モジュールと、
 特別な処理されていない出力データを読み取るための生の出力データ読み取りモジュールと、を含む。
Furthermore, the model discrimination unit
an intermediate data reading module for reading intermediate data generated by the computing unit;
a model parameter reading module for reading the model parameters generated by the parameter adjustment module of the model discriminating unit;
a discriminant model calculation module for calculating the intermediate data read by the intermediate data reading module to obtain estimated data;
a discrimination result storage module for storing discrimination results of the model discrimination unit;
a discriminant result matching module for matching the estimated data with actual results and performing analytical calculations to obtain errors;
an end condition determination module that determines whether or not a determination end condition is satisfied, terminates the determination process if YES, and continues and circulates parameter adjustment if NO;
a raw output data reading module for reading output data without special processing.
 更に、前記モデル判別ユニットは、
 前記計算ユニットにより生成された中間データを読み取るための中間データ読み取りモジュールと、
 前記モデル判別ユニットのパラメータ調整モジュールにより生成されたモデルパラメータを読み取るためのモデルパラメータ読み取りモジュールと、
 前記中間データ読み取りモジュールに読み取られた前記中間データ及び生の出力データと照合し計算して、照合結果を取得するための判別モデル計算モジュールと
 前記モデル判別ユニットの判別結果を格納するための判別結果記憶モジュールと、
 判別終了条件を満たすか否かを判定し、YESであれば判別過程を終了し、NOであればパラメータ調整を継続して循環する終了条件判別モジュールと、
 特別な処理されていない出力データを読み取るための生の出力データ読み取りモジュールと、を含む。
Furthermore, the model discrimination unit
an intermediate data reading module for reading intermediate data generated by the computing unit;
a model parameter reading module for reading the model parameters generated by the parameter adjustment module of the model discriminating unit;
A discriminant model calculation module for matching and calculating the intermediate data read by the intermediate data reading module and the raw output data to obtain a matching result; and a discriminant result for storing the discriminant result of the model discriminating unit. a storage module;
an end condition determination module that determines whether or not a determination end condition is satisfied, terminates the determination process if YES, and continues and circulates parameter adjustment if NO;
a raw output data reading module for reading output data without special processing.
 更に、誤差は、標準偏差、平均二乗誤差又は01誤差を前記モデル判別ユニットの判別の標準として使用することを含むが、これらに限定されず、
 前記誤差を前記モデル処理ルール生成モジュール、前記モデル処理ユニットパラメータ調整モジュール及び前記モデル判別ユニットのパラメータ調整モジュールにフィードバックする。
Further, errors include, but are not limited to, using standard deviation, mean squared error or 01 error as the standard of discrimination of said model discriminating unit;
The error is fed back to the model processing rule generation module, the model processing unit parameter adjustment module and the model discrimination unit parameter adjustment module.
 上記の技術目的を実現するために、本発明は、上記のデータ処理装置に作用するデータ処理方法を提供し、前記データ処理方法は、
 入力データ処理ユニットを使用して、複数の値で構成される入力データ及び前記パラメータ調整ユニットにより生成された入力データ処理ルールを取得し、且つ前記入力データ処理ルールに基づいて入力データに対して変換処理を行うステップと、
 前記モデル処理ユニットを使用して、生のモデル及び前記パラメータ調整ユニットにより生成されたモデル処理ルールを取得し、且つ前記モデル処理ルールに基づいてモデルに対して変換処理を行うステップと、
 前記計算ユニットを使用して、前記モデル処理ルールに従って処理した後の前記モデルにより、前記入力データ処理ルールに従って処理した後の前記入力データを計算し、複数の値で構成され且つ複数行複数列のデータで構成された中間データを出力するステップと、
 前記モデル判別ユニットを使用して、計算して取得された推定データを読み取って取得された実際の結果と照合して計算し、誤差を取得して判別結果に戻るステップと、を含む。
To achieve the above technical objectives, the present invention provides a data processing method acting on the above data processing apparatus, said data processing method comprising:
using an input data processing unit to obtain input data composed of multiple values and input data processing rules generated by the parameter adjustment unit, and transform the input data based on the input data processing rules; a step of processing;
using the model processing unit to obtain a raw model and model processing rules generated by the parameter adjustment unit, and performing transformation processing on the model based on the model processing rules;
using the computing unit to compute the input data after being processed according to the input data processing rules by the model after being processed according to the model processing rules, comprising a plurality of values and having multiple rows and multiple columns; a step of outputting intermediate data composed of data;
using the model discriminating unit to read the calculated and obtained estimated data, compare and calculate with the obtained actual result, obtain the error and return to the discriminated result.
 更に、前記データ処理方法は、
 前記モデル判別ユニットを使用して、判別終了条件を満たすことを判断し、YESであれば判別過程を終了し、トレーニング後のモデルを出力し、NOであればパラメータ調整を継続して循環し、中間データを生成して照合するステップを含む。
Furthermore, the data processing method includes:
using the model discriminating unit to determine whether the discriminating end condition is met, if YES, terminate the discriminating process, output the model after training, and if NO, continue to cycle through parameter adjustment; Generating and collating intermediate data.
 上記の技術目的を実現するために、本発明は、コンピュータプログラムが格納されているコンピュータ記憶媒体であって、プロセッサによりコンピュータプログラムを実行する際に、上記のデータ処理方法に対応するステップを実現するために用いられるコンピュータ記憶媒体を更に提供できる。 To achieve the above technical object, the present invention provides a computer storage medium storing a computer program, which implements steps corresponding to the above data processing method when the computer program is executed by a processor. Further provided can be a computer storage medium used for.
 上記の技術目的を実現するために、本発明は、メモリ、プロセッサ及びメモリに格納され且つプロセッサにおいて運行できるコンピュータプログラムを含む電子デバイスであって、プロセッサがコンピュータプログラムを実行する際に、上記のデータ処理方法に対応するステップが実現される電子デバイスを更に提供する。 To achieve the above technical objectives, the present invention provides an electronic device comprising a memory, a processor and a computer program stored in the memory and operable on the processor, wherein when the processor executes the computer program, the data Further provided is an electronic device in which the steps corresponding to the processing method are implemented.
本発明の実施例1の装置の構造模式図を示す。1 shows a structural schematic diagram of the device of Example 1 of the present invention; FIG. 本発明の実施例1のルールユニットにより生成された変換ルール模式図を示す。FIG. 4 shows a schematic diagram of a conversion rule generated by a rule unit according to Example 1 of the present invention; 本発明の実施例1のルールユニットにより生成された変換ルール模式図を示す。FIG. 4 shows a schematic diagram of a conversion rule generated by a rule unit according to Example 1 of the present invention; 本発明の実施例1のルールユニットにより生成された変換ルール模式図を示す。FIG. 4 shows a schematic diagram of a conversion rule generated by a rule unit according to Example 1 of the present invention; 本発明の実施例1のルールユニットにより生成された変換ルール模式図を示す。FIG. 4 shows a schematic diagram of a conversion rule generated by a rule unit according to Example 1 of the present invention; 本発明の実施例1のルールユニットにより生成された変換ルール模式図を示す。FIG. 4 shows a schematic diagram of a conversion rule generated by a rule unit according to Example 1 of the present invention; 本発明の実施例1の装置のデータ処理ユニットの構造模式図を示す。Fig. 4 shows a structural schematic diagram of a data processing unit of the apparatus of Embodiment 1 of the present invention; 本発明の実施例1の装置のモデル処理ユニットの構造模式図を示す。Fig. 3 shows a structural schematic diagram of a model processing unit of the apparatus of Example 1 of the present invention; 本発明の実施例1の装置のパラメータ調整ユニットの構造模式図を示す。Fig. 4 shows a structural schematic diagram of the parameter adjusting unit of the apparatus of Example 1 of the present invention; 本発明の実施例1の装置の計算ユニットの構造模式図を示す。Fig. 4 shows a structural schematic diagram of a computing unit of the device of Embodiment 1 of the present invention; 本発明の実施例1の装置のモデル判別ユニットの構造模式図を示す。Fig. 4 shows a structural schematic diagram of a model discriminating unit of the apparatus of Example 1 of the present invention; 本発明の実施例1の装置のモデル判別ユニットの構造模式図を示す。Fig. 4 shows a structural schematic diagram of a model discriminating unit of the apparatus of Example 1 of the present invention; 本発明の実施例2のフローチャートを示す。2 shows a flow chart of a second embodiment of the present invention. 本発明の実施例2のフローチャートを示す。2 shows a flow chart of a second embodiment of the present invention. 本発明の実施例4の構造模式図を示す。Fig. 4 shows a structural schematic diagram of Embodiment 4 of the present invention;
 以下、図面を参照して、本発明の実施例を説明する。ただし、理解すべきことは、これらの説明は、例示的なものにすぎず、本発明の範囲を限定するものではない。なお、以下の説明において、本発明の概念に対する不要な混同を回避するために、公知の構造及び技術に対する説明を省略した。 Hereinafter, embodiments of the present invention will be described with reference to the drawings. However, it should be understood that these descriptions are illustrative only and do not limit the scope of the invention. In the following description, descriptions of known structures and techniques are omitted to avoid unnecessary confusion with the concepts of the present invention.
 図面において、本発明の実施例による各構造模式図を示す。これらの図面は比例して描いたものではなく、目的を明確に表現するために、ある細部は拡大し、且つある細部は省略した可能性がある。図に示す各種の領域、層の形状及びそれらの間の相対的な大きさ、位置関係は、例示的なものにすぎず、実際において、製造公差又は技術的制限により差異が発生する可能性があり、且つ当業者は実際の要求に応じて、異なる形状、大きさ、相対位置を有する領域/層を別途設計したり、実際の状況に応じて、図面における論理関係及び/又はトポロジー構造に対して調整を行ってもよい。
 実施例1
The drawings show structural schematic diagrams according to embodiments of the present invention. These drawings are not drawn to scale, and some details may have been enlarged and some details omitted for clarity of purpose. The shapes of the various regions and layers shown in the figures and the relative sizes and positions therebetween are merely exemplary, and in practice variations may occur due to manufacturing tolerances or technical limitations. Yes, and those skilled in the art can design different regions/layers with different shapes, sizes and relative positions according to actual requirements, or according to the actual situation, to the logical relationship and/or topological structure in the drawings. may be adjusted.
Example 1
 図1(a)に示すように、
 本発明はデータ処理装置を提供し、データ処理装置は、
 モデル処理ルールを読み取り、且つ前記モデル処理ルールに従ってモデルに対して処理を行うためのモデル処理ユニット101と、
 出力データ処理ルールを読み取り、且つ前記データ処理ルールに従って入力データに対して処理を行うためのデータ処理ユニット102と、
 前記データ処理ユニットからルールによる処理後入力データを読み取り、前記モデル処理ユニットによるトレーニングにより取得されたモデルを読み取り、且つこのモデルを使用して処理後入力データを計算し、中間データを取得するための計算ユニット103と、
 処理計算により取得された検証用中間データを実数値と照合して計算し、誤差値を取得し、判別結果に戻るためのモデル判別ユニット104と、
 前記モデル処理ユニット、前記データ処理ユニット及び前記モデル判別ユニットのパラメータに対してパラメータ調整を行うためのパラメータ調整ユニット105と、を含む。
 図1(a)に示されるデータ処理装置で得られた中間データは、有意でない、つまり、無意味なデータである。しかし、処理ルールを理解している正規のユーザであれば、中間データに逆算(処理ルールの逆演算)を施すことによって、正しい結果を取得することができる。図2(b)は、このことを概念として示すものであり、計算ユニットの出力に対して逆算を行う逆算ユニットが接続され、正しい結果を取得するようにされている。ただし、飽くまで、概念として示したものであって、必ずしも、計算ユニットと逆算ユニットのハードウェア構成が物理的に接続されるものとは限らない。むしろ、背景技術や課題で説明したことからすれば、例えば、SaaSの形態において、サーバー側に計算ユニットが配置され、クライアント側に、逆算ユニットが配置されるというような形態が想定される。
As shown in FIG. 1(a),
The present invention provides a data processing device, the data processing device comprising:
a model processing unit 101 for reading model processing rules and performing processing on models according to said model processing rules;
a data processing unit 102 for reading output data processing rules and for processing input data according to said data processing rules;
for reading input data after processing by rules from said data processing unit, reading a model obtained by training by said model processing unit, and using this model to calculate post-processing input data to obtain intermediate data; a computing unit 103;
a model discrimination unit 104 for comparing the verification intermediate data acquired by the processing calculation with the real value, acquiring the error value, and returning to the discrimination result;
a parameter adjustment unit 105 for performing parameter adjustments on the parameters of the model processing unit, the data processing unit and the model discriminating unit.
The intermediate data obtained by the data processing device shown in FIG. 1(a) is non-significant, that is, meaningless data. However, a legitimate user who understands the processing rule can obtain a correct result by performing reverse calculation (reverse operation of the processing rule) on the intermediate data. FIG. 2(b) shows this as a concept, in which a back calculation unit that performs back calculation on the output of the calculation unit is connected to obtain a correct result. However, it is only shown as a concept, and the hardware configuration of the calculation unit and the back calculation unit are not necessarily physically connected. Rather, based on what has been described in the background art and problems, for example, in the form of SaaS, a form in which a calculation unit is arranged on the server side and an inverse calculation unit is arranged on the client side is assumed.
 更に、図9に示すように、
 前記パラメータ調整ユニット105は、
 モデル処理、データ処理ユニット内の各モジュールの各パラメータの生成、調整、最適化のための総合的パラメータ調整モジュールと、
 前記モデル判別ユニット内の各モジュールの各パラメータの生成、調整、最適化のための前記モデル判別装置のパラメータ調整モジュールと、
 前記モデルに基づいてパラメータ生成モデルの処理ルールを整理するためのモデル処理ルール生成モジュールと、
 入力データに基づいてパラメータ生成用入出力データの処理ルールを処理するための入力データ処理ルール生成モジュールと、を含む。
 更に、
 前記パラメータ生成モデルの処理ルール及び/又はパラメータ生成用入出力データの処理のルールは、
 モデル及び入力データに対して変換処理を行うことを含み、
 データの値の増加/減少、入力データに含まれる値の数量の増加/減少、入力データにおけるパラメータに対する変位調整、入力データにおける値の変更等を独立で又は幾つかを組み合わせて使用する方法を含むことを特徴とする。
Furthermore, as shown in FIG.
The parameter adjustment unit 105 is
a comprehensive parameter tuning module for generating, tuning and optimizing each parameter of each module in the model processing and data processing unit;
a parameter adjustment module of the model discriminating device for generating, adjusting, and optimizing each parameter of each module in the model discriminating unit;
a model processing rule generation module for organizing processing rules for a parameter generation model based on the model;
an input data processing rule generation module for processing a processing rule for input/output data for parameter generation based on input data.
Furthermore,
The processing rules for the parameter generation model and/or the processing rules for input/output data for parameter generation are:
Including performing transformation processing on the model and input data,
Including methods of increasing/decreasing data values, increasing/decreasing the number of values contained in input data, adjusting displacements for parameters in input data, changing values in input data, etc. independently or in combination. It is characterized by
 図2に示すように、計算ユニットは、読み取られた処理後のモデルにより、(データに何らの変更を及ぼさないデータ処理ルールが適用された)処理後入力データ、すなわち、生の入力データと同一のデータを計算して検証用中間データを取得し、ここで、モデルの暗号化処理ルールは特定のマトリックス列交換を例として、処理後入力データ(1 2 3)が処理された後のモデルにより計算した後に検証用中間データ(29 23 35)を取得し、ユーザがこの特定のマトリックス列交換ルールを使用して、前記中間データに対して逆演算(ここでは即ち中間データの1番目の位置データ及び2番目の位置データを交換)しなければ、実際の出力データ(23 29 35)を取得できない。
 処理ルールを理解している正規のユーザだけが、図示されない逆算ユニットを接続することによって、正しい結果を取得することができる。
As shown in FIG. 2, the computation unit uses the read processed model to determine the processed input data (to which data processing rules that do not modify the data in any way are applied), i.e. the raw input data. data to obtain intermediate data for verification, where the encryption processing rule of the model takes a specific matrix column exchange as an example, and the post-processing input data (1 2 3) is processed by the model After calculating, the intermediate data for verification (29 23 35) is obtained, and the user uses this specific matrix column exchange rule to perform an inverse operation on the intermediate data (here, the first position data of the intermediate data and second position data), the actual output data (23 29 35) cannot be obtained.
Only authorized users who understand the processing rules can obtain correct results by connecting back calculation units (not shown).
 図3に示すように、計算ユニットは、読み取られた処理後のモデルにより、(データに何らの変更を及ぼさないデータ処理ルールが適用された)処理後入力データ、すなわち、生の入力データを計算して検証用中間データを取得し、ここで、モデルの暗号化処理ルールは特定のマトリックス行交換を例として、処理後入力データ(1 2 3)が処理された後のモデルにより計算した後に検証用中間データ(25 31 35)を取得し、ユーザがこの特定のマトリックス行交換ルールを使用して、前記中間データに対して逆演算しなければ、実際の出力データ(23 29 35)を取得できない。
 処理ルールを理解している正規のユーザだけが、図示されない逆算ユニットを接続することによって、正しい結果を取得することができる。
As shown in FIG. 3, the computation unit computes the processed input data (to which data processing rules that do not change the data in any way) are applied, i.e. the raw input data, according to the read processed model. to obtain intermediate data for verification, where the encryption processing rule of the model takes a specific matrix row exchange as an example, and the post-processing input data (1 2 3) is calculated by the post-processing model and then verified intermediate data (25 31 35) for .
Only authorized users who understand the processing rules can obtain correct results by connecting back calculation units (not shown).
 図4に示すように、計算ユニットは、読み取られた処理後のモデルにより、(データに何らの変更を及ぼさないデータ処理ルールが適用された)処理後入力データ、すなわち、生の入力データを計算して検証用中間データを取得し、ここで、モデルの暗号化処理ルールは特定したマトリックス内のある数の位置を互いに交換することを例として、処理後入力データ(1 2 3)が処理された後のモデルにより計算した後に検証用中間データ(23 31 35)を取得し、ユーザがこの特定のマトリックス行交換ルールを使用して、前記中間データに対して逆演算しなければ、実際の出力データ(23 29 35)を取得できない。
 処理ルールを理解している正規のユーザだけが、図示されない逆算ユニットを接続することによって、正しい結果を取得することができる。
As shown in FIG. 4, the computation unit computes the processed input data (to which data processing rules that do not change the data in any way) are applied, i.e. the raw input data, according to the read processed model. to obtain intermediate data for verification, where the encryption processing rule of the model is to exchange a certain number of positions in the specified matrix with each other as an example, and after processing the input data (1 2 3) is processed If the intermediate data for verification (23 31 35) is obtained after being calculated by the model after the calculation, and the user does not operate backward on said intermediate data using this particular matrix row exchange rule, the actual output Unable to get data (23 29 35).
Only authorized users who understand the processing rules can obtain correct results by connecting back calculation units (not shown).
 図5に示すように、計算ユニットは、読み取られた処理後のモデルにより読み取られた処理後入力データを計算して、検証用中間データを取得し、ここで、入力データ処理ルールは特定の増設データを例として、同時にモデルも対応する変換を行って、生の入力データ(1 2 3)はルールにより変換して処理後入力データ(1 0 2 0 3)を取得し、処理後入力データは処理後のモデルにより計算して検証用中間データ(23 0 29 0 35)を取得する。 As shown in FIG. 5, the computation unit computes the processed input data read by the processed model read to obtain intermediate data for verification, where the input data processing rule is a specific extension Taking the data as an example, at the same time, the model also undergoes a corresponding transformation. Intermediate data for verification (23 0 29 0 35) is obtained by calculation using the model after processing.
 ユーザがこの特定の変換ルールを使用して、前記中間データに対して逆演算(ここでは即ち中間データのうちの0値を無視し、中間データのベクトルのサイズを縮小)しなければ、実際の出力データ(23 29 35)を取得できない。
 処理ルールを理解している正規のユーザだけが、図示されない逆算ユニットを接続することによって、正しい結果を取得することができる。
Unless the user uses this specific transformation rule to perform an inverse operation on the intermediate data (here, ignoring 0 values in the intermediate data and reducing the size of the vector of the intermediate data), the actual Unable to get output data (23 29 35).
Only authorized users who understand the processing rules can obtain correct results by connecting back calculation units (not shown).
 データ処理方法の例としては、図6に示すように、
生の入力データは生のモデルの計算後、生の出力データを取得し;
生の入力データに2つの数字を追加し、処理後入力データを得て、
生のモデルをモデル処理ルールで処理することで、処理後のモデルを得る。
処理後入力データは処理後モデルの計算後、中間データを取得した上で、
生の出力データ及び検証用中間データに後の判別モデルを入力すると、処理ルールが暗号化の役割を良好に果たしているか否かを判断できる。
As an example of the data processing method, as shown in FIG.
After the raw input data is calculated for the raw model, the raw output data is obtained;
Add two numbers to the raw input data to get the post-processing input data,
A processed model is obtained by processing the raw model with the model processing rules.
After processing the input data, after obtaining the intermediate data after calculating the post-processing model,
Inputting a later discriminant model into the raw output data and the intermediate data for verification, it is possible to determine whether the processing rules perform the encryption role well.
 また、本方法を使用して、暗号化した後に、ユーザが処理ルールを理解している場合に限り、中間データに対する処理ルールの逆演算処理が可能になり、正しい結果を取得できる。悪意のあるユーザがモデル全体を窃盗したとしても、処理ルールが分からないため、無意味の中間データだけを取得でき、モデルの価値を発揮できない。モデルを保護し、悪意のある窃盗を防止する役割を果たす。 In addition, using this method, only if the user understands the processing rules after encryption using this method, it is possible to perform inverse arithmetic processing of the processing rules on the intermediate data, and correct results can be obtained. Even if a malicious user steals the entire model, since the processing rules are not known, only meaningless intermediate data can be obtained, and the value of the model cannot be demonstrated. It serves to protect the model and prevent malicious theft.
 更に、図7に示すように、前記データ処理ユニット102は、
 読み取り入力データを読み取るための入力データ読み取りモジュールと、
 入力データの処理ルールを読み取るための入力データ処理ルール読み取りモジュールと、
 前記入力データ処理ルールを使用して格納されている前記入力データに対して処理を行って、処理後入力データを取得するための入力データ処理モジュールと、
 処理後入力データを出力するための処理後入力データ出力モジュールと、
 処理後入力データを格納するための処理後入力データ記憶モジュールと、を含む。
Further, as shown in FIG. 7, the data processing unit 102 may:
an input data read module for reading read input data;
an input data processing rule reading module for reading input data processing rules;
an input data processing module for processing the stored input data using the input data processing rules to obtain processed input data;
a processed input data output module for outputting processed input data;
a processed input data storage module for storing processed input data.
 更に、図8に示すように、前記モデル処理ユニット101は、
 入力モデル処理ユニットのモデルを読み取るためのモデル読み取りモジュールと、
 モデル処理ルールを読み取るためのモデル処理ルール読み取りモジュールと、
 読み取られたモデルをモデル処理ルールに従って処理を行って、処理後のモデルを生成するためのモデル処理モジュールと、
 前記モデル処理モジュールにより生成された処理後のモデルを格納するための処理後モデル出力モジュールと、
 前記モデル処理モジュールにより生成された処理後のモデルを出力するための処理後モデル記憶モジュールと、を含む。
Further, as shown in FIG. 8, the model processing unit 101 may:
a model reading module for reading the model of the input model processing unit;
a model processing rule reading module for reading model processing rules;
a model processing module for processing the read model according to model processing rules to generate a processed model;
a processed model output module for storing a processed model generated by the model processing module;
a processed model storage module for outputting a processed model generated by the model processing module.
 更に、図10に示すように、前記計算ユニット103は、
 モデル処理ユニットから処理後のモデルを読み取る処理後モデル読み取りモジュールと、
 前記入力データ処理モジュールが処理を行った後のデータを読み取るための処理後データ読み取りモジュールと、
 処理後モデル読み取りモジュールにより読み取られたモデルにより前記処理後入力データを計算して、中間データを取得するための中間データ計算モジュールと、
 前記中間データを格納するための中間データ記憶モジュールと、を含む。
Further, as shown in FIG. 10, the computing unit 103 may:
a post-processing model reading module that reads a post-processing model from the model processing unit;
a post-processing data reading module for reading data processed by the input data processing module;
an intermediate data calculation module for calculating the processed input data according to the model read by the processed model reading module to obtain intermediate data;
an intermediate data storage module for storing the intermediate data.
 更に、図11に示すように、前記モデル判別ユニット104は、
 前記計算ユニットにより生成された中間データを読み取るための中間データ読み取りモジュールと、
 前記モデル判別ユニットのパラメータ調整モジュールにより生成されたモデルパラメータを読み取るためのモデルパラメータ読み取りモジュールと、
 前記中間データ読み取りモジュールにより読み取られた前記中間データを計算して、推定データを取得するための判別モデル計算モジュールと、
 前記モデル判別ユニットの判別結果を格納するための判別結果記憶モジュールと、
 前記推定データを実際の結果と照合し、分析計算を行って誤差を取得するための判別結果照合モジュールと、
 判別終了条件を満たすか否かを判定し、YESであれば判別過程を終了し、NOであればパラメータ調整を継続して循環する終了条件判別モジュールと、
 特別な処理されていない出力データを読み取るための生の出力データ読み取りモジュールと、を含む。
Furthermore, as shown in FIG. 11, the model discrimination unit 104
an intermediate data reading module for reading intermediate data generated by the computing unit;
a model parameter reading module for reading the model parameters generated by the parameter adjustment module of the model discriminating unit;
a discriminant model calculation module for calculating the intermediate data read by the intermediate data reading module to obtain estimated data;
a discrimination result storage module for storing discrimination results of the model discrimination unit;
a discriminant result matching module for matching the estimated data with actual results and performing analytical calculations to obtain errors;
an end condition determination module that determines whether or not a determination end condition is satisfied, terminates the determination process if YES, and continues and circulates parameter adjustment if NO;
a raw output data reading module for reading output data without special processing.
 更に、図12に示すように、別の実施形態において、前記モデル判別ユニット104は、
 前記計算ユニットにより生成された中間データを読み取るための中間データ読み取りモジュールと、
 前記モデル判別ユニットのパラメータ調整モジュールにより生成されたモデルパラメータを読み取るためのモデルパラメータ読み取りモジュールと、
 前記中間データ読み取りモジュールに読み取られた前記中間データ及び生の出力データと照合し計算して、照合結果を取得するための判別モデル計算モジュールと
 前記モデル判別ユニットの判別結果を格納するための判別結果記憶モジュールと、
 判別終了条件を満たすか否かを判定し、YESであれば判別過程を終了し、NOであればパラメータ調整を継続して循環する終了条件判別モジュールと、
 特別な処理されていない出力データを読み取るための生の出力データ読み取りモジュールと、を含む。
Further, as shown in FIG. 12, in another embodiment, the model discriminating unit 104:
an intermediate data reading module for reading intermediate data generated by the computing unit;
a model parameter reading module for reading the model parameters generated by the parameter adjustment module of the model discriminating unit;
A discriminant model calculation module for matching and calculating the intermediate data read by the intermediate data reading module and the raw output data to obtain a matching result; and a discriminant result for storing the discriminant result of the model discriminating unit. a storage module;
an end condition determination module that determines whether or not a determination end condition is satisfied, terminates the determination process if YES, and continues and circulates parameter adjustment if NO;
a raw output data reading module for reading output data without special processing.
 更に、前記誤差は、標準偏差、平均二乗誤差又は01誤差をモデル判別ユニットの判別の標準として使用することを含むが、これらに限定されず、
 前記誤差をモデル処理ルール生成モジュール、モデル処理ユニットパラメータ調整モジュール及びモデル判別ユニットのパラメータ調整モジュールにフィードバックする。
 実施例2
Further, said error includes, but is not limited to, using standard deviation, mean squared error or 01 error as the standard of discrimination of the model discriminating unit;
The error is fed back to the model processing rule generation module, the model processing unit parameter adjustment module and the model discrimination unit parameter adjustment module.
Example 2
 図13に示すように、
 データ処理方法は、上記のデータ処理装置に作用し、前記データ処理方法は、以下を含む。
 S201:前記データ処理ユニットを使用して、複数の値で構成される入力データ及び前記モデル処理ユニットにより生成された処理ルールを取得し、且つ前記処理ルールに基づいて入力データに対して変換処理を行うステップ。
 S202:前記計算ユニットを使用して、処理後の前記入力データに対して処理を行うことによって、複数の値で構成され且つ複数行又は複数列のデータで構成される中間データを出力するステップ。
 S203:前記モデル判別ユニットを使用して、計算して取得された推定データを読み取って取得された実際の結果と照合して計算し、誤差を取得して判別結果に戻るステップ。
As shown in FIG.
A data processing method acts on the above data processing apparatus, said data processing method comprising: a.
S201: using the data processing unit to acquire input data composed of a plurality of values and processing rules generated by the model processing unit, and perform transformation processing on the input data based on the processing rules; step to do.
S202: Outputting intermediate data composed of multiple values and composed of multiple rows or multiple columns of data by performing processing on the processed input data using the computing unit.
S203: Using the model discriminating unit to read the calculated and obtained estimated data, compare and calculate with the obtained actual result, obtain the error and return to the discriminated result.
 更に、前記データ処理方法は、
 前記モデル判別ユニットを使用して、判別終了条件を満たすことを判断し、YESであれば判別過程を終了し、トレーニングを行った後のモデルを出力し、NOであればパラメータ調整を継続して循環するステップを含む。
Furthermore, the data processing method includes:
Use the model discriminating unit to determine whether the discriminating end condition is met, if YES, terminate the discriminating process, output the model after training, and if NO, continue parameter adjustment. Including cycling steps.
 パラメータ調整ユニットに作用するデータ処理方法であって、前記パラメータ調整方法は、以下を含む。
 総合的パラメータ調整モジュールにより計算結果を読み取り、計算結果のフィードバックに基づいて各モデルモジュールのパラメータを調整するステップ。
 モデル処理装置のパラメータ調整モジュールにより、モデル処理装置内の各モジュールの各パラメータの生成、調整、最適化を行うステップ。
 モデル判別装置のパラメータ調整モジュールにより、モデル判別装置内の各モジュールの各パラメータの生成、調整、最適化を行うステップ。
 モデル処理ルール生成モジュールにより、モデル処理のルールの生成、調整、最適化を行うとともに、入出力データ処理ルールを生成するステップ。ここで、前記処理とは、モデルに対する変換処理を意味し、変換処理方法は、データの増加/減少による入力データに含まれる値の数量の増加/減少、入力データに含まれる値の数量の増加/減少、入力データにおけるパラメータに対する変位調整、入力データにおける値の変更等を独立で又は幾つかを組み合わせて使用する方法を含むが、これに限定されない。
A data processing method acting on a parameter adjustment unit, said parameter adjustment method comprising: a.
Reading the calculation results by the comprehensive parameter tuning module and adjusting the parameters of each model module based on the feedback of the calculation results.
A step of generating, adjusting, and optimizing each parameter of each module in the model processor by the parameter adjustment module of the model processor.
A step of generating, adjusting, and optimizing each parameter of each module in the model discriminating device by the parameter adjustment module of the model discriminating device.
generating, adjusting, and optimizing rules for model processing, and generating input/output data processing rules by a model processing rule generation module; Here, the processing means conversion processing for the model, and the conversion processing method is an increase/decrease in the quantity of values included in the input data due to an increase/decrease in the data, or an increase in the quantity of values included in the input data. This includes, but is not limited to, methods that use /decrease, displacement adjustments to parameters in the input data, changes in values in the input data, etc. independently or in combination.
 データ処理方法は、前記モデル処理ユニットに作用し、前記モデル処理方式は、入力されたモデル及びモデル処理ルールを取得し、モデル処理ルールに従ってモデルを調整し且つトレーニングして、調整加工後のモデルを出力するステップを含む。
 具体的には、
 モデル読み取りモジュールにより生のモデルを読み取るステップと、
 モデル処理ルール読み取りモジュールによりモデル処理ルールを読み取るステップと、
 モデル処理モジュールにより、読み取られたモデルをモデル処理ルールの方法で処理し、新たな処理後のモデルを生成するステップと、を含む。
 モデル記憶モジュールにより、前記モデル処理モデルにより生成された処理後のモデルを格納する。
 入力データ読み取りモジュールにより生の入力データを読み取り、
 入力データ処理ルール読み取りモジュールにより入力データ処理ルールを読み取り、
 入力データ処理モジュールより、読み取られた入力データを入力データ処理ルールの方法で処理し、新たな処理後入力データを生成する。
 入力データ記憶モジュールにより、前記入力データ処理モデルにより生成された処理後入力データを格納する。
 中間データ計算モジュールにより、処理後入力データ記憶モジュールに保存された処理後入力データを、処理後モデル記憶モジュールに保存された処理後モデルにより計算し、中間データを取得する。
The data processing method acts on the model processing unit, the model processing method obtains an input model and model processing rules, adjusts and trains the model according to the model processing rules, and produces a model after adjustment processing. Including the output step.
in particular,
reading the raw model with a model reading module;
reading model processing rules with a model processing rules reading module;
processing, by a model processing module, the read model in the manner of model processing rules to generate a new processed model.
A model storage module stores the processed model generated by the model processing model.
Read the raw input data by the input data reading module,
read the input data processing rule by the input data processing rule reading module;
The input data processing module processes the read input data according to the input data processing rules to generate new processed input data.
An input data storage module stores the processed input data generated by the input data processing model.
The intermediate data calculation module calculates the processed input data stored in the processed input data storage module using the processed model stored in the processed model storage module to obtain intermediate data.
 データ処理方法は、前記計算ユニットに作用し、前記計算方式は、
 前記入力データ処理ユニットから入力データ処理ルールに従って処理した後の入力データを読み取り、前記モデル処理ユニットからモデル処理ルールに従って処理した後のモデルを読み取り、このモデルを使用して、前記処理後入力データを計算し、中間データを取得することを含む。具体的には、以下を含む。
 処理後モデルによりモジュール読み取り、モデル処理装置から処理後のモデルを読み取る。
 処理後データによりモジュールを読み取り、下記のデータ処理装置が処理した後の入力データを読み取る。
 中間データ計算モジュールにより、前記処理後入力データを、モデル読み取りモジュールが読み取ったモデルにより計算し、中間データを取得する。
 中間データ記憶モジュールにより、属するモデル計算モジュールが計算した後に生成された中間データを保存する。
A data processing method acts on the computing unit, the computing method comprising:
read the input data processed according to the input data processing rules from the input data processing unit, read the model processed according to the model processing rules from the model processing unit, and use the model to process the processed input data. Including calculating and obtaining intermediate data. Specifically, it includes:
The module is read by the processed model, and the processed model is read from the model processor.
The module is read with post-processing data, and the input data is read after being processed by the data processor described below.
An intermediate data calculation module calculates the processed input data using the model read by the model reading module to obtain intermediate data.
The intermediate data storage module stores intermediate data generated after calculation by the model calculation module to which it belongs.
 データ処理方法は、モデル判別ユニットに使用され、前記モデル判別方式は、
 前記モデル判別モデルを使用して、前記モデル処理装置により計算して取得された中間データを計算し、推定出力データを取得し、実際の出力データと照合して計算し、誤差値を取得することを含む。具体的には、
 中間データ読み取りモジュールにより、前記モデル処理装置により生成された中間データを読み取る。
 モデルパラメータ取得モジュールにより、モデル判別装置のパラメータ調整モジュールにより生成されたモデルパラメータを読み取る。
 モデル記憶モジュールによりモデル判別装置のモデルを格納する。
 モデル計算モジュールにより、中間データ読み取りモジュールにより取得された中間データを、モデル判別装置のモデルにより計算し、推定結果を取得する。
 結果照合モジュールにより、前記推定結果を実際の結果と照合し、計算して誤差を取得する。具体的には、ここでの誤差は、標準偏差、平均二乗誤差、01誤差等を使用することを含むが、これらに限定されない。誤差をモデル処理ルール生成モジュール、モデル処理装置のパラメータ調整モジュール及びモデル判別装置のパラメータ調整モジュールにフィードバックする。
 終了条件判別モジュールにより、フロー全体が終了の条件を達成したか否かを判定する。終了条件は、一定のトレーニング回数に達すること、暗号化後データ全体の分布が一定範囲にあることを含むが、これらに限定されない。
 人工識別の誤り率はある閾値を超える。終了条件を満たすとフローを終了し、満たさなければ次のフローを循環する。
A data processing method is used in a model discrimination unit, said model discrimination method comprising:
Using the model discriminant model to calculate the intermediate data calculated and obtained by the model processing device, obtain estimated output data, compare with the actual output data and calculate, and obtain an error value. including. in particular,
An intermediate data reading module reads the intermediate data generated by the model processor.
The model parameter acquisition module reads the model parameters generated by the parameter adjustment module of the model discriminator.
A model storage module stores the model of the model discriminator.
The model calculation module calculates the intermediate data acquired by the intermediate data reading module using the model of the model discriminating device, and acquires an estimation result.
A result matching module matches the estimated result with the actual result and calculates to obtain the error. Specifically, errors herein include, but are not limited to, using standard deviations, mean squared errors, 01 errors, and the like. The error is fed back to the model processing rule generation module, the parameter adjustment module of the model processor, and the parameter adjustment module of the model discriminator.
The termination condition determination module determines whether or not the entire flow has achieved the termination condition. Termination conditions include, but are not limited to, reaching a certain number of training times and having a distribution of the entire encrypted data within a certain range.
The artificial identification error rate exceeds a certain threshold. If the termination condition is satisfied, the flow is terminated, and if not satisfied, the next flow is circulated.
 図14に示すように、
 まず、予め設定した総合的パラメータ(モデル処理ルール及び入力データ処理ルールを含む)により、入力データ処理ルール及びモデル処理ルールをそれぞれ生成し、その後、入力データ処理及びモデル処理をそれぞれ行って、入力された処理後入力データ及び処理後モデルにより計算して、検証用中間データを取得する。検証用中間データを判別モデルにより計算して判別結果を取得し、判別結果及び計算におけるパラメータ等の条件に基づいて処理終了条件を満たすか否かを判断する。満たす場合、各パラメータを保存した後に装置の運行を終了する。満たさない場合、モデル判別装置のパラメータを調整した後、再び総合的パラメータ調整を行って、循環を開始する。
 実施例3
As shown in FIG.
First, based on preset comprehensive parameters (including model processing rules and input data processing rules), input data processing rules and model processing rules are generated, respectively, and then input data processing and model processing are performed, respectively, to obtain input data. Calculation is performed using the post-processed input data and the post-processed model, and intermediate data for verification is acquired. Intermediate data for verification is calculated by a discrimination model to obtain a discrimination result, and it is determined whether or not a process termination condition is satisfied based on the discrimination result and conditions such as parameters in the calculation. If so, the operation of the device is terminated after saving each parameter. If not, after adjusting the parameters of the model discriminator, perform the comprehensive parameter adjustment again and start the cycle.
Example 3
 本発明は、コンピュータプログラムが格納されているコンピュータ記憶媒体であって、プロセッサによりコンピュータプログラムを実行する際に、上記のデータ処理方法のステップを実現するために用いられるコンピュータ記憶媒体を更に提供できる。 The present invention can further provide a computer storage medium storing a computer program, which is used to implement the steps of the above data processing method when the computer program is executed by a processor.
 本発明のコンピュータ記憶媒体は、半導体メモリ、磁気コアメモリ、磁気ドラムメモリ又は磁気ディスクメモリを採用して実現できる。 The computer storage medium of the present invention can be implemented using semiconductor memory, magnetic core memory, magnetic drum memory, or magnetic disk memory.
 半導体メモリは、主にコンピュータの半導体記憶素子に使用され、主にMOS及びバイポーラ型の2つがある。MOS素子は、集積度が高く、プロセスが簡単であるが、スピードが遅い。バイポーラ型素子は、プロセスが複雑で、電力消費が大きく、集積度が低いが、スピードが速い。NMOS及びCMOSが出現した後、MOSメモリが半導体メモリにおいて主要な位置を占め始めた。NMOSはスピードが速く、例えばインテル社の1Kビットのスタティックランダムメモリのアクセスタイムは45nsである。CMOSは消費電力が少なく、4KビットのCMOSスタティックメモリのアクセスタイムは300nsである。上記の半導体メモリは、いずれもランダムアクセスメモリ(RAM)であり、即ち作業過程において、新たな内容の読み書きをランダムに行うことができる。半導体読み取り専用メモリ(ROM)は、作業過程においてランダムに読み取ることができるが、書き込むことができず、これは、固定済みのプログラム及びデータの保存に用いられる。 Semiconductor memories are mainly used as semiconductor memory elements in computers, and there are mainly two types: MOS and bipolar types. MOS devices have a high degree of integration and a simple process, but are slow. Bipolar devices are more complicated to process, consume more power, have lower integration, but are faster. After the advent of NMOS and CMOS, MOS memory began to occupy a dominant position in semiconductor memory. NMOS is fast, for example, Intel's 1 Kbit static random memory has an access time of 45 ns. CMOS consumes less power and the access time of 4Kbit CMOS static memory is 300ns. All of the above semiconductor memories are random access memories (RAMs), ie, new contents can be read and written randomly in the process of operation. Semiconductor read-only memory (ROM) can be randomly read in the process, but cannot be written to, and is used to store fixed programs and data.
 ROMはまた、書き換え不可能なヒューズ式の読み取り専用メモリ──PROMと、書き換え可能な読み取り専用メモリEPROMの2つに分けられる。 ROM is also divided into two types: non-rewritable fuse-type read-only memory -- PROM and rewritable read-only memory EPROM.
 磁気コアメモリは、コストが低く、信頼性が高い特徴を有し、且つ20年以上の実用経験がある。70年代半ばまでは、磁気コアメモリが主メモリとして広く使用された。そのストレージ容量は10ビット以上に達することが可能で、最速のアクセスタイムは300nsである。世界で代表的な磁気コアメモリ容量は4MS~8MBであり、アクセスサイクルは1.0~1.5μsである。半導体メモリが急速に発展して磁気コアメモリの代わりに主メモリとなった後も、磁気コアメモリは、大容量増設メモリとして適用できる。 Magnetic core memory has low cost, high reliability, and more than 20 years of practical experience. Until the mid-70's, magnetic core memory was widely used as main memory. Its storage capacity can reach more than 10 bits and the fastest access time is 300ns. The typical magnetic core memory capacity in the world is 4MS~8MB, and the access cycle is 1.0~1.5μs. After the rapid development of semiconductor memory to replace the magnetic core memory as the main memory, the magnetic core memory can still be applied as a large-capacity expansion memory.
 磁気ドラムメモリは、磁気記録用の外部メモリである。これは、情報のアクセススピードが速く、作業が安定的で確実であるため、その容量が比較的小さく、徐々に磁気ディスクメモリに置き換わっているが、リアルタイム過程の制御用コンピュータ及び中型、大型コンピュータの外部メモリとして用いられる。小型及びミニコンピュータの需要に適応するために、体積が小さく、軽量で、信頼性が高く、使用が便利な超小型磁気ドラムが出現した。 A magnetic drum memory is an external memory for magnetic recording. Because of its fast information access speed, stable and reliable operation, its capacity is relatively small, and it is gradually being replaced by magnetic disk memory. Used as external memory. In order to meet the demands of small and mini-computers, an ultra-miniature magnetic drum with small volume, light weight, high reliability and convenient use has emerged.
 磁気ディスクメモリは、磁気記録用の外部メモリである。これは、磁気ドラム及び磁気テープメモリの利点を兼ね備え、即ちそのストレージ容量は磁気ドラム容量より大きく、アクセススピードは磁気テープメモリより速く、またオフラインでも保存できるので、各種のコンピュータシステムにおいて、磁気ディスクは大容量の外部メモリとして広く用いられる。磁気ディスクは、通常、ハードディスク及びフロッピーディスクメモリの2種類に分けられる。 A magnetic disk memory is an external memory for magnetic recording. It combines the advantages of magnetic drums and magnetic tape memories, that is, its storage capacity is larger than that of magnetic drums, its access speed is faster than that of magnetic tape memories, and it can be stored offline. It is widely used as a large-capacity external memory. Magnetic disks are generally divided into two types: hard disks and floppy disk memories.
 ハードディスクメモリの種類は多様である。構造的には、リムーバブル式及び固定式の2つに分けられる。リムーバブル式磁気ディスクのプラッタは交換可能であり、固定式磁気ディスクのプラッタは固定されている。リムーバブル式及び固定式磁気ディスクはいずれもマルチピースの組み合わせ及びシングルピースの構成の2種類を有し、またそれぞれ固定磁気ヘッド型及び可動磁気ヘッド型に分けられる。固定磁気ヘッド型磁気ディスクは、容量が小さく、記録密度が低く、アクセススピードが速いが、生産コストが高い。可動磁気ヘッド型磁気ディスクは、記録密度が高い(1000~6250ビット/インチ)ので、容量が大きいが、アクセススピードは固定磁気ヘッド型磁気ディスクより低い。磁気ディスク製品のストレージ容量は数百メガバイトに達することができ、ビット密度は6250ビット/インチであり、トラック密度は475トラック/インチである。ここで、マルチピースのリムーバブル式磁気ディスクメモリは、ディスクの組み合わせが交換可能で、大きなオフライン容量を有し、且つ容量が大きく、スピードが速く、大容量の情報資料を格納できるので、オンライン情報検索システム、データベース管理システムに広く適用されている。
 実施例4
There are many types of hard disk memory. Structurally, there are two types: removable type and fixed type. The platters of removable magnetic disks are replaceable and the platters of fixed magnetic disks are fixed. Both removable and fixed magnetic disks have two types, multi-piece combination and single-piece construction, and are divided into fixed magnetic head type and movable magnetic head type respectively. A fixed magnetic head type magnetic disk has a small capacity, a low recording density, and a high access speed, but the production cost is high. A movable magnetic head type magnetic disk has a high recording density (1000 to 6250 bits/inch) and thus a large capacity, but its access speed is lower than that of a fixed magnetic head type magnetic disk. The storage capacity of magnetic disk products can reach hundreds of megabytes, with a bit density of 6250 bits/inch and a track density of 475 tracks/inch. Here, the multi-piece removable magnetic disk memory has a combination of disks that can be exchanged, has a large offline capacity, has a large capacity, a high speed, and can store a large amount of information materials, so it can be used for online information retrieval. Widely applied to systems, database management systems.
Example 4
 本発明は、メモリ、プロセッサ及びメモリに格納され且つプロセッサにおいて運行できるコンピュータプログラムを含む電子デバイスであって、プロセッサがコンピュータプログラムを実行する際に、上記のデータ処理方法のステップが実現される電子デバイスを更に提供する。 The present invention is an electronic device comprising a memory, a processor and a computer program stored in the memory and operable on the processor, wherein the steps of the above data processing method are realized when the processor executes the computer program. further provide.
 図15は、一実施例における電子デバイスの内部構造の模式図である。図15に示すように、この電子デバイスは、システムバスを介して接続されたプロセッサ、記憶媒体、メモリ及びネットワークインターフェースを含む。ここで、このコンピュータデバイスの記憶媒体には、オペレーティングシステム、データベース及びコンピュータ可読命令が格納されており、データベースにはウィジェット情報シーケンスを格納することができ、プロセッサによりこのコンピュータ可読命令を実行する際に、プロセッサにデータ処理方法を実現させることができる。この電子デバイスのプロセッサは、計算及びコントロール能力を提供し、コンピュータデバイス全体の運行を支持するために用いられる。このコンピュータデバイスのメモリにはコンピュータ可読命令を格納することができ、プロセッサによりこのコンピュータ可読命令を実行する際に、プロセッサにデータ処理方法を実行させることができる。このコンピュータデバイスのネットワークインターフェースは、端末との接続通信のために用いられる。図15に示す構造は、本出願の態様に関連する一部の構造のブロック図にすぎず、本出願の態様が適用されるコンピュータデバイスを限定するものではなく、具体的なコンピュータデバイスは、図面に示すものより多くの部材又は少ない部材を含んでもよく、或いはある部材と組み合わせたり、異なる部材の配置を有してもよいことを当業者は理解できる。 FIG. 15 is a schematic diagram of the internal structure of an electronic device in one example. As shown in FIG. 15, the electronic device includes a processor, storage medium, memory and network interface connected via a system bus. Here, the storage medium of the computing device stores an operating system, a database and computer readable instructions, the database capable of storing widget information sequences, and the processor executing the computer readable instructions. , the processor can implement the data processing method. The electronic device's processor is used to provide computing and control capabilities and to support the operation of the entire computing device. The memory of the computing device may store computer readable instructions which, when executed by the processor, may cause the processor to perform data processing methods. A network interface of this computing device is used for connection communication with a terminal. The structure shown in FIG. 15 is merely a block diagram of some structures related to aspects of the present application, and does not limit computer devices to which aspects of the present application may be applied. One skilled in the art will appreciate that it may include more or fewer members than those shown, or may be combined with certain members or have a different arrangement of members.
 この電子デバイスには、スマートフォン、コンピュータ、タブレットコンピュータ、ウェアラブルスマートデバイス、人工知能デバイス、パワーバンク等が含まれるが、これに限定されない。 This electronic device includes, but is not limited to, smartphones, computers, tablet computers, wearable smart devices, artificial intelligence devices, power banks, etc.
 ある実施例において、前記プロセッサは、集積回路で構成されることができ、例えば単一パッケージの集積回路で構成されてよく、複数の同じ機能又は異なる機能のパッケージの集積回路で構成されてよく、1つ又は複数の中央処理装置(Central Processing unit:CPU)、マイクロプロセッサ、デジタル処理チップ、図形プロセッサ及び各種のコントロールチップの組み合わせ等を含む。前記プロセッサは、前記電子デバイスのコントロールユニット(Control Unit)であり、各種のインターフェース及び回路を使用して電子デバイス全体の各部材を接続し、前記メモリ内に格納されているプログラム又はモジュール(例えば、リモートデータの読み書きを実行するプログラム等)を運行又は実行し、且つ前記メモリ内に格納されているデータを呼び出すことによって、電子デバイスの各種の機能を実行し、データを処理する。 In an embodiment, the processor may be composed of an integrated circuit, for example, may be composed of a single package integrated circuit, may be composed of a plurality of same or different function package integrated circuits, It includes one or more Central Processing Units (CPUs), microprocessors, digital processing chips, graphics processors and combinations of various control chips. The processor is a control unit of the electronic device, uses various interfaces and circuits to connect each member of the entire electronic device, and programs or modules stored in the memory (for example, It performs various functions of the electronic device and processes data by running or executing programs, such as programs that read and write remote data, and retrieving data stored in the memory.
 前記バスは、ペリフェラルコンポーネントインターコネクト(peripheral component interconnect、PCIと略される)バス又は拡張業界標準アーキテクチャ(extended industry standard architecture、EISAと略される)バス等であってよい。このバスは、アドレスバス、データバス、コントロールバス等に分けられる。前記バスは、前記メモリと少なくとも1つのプロセッサ等の間との接続通信を実現するために設けられる。 The bus may be a peripheral component interconnect (abbreviated as PCI) bus or an extended industry standard architecture (abbreviated as EISA) bus, or the like. This bus is divided into an address bus, a data bus, a control bus, and the like. The bus is provided for providing connection communication between the memory and at least one processor or the like.
 図15は、部材を有する電子デバイスのみを示し、図15に示す構造は前記電子デバイスを限定するものではなく、図面に示すものより少ない又は多い部材を含んでもよく、或いはある部材と組み合わせたり、異なる部材の配置を有してもよいことを当業者は理解できる。 FIG. 15 shows only an electronic device having members, and the structure shown in FIG. 15 is not intended to limit said electronic device and may include fewer or more members than those shown in the drawing, or may be combined with certain members, One skilled in the art will appreciate that it may have different member arrangements.
 例えば、示していないが、前記電子デバイスは、各部材に給電する電源(例えば電池)を更に含んでもよく、好ましくは、電源は、電源管理装置を介して前記少なくとも1つのプロセッサと論理的に接続されることで、電源管理装置により充電管理、放電管理、及び電力消費管理等の機能を実現する。電源は、1つ以上の直流又は交流電源、再充電装置、電源故障検出回路、電力変換器又はインバータ、電源状態指示器等の任意の部品を更に含んでよい。前記電子デバイスは、複数のセンサ、ブルートゥースモジュール、Wi-Fiモジュール等を含んでよく、ここでは説明を省略する。 For example, although not shown, the electronic device may further include a power source (e.g., battery) for powering each component, preferably the power source is logically connected to the at least one processor via a power management unit. As a result, the power management device implements functions such as charge management, discharge management, and power consumption management. The power source may further include optional components such as one or more DC or AC power sources, rechargers, power failure detection circuitry, power converters or inverters, power status indicators, and the like. The electronic device may include multiple sensors, a Bluetooth module, a Wi-Fi module, etc., and will not be described here.
 更に、前記電子デバイスは、ネットワークインターフェースを更に含んでよく、選択的に、前記ネットワークインターフェースは、有線インターフェース及び/又は無線インターフェース(例えば、WI-FIインターフェース、ブルートゥースインターフェース等)を含んでよく、通常、この電子デバイスと他の電子デバイスとの間に通信接続を構築するために用いられる。 Further, the electronic device may further include a network interface, optionally the network interface may include a wired interface and/or a wireless interface (eg, WI-FI interface, Bluetooth interface, etc.), typically It is used to establish communication connections between this electronic device and other electronic devices.
 選択的に、この電子デバイスはユーザインターフェースを更に含んでよく、ユーザインターフェースはディスプレイ(Display)、入力ユニット(例えば、キーボード(Keyboard))であってもよく、選択的に、ユーザインターフェースは、標準的な有線インターフェース、無線インターフェースであってもよい。選択的に、ある実施例において、ディスプレイは、LEDディスプレイ、液晶ディスプレイ、タッチ液晶ディスプレイ及びOLED(Organic Light-Emitting Diode、有機発光ダイオード)タッチデバイス等であってもよい。ここで、ディスプレイは、適当にディスプレイパネル又はディスプレイユニットと称してもよく、電子デバイスにおいて処理された情報を表示するために用いられ、且つ可視化されたユーザインターフェースを表示するために用いられる。 Optionally, the electronic device may further include a user interface, the user interface may be a display, an input unit (e.g., a keyboard), optionally the user interface may include a standard It may be a wired interface or a wireless interface. Alternatively, in some embodiments, the display may be an LED display, a liquid crystal display, a touch liquid crystal display, an OLED (Organic Light-Emitting Diode) touch device, and the like. Here, the display, which may be appropriately referred to as a display panel or display unit, is used to display processed information in the electronic device and is used to display a visualized user interface.
 更に、前記コンピュータが使用可能な記憶媒体には、主に記憶プログラムゾーン及び記憶データゾーンを含むことができ、ここで、記憶プログラムゾーンにはオペレーティングシステム、少なくとも1つの機能に必要な適用プログラム等を含むことができ、記憶データゾーンにはブロックチェーンノードに基づいて作成したデータ等を格納することができる。 Further, the computer-usable storage medium can mainly include a storage program zone and a storage data zone, where the storage program zone contains an operating system, application programs required for at least one function, etc. The storage data zone can store data, etc. created based on the blockchain node.
 本発明で提供された幾つかの実施例において、開示されたデバイス、装置及び方法は、他の形態により実現してもよいことを理解すべきである。例えば、以上で説明した装置の実施例は例示的なものにすぎず、例えば、前記モジュールの区画は、論理的機能の区画にすぎず、実際に実施する場合は、他の区画形態があり得る。 It should be understood that in some of the embodiments provided by the present invention, the disclosed devices, apparatus and methods may be embodied in other forms. For example, the apparatus embodiments described above are exemplary only, e.g., the partitions of the modules are only partitions of logical functions, and other partition forms are possible when actually implemented. .
 前述の分離部材として説明したモジュールは、物理的に分離されたものであってもよく、又は物理的に分離されていないものであってもよく、モジュールとして表示した部材は、物理的なユニットであってもよく、又は物理的なユニットでなくてもよく、即ち、1つの場所に位置してもよく、又は複数のネットワークユニット上に分布されていてもよい。実際の必要に基づいて、一部又は全てのモジュールを選択して本実施例態様の目的を実現してもよい。 The modules described above as separate members may or may not be physically separated, and the members indicated as modules are physical units. It may or may not be a physical unit, ie it may be located in one place or distributed over several network units. Based on actual needs, some or all of the modules may be selected to achieve the purpose of this aspect of the embodiment.
 なお、本発明の各実施例における各機能モジュールは1つの処理ユニットに集積されていてもよく、各ユニットが物理的に独立に存在してもよく、2つ以上のユニットが1つの処理ユニットに集積されていてもよい。上記の集積されたユニットは、ハードウェアの形式で実現されてもよく、ハードウェアとソフトウェアを兼ね備える機能モジュールの形式で実現されてもよい。 Each functional module in each embodiment of the present invention may be integrated into one processing unit, each unit may exist physically independently, and two or more units may be integrated into one processing unit. may be integrated. The above integrated units may be implemented in the form of hardware or in the form of functional modules combining hardware and software.
 以上、本発明の実施例を説明した。ただし、これらの実施例は、説明の目的のためのものにすぎず、本発明の範囲の制限を意図するものではない。本発明の範囲は、添付の請求の範囲及びその同等物により限定される。本発明の範囲を逸脱しない限り、当業者は、種々の置き換え及び修正を行うことができ、これらの置き換え及び修正は、いずれも本発明の範囲に属するべきである。 The embodiments of the present invention have been described above. However, these examples are for illustrative purposes only and are not intended to limit the scope of the invention. The scope of the invention is defined by the Claims appended hereto and their equivalents. Various replacements and modifications can be made by those skilled in the art without departing from the scope of the present invention, and all of these replacements and modifications should fall within the scope of the present invention.
 101 モデル処理ユニット
 102 データ処理ユニット
 103 計算ユニット
 104 モデル判別ユニット
 105 パラメータ調整ユニット
101 model processing unit 102 data processing unit 103 calculation unit 104 model discrimination unit 105 parameter adjustment unit

Claims (13)

  1.  モデル処理ルールを読み取り、且つ前記モデル処理ルールに従ってモデルに対して処理を行うためのモデル処理ユニットと、
     データ処理ルールを読み取り、且つ前記データ処理ルールに従って入力データに対して処理を行うためのデータ処理ユニットと、
     前記データ処理ユニットから前記データ処理ユニットにより生成された処理後入力データを読み取り、前記モデル処理ユニットによる処理により取得されたモデルを読み取り、且つこの前記モデルを使用して、処理後入力データを計算して中間データを取得するための計算ユニットと、
     処理計算により取得された検証用中間データを実数値と照合して計算し、誤差値を取得し、判別結果に戻るためのモデル判別ユニットと、
     前記モデル処理ユニット、前記データ処理ユニット及び前記モデル判別ユニットのパラメータに対してパラメータ調整を行うためのパラメータ調整ユニットと、を含むことを特徴とするデータ処理装置。
    a model processing unit for reading model processing rules and performing processing on models according to the model processing rules;
    a data processing unit for reading data processing rules and for processing input data according to said data processing rules;
    reading processed input data generated by said data processing unit from said data processing unit; reading a model obtained by processing by said model processing unit; and using said model to compute processed input data. a computing unit for obtaining intermediate data through
    a model discrimination unit for comparing intermediate data for verification obtained by processing calculation with real values, obtaining an error value, and returning to a discrimination result;
    a parameter adjustment unit for adjusting parameters of the model processing unit, the data processing unit and the model discriminating unit.
  2.  前記パラメータ調整ユニットは、
     モデル処理ユニット、データ処理ユニット内の各モジュールの各パラメータの生成、調整、最適化のための総合的パラメータ調整モジュールと、
     前記モデル判別ユニット内の各モジュールの各パラメータの生成、調整、最適化のための前記モデル判別ユニットのパラメータ調整モジュールと、
     前記モデルに基づいてパラメータ生成モデルの処理ルールを整理するためのモデル処理ルール生成モジュールと、
     入力データに基づいてパラメータ生成用入出力データの処理ルールを処理するための入力データ処理ルール生成モジュールと、を含むことを特徴とする請求項1に記載の装置。
    The parameter adjustment unit is
    a comprehensive parameter adjustment module for generating, adjusting and optimizing each parameter of each module in the model processing unit and the data processing unit;
    a parameter adjustment module of the model discrimination unit for generating, adjusting and optimizing each parameter of each module in the model discrimination unit;
    a model processing rule generation module for organizing processing rules for a parameter generation model based on the model;
    2. The apparatus of claim 1, comprising an input data processing rule generating module for processing input data processing rules for generating parameters based on the input data.
  3.  前記パラメータ生成モデルの処理ルール及び/又はパラメータ生成用入出力データの処理のルールは、
     モデル及び入力データに対して変換処理を行うことを含み、
     データの値の増加/減少、入力データに含まれる値の数量の増加/減少、入力データにおけるパラメータに対する変位調整、入力データにおける値の変更等を独立で又は幾つかを組み合わせて使用する方法を含むことを特徴とする請求項2に記載の装置。
    The processing rules for the parameter generation model and/or the processing rules for input/output data for parameter generation are:
    Including performing transformation processing on the model and input data,
    Including methods of increasing/decreasing data values, increasing/decreasing the number of values contained in input data, adjusting displacements for parameters in input data, changing values in input data, etc. independently or in combination. 3. Apparatus according to claim 2, characterized in that:
  4.  前記データ処理ユニットは、
     読み取り入力データを読み取るための入力データ読み取りモジュールと、
     入力データの処理ルールを読み取るための入力データ処理ルール読み取りモジュールと、
     前記入力データの処理ルールを使用して格納されている前記入力データに対して処理を行って、処理後入力データを取得するための入力データ処理モジュールと、
     処理後入力データを出力するための処理後入力データ出力モジュールと、
     処理後入力データを格納するための処理後入力データ記憶モジュールと、を含むことを特徴とする請求項2又は3に記載の装置。
    The data processing unit is
    an input data read module for reading read input data;
    an input data processing rule reading module for reading input data processing rules;
    an input data processing module for processing the stored input data using a processing rule for the input data to obtain processed input data;
    a processed input data output module for outputting processed input data;
    4. Apparatus according to claim 2 or 3, comprising a processed input data storage module for storing processed input data.
  5.  前記モデル処理ユニットは、
     入力モデル処理ユニットのモデルを読み取るためのモデル読み取りモジュールと、
     モデル処理ルールを読み取るためのモデル処理ルール読み取りモジュールと、
     読み取られたモデルをモデル処理ルールに従って処理を行って、処理後のモデルを生成するためのモデル処理モジュールと、
     前記モデル処理モジュールにより生成された前記処理後のモデルを出力するための処理後モデル出力モジュールと、
     前記モデル処理モジュールにより生成された前記処理後のモデルを格納するための処理後モデル記憶モジュールと、を含むことを特徴とする請求項4に記載の装置。
    The model processing unit includes:
    a model reading module for reading the model of the input model processing unit;
    a model processing rule reading module for reading model processing rules;
    a model processing module for processing the read model according to model processing rules to generate a processed model;
    a processed model output module for outputting the processed model generated by the model processing module;
    5. The apparatus of claim 4, comprising a processed model storage module for storing the processed model generated by the model processing module.
  6.  前記計算ユニットは、
     前記モデル処理ユニットから処理後のモデルを読み取る処理後モデル読み取りモジュールと、
     前記入力データ処理モジュールが処理を行った後のデータを読み取るための処理後データ読み取りモジュールと、
     前記処理後モデル読み取りモジュールにより読み取られたモデルにより前記処理後入力データを計算して、中間データを取得するための中間データ計算モジュールと、
     前記中間データを格納するための中間データ記憶モジュールと、を含むことを特徴とする請求項5に記載の装置。
    The computing unit is
    a post-processing model reading module that reads a post-processing model from the model processing unit;
    a post-processing data reading module for reading data processed by the input data processing module;
    an intermediate data calculation module for calculating the processed input data according to the model read by the processed model reading module to obtain intermediate data;
    and an intermediate data storage module for storing the intermediate data.
  7.  前記モデル判別ユニットは、
     前記計算ユニットにより生成された中間データを読み取るための中間データ読み取りモジュールと、
     前記モデル判別ユニットのパラメータ調整モジュールにより生成されたモデルパラメータを読み取るためのモデルパラメータ読み取りモジュールと、
     前記中間データ読み取りモジュールにより読み取られた前記中間データを計算して、推定データを取得するための判別モデル計算モジュールと、
     前記モデル判別ユニットの判別結果を格納するための判別結果記憶モジュールと、
     前記推定データを実際の結果と照合し、分析計算を行って誤差を取得するための判別結果照合モジュールと、
     判別終了条件を満たすか否かを判定し、YESであれば判別過程を終了し、NOであればパラメータ調整を継続して循環する終了条件判別モジュールと、
     特別な処理を経ていない出力データを読み取るための生の出力データ読み取りモジュールと、を含むことを特徴とする請求項6に記載の装置。
    The model discrimination unit is
    an intermediate data reading module for reading intermediate data generated by the computing unit;
    a model parameter reading module for reading the model parameters generated by the parameter adjustment module of the model discriminating unit;
    a discriminant model calculation module for calculating the intermediate data read by the intermediate data reading module to obtain estimated data;
    a discrimination result storage module for storing discrimination results of the model discrimination unit;
    a discriminant result matching module for matching the estimated data with actual results and performing analytical calculations to obtain errors;
    an end condition determination module that determines whether or not a determination end condition is satisfied, terminates the determination process if YES, and continues and circulates parameter adjustment if NO;
    7. The apparatus of claim 6, comprising a raw output data reading module for reading output data that has not undergone special processing.
  8.  前記モデル判別ユニットは、
     前記計算ユニットにより生成された中間データを読み取るための中間データ読み取りモジュールと、
     前記モデル判別ユニットのパラメータ調整モジュールにより生成されたモデルパラメータを読み取るためのモデルパラメータ読み取りモジュールと、
     前記中間データ読み取りモジュールに読み取られた前記中間データ及び生の出力データと照合し計算して、照合結果を取得するための判別モデル計算モジュールと
     前記モデル判別ユニットの判別結果を格納するための判別結果記憶モジュールと、
     判別終了条件を満たすか否かを判定し、YESであれば判別過程を終了し、NOであればパラメータ調整を継続して循環する終了条件判別モジュールと、
     特別な処理を経ていない出力データを読み取るための生の出力データ読み取りモジュールと、を含むことを特徴とする請求項6に記載の装置。
    The model discrimination unit is
    an intermediate data reading module for reading intermediate data generated by the computing unit;
    a model parameter reading module for reading the model parameters generated by the parameter adjustment module of the model discriminating unit;
    A discriminant model calculation module for matching and calculating the intermediate data read by the intermediate data reading module and the raw output data to obtain a matching result; and a discriminant result for storing the discriminant result of the model discriminating unit. a storage module;
    an end condition determination module that determines whether or not a determination end condition is satisfied, terminates the determination process if YES, and continues and circulates parameter adjustment if NO;
    7. The apparatus of claim 6, comprising a raw output data reading module for reading output data that has not undergone special processing.
  9.  前記誤差は、標準偏差、平均二乗誤差又は01誤差を前記モデル判別ユニットの判別の標準として使用することを含むが、これに限定されず、
     前記誤差を前記モデル処理ルール生成モジュール、前記モデル処理ユニットパラメータ調整モジュール及び前記モデル判別ユニットのパラメータ調整モジュールにフィードバックすることを特徴とする請求項7に記載の装置。
    The error includes, but is not limited to, using standard deviation, mean squared error or 01 error as the standard of discrimination of the model discriminating unit;
    8. The apparatus of claim 7, wherein the error is fed back to the model processing rule generation module, the model processing unit parameter adjustment module and the model discrimination unit parameter adjustment module.
  10.  請求項1から9のいずれか一項に記載のデータ処理装置に作用するデータ処理方法であって、
     入力データ処理ユニットを使用して、複数の値で構成される入力データ及び前記パラメータ調整ユニットにより生成された入力データ処理ルールを取得し、且つ前記入力データ処理ルールに基づいて入力データに対して変換処理を行うステップと、
     前記モデル処理ユニットを使用して、生のモデル及び前記パラメータ調整ユニットにより生成されたモデル処理ルールを取得し、且つ前記モデル処理ルールに基づいてモデルに対して変換処理を行うステップと、
     前記計算ユニットを使用して、前記モデル処理ルールに従って処理した後の前記モデルにより、前記入力データ処理ルールに従って処理した後の前記入力データを計算し、複数の値で構成され且つ複数行複数列のデータで構成された中間データを出力するステップと、
     前記モデル判別ユニットを使用して、計算して取得された推定データを読み取って取得された実際の結果と照合して計算し、誤差を取得して判別結果に戻るステップと、を含むことを特徴とするデータ処理方法。
    A data processing method acting on a data processing apparatus according to any one of claims 1 to 9, comprising:
    using an input data processing unit to obtain input data composed of multiple values and input data processing rules generated by the parameter adjustment unit, and transform the input data based on the input data processing rules; a step of processing;
    using the model processing unit to obtain a raw model and model processing rules generated by the parameter adjustment unit, and performing transformation processing on the model based on the model processing rules;
    using the computing unit to compute the input data after being processed according to the input data processing rules by the model after being processed according to the model processing rules, comprising a plurality of values and having multiple rows and multiple columns; a step of outputting intermediate data composed of data;
    using the model discriminating unit to read the calculated and obtained estimated data, compare and calculate with the obtained actual result, obtain the error and return to the discriminated result. data processing method.
  11.  前記データ処理方法は、
     前記モデル判別ユニットを使用して、判別終了条件を満たすことを判断し、YESであれば判別過程を終了し、トレーニング後のモデルを出力し、NOであればパラメータ調整を継続して循環し、中間データを生成して照合するステップを更に含むことを特徴とする請求項10に記載の方法。
    The data processing method includes:
    using the model discriminating unit to determine whether the discriminating end condition is met, if YES, terminate the discriminating process, output the model after training, and if NO, continue to cycle through parameter adjustment; 11. The method of claim 10, further comprising generating and collating intermediate data.
  12.  メモリ、プロセッサ及びメモリに格納され且つプロセッサにおいて運行できるコンピュータプログラムを含む電子デバイスであって、プロセッサがコンピュータプログラムを実行する際に、請求項10又は11に記載のデータ処理方法に対応するステップが実現される電子デバイス。 An electronic device comprising a memory, a processor and a computer program stored in the memory and operable on the processor, wherein the steps corresponding to the data processing method according to claim 10 or 11 are realized when the processor executes the computer program. electronic device.
  13.  コンピュータプログラム命令が格納されているコンピュータ記憶媒体であって、プロセッサにより前記プログラム命令を実行する際に、請求項10又は11に記載のデータ処理方法に対応するステップを実現することを特徴とするコンピュータ記憶媒体。 A computer storage medium storing computer program instructions, characterized in that, when executed by a processor, the computer implements the steps corresponding to the data processing method of claim 10 or 11. storage medium.
PCT/JP2022/034138 2022-03-04 2022-09-13 Data processing method, apparatus, device, and medium WO2023166765A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2023520024A JP7390088B1 (en) 2022-03-04 2022-09-13 Data processing methods, apparatus, devices and media

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202210211921.7 2022-03-04
CN202210211921.7A CN114692873A (en) 2022-03-04 2022-03-04 Data processing method, device, equipment and medium

Publications (1)

Publication Number Publication Date
WO2023166765A1 true WO2023166765A1 (en) 2023-09-07

Family

ID=82136667

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/034138 WO2023166765A1 (en) 2022-03-04 2022-09-13 Data processing method, apparatus, device, and medium

Country Status (3)

Country Link
JP (1) JP7390088B1 (en)
CN (1) CN114692873A (en)
WO (1) WO2023166765A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114692873A (en) * 2022-03-04 2022-07-01 陈九廷 Data processing method, device, equipment and medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190044918A1 (en) * 2018-03-30 2019-02-07 Intel Corporation Ai model and data camouflaging techniques for cloud edge
JP2019153216A (en) * 2018-03-06 2019-09-12 Kddi株式会社 Learning device, information processing system, method for learning, and program
JP2019219813A (en) * 2018-06-18 2019-12-26 国立研究開発法人産業技術総合研究所 Information processing method, system and program
US20210133577A1 (en) * 2019-11-03 2021-05-06 Microsoft Technology Licensing, Llc Protecting deep learned models
CN114692873A (en) * 2022-03-04 2022-07-01 陈九廷 Data processing method, device, equipment and medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019153216A (en) * 2018-03-06 2019-09-12 Kddi株式会社 Learning device, information processing system, method for learning, and program
US20190044918A1 (en) * 2018-03-30 2019-02-07 Intel Corporation Ai model and data camouflaging techniques for cloud edge
JP2019219813A (en) * 2018-06-18 2019-12-26 国立研究開発法人産業技術総合研究所 Information processing method, system and program
US20210133577A1 (en) * 2019-11-03 2021-05-06 Microsoft Technology Licensing, Llc Protecting deep learned models
CN114692873A (en) * 2022-03-04 2022-07-01 陈九廷 Data processing method, device, equipment and medium

Also Published As

Publication number Publication date
JPWO2023166765A1 (en) 2023-09-07
JP7390088B1 (en) 2023-12-01
CN114692873A (en) 2022-07-01

Similar Documents

Publication Publication Date Title
Olgun et al. QUAC-TRNG: High-throughput true random number generation using quadruple row activation in commodity DRAM chips
CN102629258B (en) Repeating data deleting method and device
Idoumghar et al. Hybrid PSO‐SA Type Algorithms for Multimodal Function Optimization and Reducing Energy Consumption in Embedded Systems
CN103631538A (en) Cold and hot data identification threshold value calculation method, device and system
Seo et al. IO workload characterization revisited: A data-mining approach
WO2023166765A1 (en) Data processing method, apparatus, device, and medium
WO2022088632A1 (en) User data monitoring and analysis method, apparatus, device, and medium
EP3889842A1 (en) Parallel processing method and apparatus for neural network model
WO2022247880A1 (en) Method for fusing operators of neural network, and related product
Jiang et al. Exma: A genomics accelerator for exact-matching
Poduval et al. Adaptive neural recovery for highly robust brain-like representation
Shahroodi et al. RattlesnakeJake: a fast and accurate pre-alignment filter suitable for computation-in-memory
Chen et al. GCIM: Towards Efficient Processing of Graph Convolutional Networks in 3D-Stacked Memory
CN116842542A (en) Hierarchical encryption storage method and device for sensitive data of wireless sensor network
Qi et al. A Multiple Kernel Learning Model Based on p‐Norm
US10841374B2 (en) Dynamic sharding for state-based processing
CN114722388A (en) Database data information security monitoring method
Cho Fast memory and storage architectures for the big data era
Adjeisah et al. Graph contrastive multi-view learning: A pre-training framework for graph classification
Gao et al. Construction and Optimization of Co-occurrence-attribute-interaction Model for Column Semantic Recognition.
Zheng et al. Hypergraph-Based Session Modeling: A Multi-Collaborative Self-Supervised Approach for Enhanced Recommender Systems
Gupta Processing in memory using emerging memory technologies
CN112232115B (en) Method, medium and equipment for implanting calculation factors
CN112995222B (en) Network detection method, device, equipment and medium
Li et al. Structure-enhanced pairwise feature learning for face clustering

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 2023520024

Country of ref document: JP

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22929909

Country of ref document: EP

Kind code of ref document: A1