WO2024083348A1 - Système et procédé de classification améliorée - Google Patents

Système et procédé de classification améliorée Download PDF

Info

Publication number
WO2024083348A1
WO2024083348A1 PCT/EP2022/084459 EP2022084459W WO2024083348A1 WO 2024083348 A1 WO2024083348 A1 WO 2024083348A1 EP 2022084459 W EP2022084459 W EP 2022084459W WO 2024083348 A1 WO2024083348 A1 WO 2024083348A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
classifications
classification
heuristics
heuristic
Prior art date
Application number
PCT/EP2022/084459
Other languages
English (en)
Inventor
Leo MUCKLEY
Radhika Loomba
Original Assignee
Eaton Intelligent Power Limited
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 Eaton Intelligent Power Limited filed Critical Eaton Intelligent Power Limited
Publication of WO2024083348A1 publication Critical patent/WO2024083348A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • 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

Definitions

  • the present invention relates to a system and method for improving the classification of input data.
  • the first type of system is an inference-based, or rule-based, system, wherein an objective of the system is to create a direct mapping between an input, such as data representative of a real-world item, and an output, such as an item classification.
  • the second type of system is a learningbased system, wherein an objective of the system is to learn patterns from input data.
  • An example learning-based system may utilise probabilistic modelling.
  • a problem present with these two types of systems is that domain expertise may be difficult to integrate. Furthermore, it may be difficult to implement domain adaptation.
  • the inference-based system may utilise a set of rules to produce a pre-defined outcome based on the set of rules.
  • This type of system may be highly dependent on context provided in a machine-readable format, and may have limited applicability.
  • the probability of achieving a direct mapping between an input and an output may be low for one context, but high for another context. This probability inconsistency may lead to an overall reduced ease of use with this system.
  • the learning-based system may define its own set of rules that are based on data outputs, and may gradually develop and adapt over time in accordance with training data provided to it.
  • this type of system may not include functionality for integrating domain expertise specific to a problem that the system aims to solve. Instead, the learning-based system may “learn” relevant information over time.
  • the system’s efficacy may be relatively low whilst the system is learning.
  • a classification system comprising: a heuristic input; and a processor in communication with the heuristic input, wherein the processor is configured to: receive a first data classification of a datum from an initial data classification system; receive one or more heuristics from the heuristic input; and generate a second data classification of the datum based on the first data classification and the one or more heuristics.
  • the term ‘heuristic input’ may be understood as a means for providing one or more heuristics to the system.
  • the term ‘heuristic’ may be understood as a domain-specific rule or technique that may facilitate a context-specific decision or classification.
  • the term ‘initial data classification system’ may be understood as a system configured to provide a first data classification of an input datum.
  • the initial data classification system may utilize any suitable machine learning classification model including, but not limited to, a probabilistic model; a rule-based model; a learning-based model; or a pre-trained model.
  • machine learning classification models include Bayesian Networks for probabilistic modelling; Frequent-Pattern Growth algorithm for rule-based pattern mining; Decision Tree classifier for a learning-based model; and a pre-trained Deep Learning model, wherein the pre-trained Deep Learning model is pre-trained on a different dataset.
  • first data classification may be understood as an initial classification of an input datum provided by the initial data classification system.
  • the first data classification may be a classification on an input datum before context-specific classification occurs. Accordingly, the first data classification may be a classification based on data that may not provide enough information to provide a classification with a high or acceptable degree of confidence or level of detail.
  • the one or more heuristics may be used by the system to generate the second data classification based on the first data classification and the one or more heuristics.
  • the present system may therefore apply a heuristic-based approach built using contextual postprocessing rules.
  • the system may seamlessly integrate accumulated domain expertise in a highly accessible manner, without the need for additional model re-training.
  • the present system may be relevant for multiple domains, including but not limited to: creating rules for the purpose of classifying supply chain transactions; integrating rules into the generation and understanding of natural language; and model selection and weight selection in weighted model ensembles, such as symptom mapping for health and/or medical based application.
  • An advantage of this system may be the improvement of a plurality of key performance indicators, such as providing more detailed classifications, generating language with an advanced level of vocabulary, and increasing classification accuracy. Furthermore, the present system may improve a response time for reaching a particular output using the added context or heuristic without negatively impacting computation time or computation complexity.
  • the present system may provide a means for improving model efficacy for context-specific modelling, in both inference-based systems and learning-based systems.
  • the heuristic input comprises an input device having a user interface configured to facilitate an input from a user, the input providing one or more heuristics.
  • the one or more heuristics may be input by a user, such as a medical professional, via the heuristic input.
  • the heuristic input may provide an improved means for providing the one or more heuristics to the system.
  • the heuristic input comprises a heuristic database comprising one or more predetermined heuristics.
  • the heuristic input may be hard coded into a codebase of the system, or read from a configuration file.
  • predetermined heuristic may be understood as a heuristic that has been pre-made.
  • the heuristic database may provide a historic catalogue of heuristics that the system may utilize.
  • the system may further increase in classification efficacy.
  • the second data classification is configured to generate the second data classification by: determining that a heuristic of the one or more heuristics is applicable to the first data classification; and applying the determined heuristic to the first data classification. For example, if an input data is representative of a screw, the first data classification of the screw may be ‘fasteners’, and the system may determine that the input data and first data classification match a predetermined heuristic. The system may then apply the predetermined heuristic such that a second data classification is generated, for example ‘turned parts’.
  • the processor is further configured to: determine that a further heuristic of the one or more heuristics is applicable to the second data classification; and apply the determined further heuristic to the second data classification.
  • the system may determine further heuristics that are applicable to the second data classification after said context has changed.
  • the system may provide an improved classification efficacy.
  • the processor is further configured to: receive a set of first data classifications from the initial classification system; and generate a set of second data classifications based on the set of first data classifications and the one or more heuristics.
  • a first data classification may be generated for each input datum of the set of input data
  • a second data classification may also be generated for each input datum of the set of input data.
  • the system may provide an improved classification efficacy for a plurality of data.
  • the processor is configured to generate the set of second data classifications by: (a) preparing the set of first data classifications; (b) determining that one or more first heuristics are applicable to one or more corresponding first data classifications of the set of first data classifications; (c) generating a set of intermediate data classifications by applying the one or more first heuristics to the one or more corresponding first data classifications of the set of first data classifications, thereby generating a set of intermediate data classifications; and (d) determining that one or more further heuristics are applicable to the set of intermediate data classifications; (e) iterating steps (c) and (d) using the set of intermediate data classifications in place of the set of first data classifications until it is determined that no further heuristics are applicable in step (d); and (f) outputting the set of intermediate data classifications as the set of second data classifications.
  • the present system may provide the technical benefit of being more computationally efficient.
  • new domain specific information/heuristics could be added to a training feature set prior to applying the learning algorithm.
  • the addition of new features to a learning procedure may make the method less computationally efficient as additional parameters needs to be learned.
  • no additional features are added and therefore no additional parameters need to be learned.
  • the additional step (i.e., the heuristic-based step) in the proposed system may be more computationally efficient than the optimisation of additional features in the alternative learning method.
  • a data classification system comprising: a data source; a heuristic input; and a processor in communication with the data source and the heuristic input, wherein the processor is configured to: receive an input datum from the data source; generate a first data classification of the datum; receive one or more heuristics from the heuristic input; and generate a second data classification of the datum based on the first data classification and the one or more heuristics.
  • the term ‘data source’ may be understood as a source of input data.
  • the data source may be a database of input data to be classified.
  • the data source may be a data library comprising inventory data corresponding to real-world objects, such as fasteners, electrical wires, and other real-world objects.
  • the processor may import the data from the data source for classification.
  • the system of the second aspect may provide a means for generating a first data classification, and subsequently generating a second data classification.
  • the processor is configured to: receive a set of input data from the data source; generate a set of first data classifications corresponding to the set of input data; and generate a set of second data classifications of the set of input data based on the set of first data classifications and the one or more heuristics.
  • a first data classification may be generated for each input datum of the set of input data
  • a second data classification may also be generated for each input datum of the set of input data.
  • the system may provide an improved classification efficacy for a plurality of data.
  • the processor is configured to generate the set of second data classifications by: (a) preparing the set of first data classifications; (b) determining that one or more first heuristics are applicable to one or more corresponding first data classifications of the set of first data classifications; (c) generating a set of intermediate data classifications by applying the one or more first heuristics to the one or more corresponding first data classifications of the set of first data classifications, thereby generating a set of intermediate data classifications; and (d) determining that one or more further heuristics are applicable to the set of intermediate data classifications; (e) iterating steps (c) and (d) using the set of intermediate data classifications in place of the set of first data classifications until it is determined that no further heuristics are applicable in step (d); and (f) outputting the set of intermediate data classifications as the set of second data classifications.
  • a data classification method carried out by a processor, comprising the steps of: receiving, from an initial data classification system, a first data classification of a datum; receiving, from a heuristic input, one or more heuristics; and generating a second data classification of the datum based on the first data classification and the one or more heuristics.
  • the second data classification is generated by: determining that a heuristic of the one or more heuristics is applicable to the first data classification; and applying the determined heuristic to the first data classification.
  • the method further comprises steps of: determining that a further heuristic of the one or more heuristics is applicable to the second data classification; and applying the determined further heuristic to the second data classification.
  • the method further comprises the steps of: receiving a set of first data classifications from the initial classification system; and generating a set of second data classifications based on the set of first data classifications and the one or more heuristics.
  • the set of second data classifications is generated by: (a) preparing the set of first data classifications; (b) determining that one or more first heuristics are applicable to one or more corresponding first data classifications of the set of first data classifications; (c) generating a set of intermediate data classifications by applying the one or more first heuristics to the one or more corresponding first data classifications of the set of first data classifications, thereby generating a set of intermediate data classifications; and (d) determining that one or more further heuristics are applicable to the set of intermediate data classifications; (e) iterating steps (c) and (d) using the set of intermediate data classifications in place of the set of first data classifications until it is determined that no further heuristics are applicable in step (d); and (f) outputting the set of intermediate data classifications as the set of second data classifications.
  • Figure 1 shows a schematic view of a classification system in accordance with a first aspect of the present disclosure.
  • Figure 2 shows a flow diagram of a modelling method in accordance with a second aspect of the present disclosure.
  • Figure 3 shows a schematic view of a classification system in accordance with a third aspect of the present disclosure.
  • Figure 4 shows a flow diagram of a modelling method in accordance with a fourth aspect of the present disclosure.
  • FIG. 1 shows a schematic view of a classification system 100 in accordance with a first aspect of the present disclosure.
  • the system 100 comprises a processor 102 and a heuristic input 104.
  • the system 100 may also comprise further components as is known in the art, such as receivers, routers, transmitters, and processors.
  • the system 100 is in communication with a data classification system 106.
  • the processor 102 is in communication with the heuristic input 104, and other components of the system 100 that are not shown.
  • the processor 102 is configured to facilitate and execute various functions of the system 100.
  • the heuristic input 104 is a means for facilitating access to or providing one or more heuristics to the processor 102.
  • the heuristic input 104 is a heuristic database 104 comprising a plurality of heuristics.
  • the plurality of heuristics are established by a domain expert, wherein each heuristic is associated with at least one first data classification.
  • the data classification system 106 is configured to provide one or more first data classifications of one or more input data to the system 100 using known inference-based or learning-based algorithms.
  • the data classification system 106 may utilize any suitable data classification model for applying to the input data to provide corresponding first data classifications.
  • the data classification model may be a rule-based model, a pre-trained model, a learning-based model, or any other suitable data classification model.
  • Figure 2 shows a flow diagram of a modelling method 200 in accordance with a second aspect of the present disclosure. The method 200 provides an iterative approach for providing context-specific modelling of input data.
  • the processor 102 receives a set of first data classifications of the input data from the data classification system 106.
  • the first data classifications are initial classifications of the input data determined by the data classification system 106.
  • the first data classifications may be selected from a pre-determined set of first data classifications.
  • the first data classifications provide an initial context for classifying each input datum of the input data.
  • step 204 the processor 102 receives, or retrieves, one or more heuristics of the plurality of heuristics from the heuristic input 104.
  • the processor 102 prepares the set of first data classifications.
  • the processor 102 initialises a queue of first data classifications based on the set of first data classifications received from the data classification system 106.
  • the queue represents the set of first data classifications in series. In the present example, the queue is as follows: the first data classification of the first datum, the first data classification of the second datum, then the first data classification of the third datum.
  • the processor 102 initialises a first heuristics flag as ‘True’.
  • the first heuristics flag is a global heuristics flag indicative of whether the method 200 is to take place, and when it is set to ‘False’, the method 200 stops and the first classification is retained.
  • the processor 102 also initialises a second heuristic flag as ‘False’, the second heuristic flag indicative of whether a heuristic has been applied in a current iteration.
  • the processor 102 also initialises a local counter to a ground value of, for example 0, the local counter having a maximum value corresponding to the number of first data classifications.
  • the processor 102 determines that one or more first heuristics are applicable to the set of first data classifications. In particular, in step 208, the processor 102 determines or checks that a heuristic is applicable to a first data classification at the end of the queue, and sets the second heuristic flag to ‘True’. If the processor 102 determines that no heuristic is applicable to the first data classification at the end of the queue, the second heuristic flag remains as ‘False’. The processor 102 then amends the queue such that the checked first data classification is moved to the front of the queue, and iterates the local counter by 1. The processor 102 repeats this until the counter reaches the maximum value, indicating that each first data classification has been checked. Accordingly, if any one of the first data classifications in the queue have an applicable heuristic, the second heuristic flag is set to ‘True’.
  • step 210 the processor 102 generates a set of intermediate data classifications by applying the one or more first heuristics to the appropriate first data classifications of the set of first data classifications.
  • This step 210 may occur in parallel with step 208, in that once it is determined that a heuristic is applicable to a first data classification, the heuristic is applied to said first data classification at substantially the same time that the second heuristic flag is set to ‘True’.
  • the processor 102 determines that one or more further heuristics are applicable to the set of intermediate data classifications. In particular, the processor 102 determines the value of the second heuristic flag.
  • the method returns to step 208. In this way, steps 208 to 212 are iterated whenever a first or intermediate data classification has a heuristic applied. If the second heuristic is set to ‘False’, indicating that no more heuristics have been applied to any one of the first or intermediate data classifications, such that the context has not changed since a preceding iteration, the method 200 proceeds to step 216.
  • the second heuristic flag is set to ‘True’ again.
  • step 216 once the processor 102 has determined that the second heuristic flag is set to ‘False’, the processor 102 outputs a set of second data classifications corresponding to the set of intermediate classifications, wherein each second data classification corresponds to a first data classification that has had at least one heuristic applied. It shall be appreciated that some first data classifications will remain unchanged, and that the set of second data classifications may comprise unmodified first data classifications.
  • the modelling method 200 provides an improved means of producing a data classification by adapting a pre-determined classification to domain knowledge.
  • Figure 3 shows a schematic view of a classification system 300 in accordance with a third aspect of the present disclosure.
  • the system 300 and the method 400 are used in the context of disease determination. This context is for illustration purposes only and the skilled person will understand that the system 300 and method 400 may be used for any suitable context.
  • the system 300 comprises a processor 302; a heuristic input 304; a data classification system 306; and a data source 308.
  • the system 300 may also comprise further components as is known in the art, such as receivers, routers, transmitters, and processors.
  • the processor 302 is in communication with the other components of the system 300.
  • the processor 302 is configured to facilitate and execute various functions of the system 300.
  • the heuristic input 304 is a means for facilitating access to or providing one or more heuristics to the processor 302.
  • the heuristic input 304 is a heuristic database 304 comprising one or more heuristics, the one or more heuristics being preprepared by a healthcare practitioner.
  • the one or more heuristics include a first disease heuristic; and a second disease heuristic.
  • the one or more heuristics may be established by a domain expert, such as a healthcare practitioner.
  • the healthcare practitioner may have been utilizing a predictive model to determine a first classification for recommending treatments to patients.
  • the predictive model may be effective in recommending treatments to most patient groups. However it may be less effective for at least one group, for example ages of less than 12 years old.
  • the practitioner could propose an alternative treatment for the failed group, wherein the alternative treatment is a heuristic.
  • the data format of the heuristic could be added to a configuration/text file, or similar, which would be parsed by the proposed algorithm.
  • Each field in the file could relate to a decision criterion for the second data classification to be applied. For example:
  • the data source 308 is configured to provide one or more input data to the data classification system 306.
  • the data source 306 is a data source user interface 306 configured to facilitate the input of one or more input data from a user.
  • the user inputting the data is a medical professional.
  • the data source 306 is configured to provide one or more data types.
  • the one or more data types include: a year of diagnosis; a patient gender; a patient age; a patient nationality; and a patient symptom.
  • the data classification system 306 is configured to provide one or more first data classifications of the one or more input data from the data source 308.
  • the data classification system utilizes a probabilistic model for the analysis of diseases.
  • the data classification system 306 is configured to predict a probability of a subject having a particular disease based on a set of explanatory features provided by the input data, such as the year of diagnosis, the patient gender, the patient age, the patient nationality, and the patient symptoms.
  • the data classification system 306 comprises a patient detail layer; a symptom layer; and a disease layer.
  • Figure 4 shows a flow diagram of a modelling method 400 in accordance with a fourth aspect of the present disclosure.
  • the processor 302 receives a set of input data from the data source user interface 306.
  • the set of input data includes: a first input data set, a second input data set, a third input data set, and a fourth input data set.
  • Each set of input data includes a year of diagnosis, a set of patient features, and a set of patient symptoms from the data source user interface 306.
  • the set of patent features include a patient gender, a patient age, and a patient nationality.
  • the first set of input data comprises: a year of diagnosis of 2021; a patient gender of male; a patient age of 31; and a patient nationality of British.
  • the second set of input data comprises: a year of diagnosis of 2017; a patient gender of female; a patient age of 23; and a patient nationality of French.
  • the third set of input data comprises: a year of diagnosis of 2021; a patient gender of female; a patient age of 31; and a patient nationality of British.
  • the fourth set of input data comprises: a year of diagnosis of 2021 ; a patient gender of male; a patient age of 31 ; and a patient nationality of Brazilian.
  • Each set of input data comprises patient symptoms of a cough and a fever.
  • the processor 302 determines a first data classification of the set of input data.
  • the process 302 applies a classification model to the set of symptom data.
  • the processor 302 applies a rule-based model.
  • any suitable classification model may be applied to the set of input data, such as a learning-based model or a pre-trained model.
  • the first data classification of each input data set is 50% influenza and 50% pneumonia.
  • step 406 the processor 302 carries out the data classification method 200.
  • the one or more heuristics include a first disease heuristic; and a second disease heuristic.
  • the first disease heuristic is a ‘COVID-19’ heuristic, wherein if the first data classification is influenza, and the year data is greater than 2020, the first disease heuristic is applied such that a second data classification that the disease is COVID-19 is increased. Furthermore, if the first data classification is influenza, and the year data is less than 2020, the first disease heuristic is applied such that the second data classification remains as the first data classification.
  • the second disease heuristic is a ‘Dengue Fever’ heuristic, wherein if the first data classification is pneumonia, and the nationality data is Brazilian, the second disease heuristic is applied such that the second data classification being Dengue Fever is increased.
  • the processor 302 outputs a second data classification of each input data set.
  • the second data classification of the first set of input data is the first data classification.
  • the second data classification of the second set of input data is 80% COVID- 19, 10% influenza, and 10% pneumonia.
  • the second data classification of the third set of input data is 50% influenza and 10% pneumonia.
  • the second data classification of the fourth set of input data is 80% Dengue Fever, 10% influenza, and 10% pneumonia.
  • the system 300 and method 400 provide a means for modelling one or more additional diseases, for example, COVID-19 without including additional nodes on the disease layer. Every time a node is added to a model, it creates more associations with other nodes in the preceding (e.g. symptom) layer, thereby increasing the complexity of the model.
  • the additional associations also increase the computational time for modelling because a greater number of parameters are needed to be learned or optimized.
  • Figure 5 shows a schematic view of an object sorting system 500 in accordance with a fifth aspect of the present disclosure.
  • the system 500 is in the context of warehouse organization.
  • the system 500 comprises a processor 502; an inventory datastore 504; a data classification system 506; a heuristic input 508; a command module 510; and a sorting means 512.
  • the system is implemented in a cloud environment (not shown).
  • the processor 502 is in communication with the inventory datastore 504; the data classification system 506; the heuristic input 508; and the command module 510.
  • the processor 502 is configured to facilitate and execute various functions of the system 500.
  • the inventory datastore 504 comprises inventory data associated with real-world inventory objects that are to be classified.
  • the inventory datastore 506 comprises inventory data associated with: a first aid kit; a fastener; and an electrical wire. It will be appreciated that the inventory datastore 506 may comprise inventory data associated with any number of inventory objects.
  • the data classification system 506 is configured to provide a first data classification of input data, such as the inventory data of the inventory datastore 504.
  • the data classification system 506 is a pre-trained initial classification model, and may be an inference-based system.
  • the initial classification model may be trained on historical classified objects to learn the specific patterns in the object numbers associated with the object.
  • the initial classification model may be based on an object number of an object.
  • the learned pattern may be object numbers beginning with ‘FCT, and the learned pattern classification may be ‘FASTENER’.
  • the heuristic input 508 is configured to provide a context-specific model with one or more heuristics, wherein the heuristics are initially input by a domain expert, such as a warehouse organisation expert.
  • the processor 502 is configured to execute the method 200 using the first data classification provided by the data classification system 506, and the one or more heuristics provided by the heuristic input 508, thereby generating a second data classification.
  • the command module 510 is configured to receive the second data classification from the processor 502, and generate a command based on the second data classification.
  • the command module 510 is configured to generate a command for the sorting means 512 based on the second data classification, wherein the second data classification is indicative of a warehouse zone in which the corresponding item is to be stored.
  • the command module 510 is in communication with the sorting means 512.
  • the sorting means 512 is configured to receive, and execute, the command.
  • the sorting means 512 is configured to retrieve an item, and move the item to the relevant warehouse zone or location associated with the second data classification.
  • the sorting means 512 is a mobile robot 512.
  • the sorting means 512 may comprise a plurality of mobile robots.
  • Figure 6 shows a flow diagram of an object sorting method 600 in accordance with a second aspect of the present disclosure.
  • the processor 502 inputs a set of inventory a of the inventory datastore 504 into the data classification system 506.
  • the input data comprises: an input object number ‘FC112345’, and an input description of ‘SCREW SS1’.
  • the data classification system 506 provides a first data classification of the input datum.
  • the first data classification is ‘FASTENER’ because the initial classification model has a learned pattern wherein object numbers beginning with ‘FC1’ are classified as ‘FASTENER’.
  • the processor 502 receives or determines one or more heuristic from the heuristic input 508.
  • the processor 502 executes the modelling method 200, thereby generating a second data classification.
  • the processor 502 determines that no heuristics are applicable and the second flag is set to ‘False’.
  • the second data classification is therefore output as ‘FASTENER - SCREW- STAINLESS STEEL’.
  • the processor 502 provides the second data classification to the command module 510.
  • the command module 510 determines or generates a command.
  • the command module 510 determines an initial location of the object associated with the input datum, indicative of a current location of the object in the warehouse.
  • the command module 510 generates a command in which the object is to be transported from the initial location to a final location, wherein the final location corresponds to the second data classification.
  • the command module 510 provides the command to the mobile robot 512.
  • the mobile robot 512 retrieves the object from the first location and moves the object to the final location.
  • first, second, etc. may be used herein to describe various elements, these elements should not be limited by these terms. These terms are only used to distinguish one element from another. For example, a first element could be termed a second element, and, similarly, a second element could be termed a first element. The first element and the second element are both elements, respectively, but they are not to be considered the same element.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Artificial Intelligence (AREA)
  • Medical Informatics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Computational Linguistics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

Un système de classification de données est proposé pour classifier des données. La classification de données comprend une entrée heuristique ; et un processeur en communication avec l'entrée heuristique, le processeur étant configuré pour : recevoir une première classification de données d'une donnée à partir d'un système de classification de données initial ; recevoir une ou plusieurs heuristiques à partir de l'entrée heuristique ; et générer une seconde classification de données de la donnée sur la base de la première classification de données et de la ou des heuristiques.
PCT/EP2022/084459 2022-10-21 2022-12-05 Système et procédé de classification améliorée WO2024083348A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
IN202211060329 2022-10-21
IN202211060329 2022-10-21

Publications (1)

Publication Number Publication Date
WO2024083348A1 true WO2024083348A1 (fr) 2024-04-25

Family

ID=84627525

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2022/084459 WO2024083348A1 (fr) 2022-10-21 2022-12-05 Système et procédé de classification améliorée

Country Status (1)

Country Link
WO (1) WO2024083348A1 (fr)

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
BROOKS J P ET AL: "Conjecturing-Based Computational Discovery of Patterns in Data", ARXIV.ORG, CORNELL UNIVERSITY LIBRARY, 201 OLIN LIBRARY CORNELL UNIVERSITY ITHACA, NY 14853, 23 November 2020 (2020-11-23), XP081819264 *
JULIO VILLENA-ROMÁN; COLLADA-PÉREZ SONIA; LANA-SERRANO SARA; GONZÁLEZ-CRISTÓBAL JOSÉ C; SPAIN S A: "Hybrid Approach Combining Machine Learning and a Rule-Based Expert System for Text Categorization Daedalus ? Data, Decisions and Language", TWENTY-FOURTH INTERNATIONAL FLAIRS CONFERENCE, 18 May 2011 (2011-05-18), pages 323 - 328, XP055616968 *

Similar Documents

Publication Publication Date Title
US11354578B2 (en) Mixture of generators model
CN110892417B (zh) 具有学习教练的异步代理以及在不降低性能的情况下在结构上修改深度神经网络
Yildirim Chronic kidney disease prediction on imbalanced data by multilayer perceptron: Chronic kidney disease prediction
CN110914839B (zh) 错误去相关的选择性训练
JP2024500182A (ja) 説明可能なトランスデューサ・トランスフォーマ
CN108846512B (zh) 基于择优分类的水质预测方法
Mishra et al. A neuro-genetic model to predict hepatitis disease risk
Mishra et al. Implementation of biologically motivated optimisation approach for tumour categorisation
CN111602150A (zh) 计算机实现的确定方法和系统
Khanmohammadi et al. A Gaussian mixture model based discretization algorithm for associative classification of medical data
US11375176B2 (en) Few-shot viewpoint estimation
CN112055878A (zh) 基于第二组训练数据调整机器学习模型
CN113139664B (zh) 一种跨模态的迁移学习方法
Vadimovich et al. Self-adjusted evolutionary algorithms based approach for automated design of fuzzy logic systems
Shivhare et al. Software effort estimation using machine learning techniques
Wang et al. M2SPL: Generative multiview features with adaptive meta-self-paced sampling for class-imbalance learning
Kharya et al. Weighted Bayesian association rule mining algorithm to construct Bayesian belief network
Norton et al. Learning DNF via probabilistic evidence combination
Dehariya et al. Brain image segmentation to diagnose tumor by applying wiener filter and intelligent water drop algorithm
Bakasa et al. Stacked ensemble deep learning for pancreas cancer classification using extreme gradient boosting
WO2024083348A1 (fr) Système et procédé de classification améliorée
KR102521777B1 (ko) 이미지 처리 방법
CN115240843A (zh) 基于结构因果模型的公平性预测系统
SP et al. An enhanced weighted associative classification algorithm without preassigned weight based on ranking hubs
Klampfl et al. Mutation testing for artificial neural networks: An empirical evaluation

Legal Events

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

Ref document number: 22830478

Country of ref document: EP

Kind code of ref document: A1