CN111382191A - Machine learning identification method based on deep learning - Google Patents

Machine learning identification method based on deep learning Download PDF

Info

Publication number
CN111382191A
CN111382191A CN202010224110.1A CN202010224110A CN111382191A CN 111382191 A CN111382191 A CN 111382191A CN 202010224110 A CN202010224110 A CN 202010224110A CN 111382191 A CN111382191 A CN 111382191A
Authority
CN
China
Prior art keywords
training
data
model
parameters
machine learning
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010224110.1A
Other languages
Chinese (zh)
Inventor
张彩琴
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Luliang University
Original Assignee
Luliang University
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 Luliang University filed Critical Luliang University
Priority to CN202010224110.1A priority Critical patent/CN111382191A/en
Publication of CN111382191A publication Critical patent/CN111382191A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2465Query processing support for facilitating data mining operations in structured databases
    • 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
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/084Backpropagation, e.g. using gradient descent

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Mathematical Physics (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Computing Systems (AREA)
  • Artificial Intelligence (AREA)
  • Computational Linguistics (AREA)
  • Evolutionary Computation (AREA)
  • Biophysics (AREA)
  • Molecular Biology (AREA)
  • General Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Databases & Information Systems (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Medical Informatics (AREA)
  • Fuzzy Systems (AREA)
  • Probability & Statistics with Applications (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a machine learning identification method based on deep learning, which comprises the following steps: s1, acquiring index data related to the training parameter set based on the BP neural network model according to the identification target parameter; s2, calling a corresponding data mining module and/or a Faster R-CNN model according to the acquired related index data to realize automatic detection and acquisition of the training parameter set; s3, calling a corresponding data preprocessing model according to the identification target parameters and the acquired related index parameters to realize preprocessing of the training parameter set, and acquiring training set data and test set data; and S4, inputting the training set data into the corresponding machine learning model for learning training, then updating the parameters of the neural network according to forward propagation and backward propagation until the model converges, and storing the trained model. The whole process of the invention is automatically completed depending on different neural network models, and the machine learning efficiency can be greatly improved.

Description

一种基于深度学习的机器学习识别方法A machine learning recognition method based on deep learning

技术领域technical field

本发明涉及机器学习领域,具体涉及一种基于深度学习的机器学习识别方法。The invention relates to the field of machine learning, in particular to a deep learning-based machine learning identification method.

背景技术Background technique

随着大数据时代的到来,海量数据的分类和挖掘技术显得尤为重要。在海 量数据挖掘中,如何利用从已有数据中分类和挖掘出来的信息来指导新数据的分类和挖掘已成为一个新的研究热点。特别是当某些任务的样本数量较少时,利用多任务学习能够有效的减少海量数据分类和挖掘的时间成本并提高信息获取准确度。With the advent of the era of big data, the classification and mining technology of massive data is particularly important. In massive data mining, how to use the information classified and mined from existing data to guide the classification and mining of new data has become a new research hotspot. Especially when the number of samples for some tasks is small, the use of multi-task learning can effectively reduce the time cost of classification and mining of massive data and improve the accuracy of information acquisition.

基于深度学习方法在实践中被证明是一种有效、鲁棒的信息分类方法。深度神经网路(例如深度卷积神经网络)是最具代表性的机器学习方法。深度学习模型通常有数十层可学习的数据处理层,有数十万、甚至数百万的可以学习参数。由于大量参数构成极其巨大的学习空间,为了得到最优的模型参数,通常需要大量的训练数据。但是,为了训练深度学习模型,必须构建拥有大量样本的训练数据集,通常训练样本数量在数万以上。然而,构建这样的训练集,在实际应用中是非常困难的。Deep learning-based methods have been proven to be effective and robust information classification methods in practice. Deep neural networks (such as deep convolutional neural networks) are the most representative machine learning methods. Deep learning models usually have dozens of learnable data processing layers and hundreds of thousands or even millions of learnable parameters. Since a large number of parameters constitute an extremely huge learning space, in order to obtain the optimal model parameters, a large amount of training data is usually required. However, in order to train a deep learning model, it is necessary to build a training dataset with a large number of samples, usually more than tens of thousands of training samples. However, constructing such a training set is very difficult in practical applications.

在深度学习方法用于分类任务时,传统的深度学习方法要求分类模型对比样本的类必须与生产样本的类相同,即模型只能分类已学习的类,如果有新的类的样本需要分类,必须重新训练机器学习模型,或者对机器学习模型做一些适应性的训练学习。这也导致了基于深度学习方法的机器学习模 型的训练,需要消耗大量的训练计算资源和较长的训练学习时间,限制了其在实际应用场合中的使用便利性和通用性。When deep learning methods are used for classification tasks, traditional deep learning methods require the classification model to compare the class of the samples with the same class as the production samples, that is, the model can only classify the learned classes. If there are new classes of samples that need to be classified, The machine learning model must be retrained, or some adaptive training and learning of the machine learning model must be done. This also leads to the training of machine learning models based on deep learning methods, which requires a lot of training computing resources and long training and learning time, which limits its convenience and versatility in practical applications.

发明内容SUMMARY OF THE INVENTION

为解决上述问题,本发明提供了一种基于深度学习的机器学习识别方法。In order to solve the above problems, the present invention provides a deep learning-based machine learning identification method.

为实现上述目的,本发明采取的技术方案为:To achieve the above object, the technical scheme adopted in the present invention is:

一种基于深度学习的机器学习识别方法,包括如下步骤:A deep learning-based machine learning identification method, comprising the following steps:

S1、根据识别目标参数基于BP神经网络模型实现训练参数集相关指标数据的获取;S1. According to the identification target parameters, the acquisition of relevant index data of the training parameter set is realized based on the BP neural network model;

S2、根据获取到的相关指标数据调用对应的数据挖掘模块和/或Faster R-CNN模型实现训练参数集的自动检测采集;S2. Call the corresponding data mining module and/or the Faster R-CNN model according to the obtained relevant indicator data to realize automatic detection and collection of the training parameter set;

S3、根据识别目标参数以及获取到的相关指标参数调用对应的数据预处理模型实现训练参数集的预处理,获取训练集数据和测试集数据;S3, calling the corresponding data preprocessing model to realize the preprocessing of the training parameter set according to the identification target parameters and the obtained relevant index parameters, and obtain the training set data and the test set data;

S4、将训练集数据输入对应的机器学习模型进行学习训练,然后根据正向传播和反向传播对神经网络的参数进行更新,直到模型收敛,保存训练好的模型;S4. Input the training set data into the corresponding machine learning model for learning and training, and then update the parameters of the neural network according to forward propagation and back propagation until the model converges, and save the trained model;

S5、应用训练好的模型和测试集数据对模型进行预测,根据模型的训练日志和预测日志对模型进行分析,绘制训练和测试Accracy及loss曲线,判断该模型是否可以有效地进行目标参数识别。S5. Use the trained model and test set data to predict the model, analyze the model according to the training log and prediction log of the model, draw the training and testing Accracy and loss curves, and judge whether the model can effectively identify target parameters.

进一步地,在发现新的训练数据时,首先构建新的训练数据与相关指标参数的关联关系,然后将新的训练数据转换成采用相关指标参数表达的参数,即可输入对应的训练好的模型进行训练。Further, when discovering new training data, first build the relationship between the new training data and relevant index parameters, and then convert the new training data into parameters expressed by relevant index parameters, and then input the corresponding trained model. to train.

进一步地,所述步骤S3中的数据预处理模型采用Inception_V3神经网络模型。Further, the data preprocessing model in the step S3 adopts the Inception_V3 neural network model.

进一步地,在发现待识别数据无法识别时,首先基于卷积神经网络提取待识别数据的特征数据,然后构建特征参数与相关指标参数的关联关系,然后将待识别数据转换成采用相关指标参数表达的参数,即可输入对应的训练好的模型进行训练。Further, when it is found that the data to be identified cannot be identified, first extract the characteristic data of the data to be identified based on the convolutional neural network, then construct the correlation between the characteristic parameters and the relevant index parameters, and then convert the to-be-identified data into expressions using the relevant index parameters. parameters, you can input the corresponding trained model for training.

进一步地,所述训练参数相关指标数据至少包括训练参数的类型、训练参数包含的特征或特征集,训练参数所属的领域。Further, the training parameter-related index data includes at least the type of the training parameter, the feature or feature set included in the training parameter, and the field to which the training parameter belongs.

上述方案中:In the above scheme:

基于训练参数集相关指标数据进行训练参数集的获取,在可以提高训练参数集针对性的同时,可以尽可能的减少训练参数的数量,缩短模型训练时间。The acquisition of the training parameter set based on the relevant index data of the training parameter set can improve the pertinence of the training parameter set, reduce the number of training parameters as much as possible, and shorten the model training time.

通过数据挖掘模块和/或Faster R-CNN模型实现了训练参数集的自动检测采集,从而可以快速实现训练参数集的自动生成。The automatic detection and collection of the training parameter set is realized through the data mining module and/or the Faster R-CNN model, so that the automatic generation of the training parameter set can be quickly realized.

通过构建新的训练数据与相关指标参数的关联关系,然后将新的训练数据转换成采用相关指标参数表达的参数的方式,实现了训练好的模型的微调,从而使其可以快速具备识别新参数识别的功能。By constructing the relationship between new training data and relevant index parameters, and then converting the new training data into parameters expressed by relevant index parameters, the fine-tuning of the trained model is realized, so that it can quickly identify new parameters. Recognized function.

整个过程依赖不同的神经网络模型自动完成,从而大大提高了机器学习的效率。The whole process relies on different neural network models to be done automatically, which greatly improves the efficiency of machine learning.

附图说明Description of drawings

图1为本发明实施例1的流程图。FIG. 1 is a flowchart of Embodiment 1 of the present invention.

图2为本发明实施例2的流程图。FIG. 2 is a flowchart of Embodiment 2 of the present invention.

图3为本发明实施例3的流程图。FIG. 3 is a flowchart of Embodiment 3 of the present invention.

具体实施方式Detailed ways

下面结合具体实施例对本发明进行详细说明。以下实施例将有助于本领域的技术人员进一步理解本发明,但不以任何形式限制本发明。应当指出的是,对本领域的普通技术人员来说,在不脱离本发明构思的前提下,还可以做出若干变形和改进。这些都属于本发明的保护范围。The present invention will be described in detail below with reference to specific embodiments. The following examples will help those skilled in the art to further understand the present invention, but do not limit the present invention in any form. It should be noted that, for those skilled in the art, several modifications and improvements can be made without departing from the concept of the present invention. These all belong to the protection scope of the present invention.

实施例1Example 1

一种基于深度学习的机器学习识别方法,包括如下步骤:A deep learning-based machine learning identification method, comprising the following steps:

S1、根据识别目标参数基于BP神经网络模型实现训练参数集相关指标数据的获取;训练参数相关指标数据至少包括训练参数的类型(图片/文本)、训练参数包含的特征或特征集,训练参数所属的领域,比如金融领域、多媒体领域;S1. According to the identification target parameters, the BP neural network model is used to obtain the relevant index data of the training parameter set; the training parameter-related index data at least includes the type (picture/text) of the training parameter, the feature or feature set contained in the training parameter, and the training parameter belongs to. areas, such as finance and multimedia;

S2、根据获取到的相关指标数据调用对应的数据挖掘模块和/或Faster R-CNN模型实现训练参数集的自动检测采集;即所有获取到的训练参数集均包含训练参数集相关指标数据中的特征或特征集;S2. Invoke the corresponding data mining module and/or the Faster R-CNN model according to the obtained relevant index data to realize automatic detection and collection of the training parameter set; that is, all the obtained training parameter sets include the relevant index data of the training parameter set. features or feature sets;

S3、根据识别目标参数以及获取到的相关指标参数调用对应的Inception_V3神经网络模型实现训练参数集的预处理,获取训练集数据和测试集数据;S3, call the corresponding Inception_V3 neural network model according to the identification target parameters and the obtained relevant index parameters to realize the preprocessing of the training parameter set, and obtain the training set data and the test set data;

S4、将训练集数据输入对应的机器学习模型进行学习训练,然后根据正向传播和反向传播对神经网络的参数进行更新,直到模型收敛,保存训练好的模型;S4. Input the training set data into the corresponding machine learning model for learning and training, and then update the parameters of the neural network according to forward propagation and back propagation until the model converges, and save the trained model;

S5、应用训练好的模型和测试集数据对模型进行预测,根据模型的训练日志和预测日志对模型进行分析,绘制训练和测试Accracy及loss曲线,判断该模型是否可以有效地进行目标参数识别。S5. Use the trained model and test set data to predict the model, analyze the model according to the training log and prediction log of the model, draw the training and testing Accracy and loss curves, and judge whether the model can effectively identify target parameters.

实施例2Example 2

一种基于深度学习的机器学习识别方法,包括如下步骤:A deep learning-based machine learning identification method, comprising the following steps:

S1、根据识别目标参数基于BP神经网络模型实现训练参数集相关指标数据的获取;所述训练参数相关指标数据至少包括训练参数的类型、训练参数包含的特征或特征集,训练参数所属的领域;S1, realize the acquisition of training parameter set related index data based on the BP neural network model according to the identification target parameter; the training parameter related index data at least include the type of the training parameter, the feature or the feature set that the training parameter includes, and the field to which the training parameter belongs;

S2、根据获取到的相关指标数据调用对应的数据挖掘模块和/或Faster R-CNN模型实现训练参数集的自动检测采集;S2. Call the corresponding data mining module and/or the Faster R-CNN model according to the obtained relevant indicator data to realize automatic detection and collection of the training parameter set;

S3、根据识别目标参数以及获取到的相关指标参数调用对应的Inception_V3神经网络模型实现训练参数集的预处理,获取训练集数据和测试集数据;S3, call the corresponding Inception_V3 neural network model according to the identification target parameters and the obtained relevant index parameters to realize the preprocessing of the training parameter set, and obtain the training set data and the test set data;

S4、将训练集数据输入对应的机器学习模型进行学习训练,然后根据正向传播和反向传播对神经网络的参数进行更新,直到模型收敛,保存训练好的模型;S4. Input the training set data into the corresponding machine learning model for learning and training, and then update the parameters of the neural network according to forward propagation and back propagation until the model converges, and save the trained model;

S5、应用训练好的模型和测试集数据对模型进行预测,根据模型的训练日志和预测日志对模型进行分析,绘制训练和测试Accracy及loss曲线,判断该模型是否可以有效地进行目标参数识别。S5. Use the trained model and test set data to predict the model, analyze the model according to the training log and prediction log of the model, draw the training and testing Accracy and loss curves, and judge whether the model can effectively identify target parameters.

S6、将新的训练数据转换成采用相关指标参数表达的参数输入对应的训练好的模型进行训练,获取新的模型;具体的,在发现新的训练数据时,首先基于卷积神经网络提取新的训练数据的特征数据,构建特征数据与相关指标参数(此处是指训练参数中包含的特征或特征集参数)的关联关系,然后将新的训练数据转换成采用相关指标参数(训练参数中包含的特征或特征集参数)表达的参数,即可输入对应的训练好的模型进行训练。S6. Convert the new training data into parameters expressed by relevant index parameters and input the corresponding trained model for training to obtain a new model; specifically, when new training data is found, first extract the new model based on the convolutional neural network The feature data of the training data, construct the association relationship between the feature data and the relevant indicator parameters (here refers to the features or feature set parameters contained in the training parameters), and then convert the new training data into the relevant indicator parameters (in the training parameters). The parameters expressed by the included features or feature set parameters) can be input into the corresponding trained model for training.

实施例3Example 3

一种基于深度学习的机器学习识别方法,包括如下步骤:A deep learning-based machine learning identification method, comprising the following steps:

S1、根据识别目标参数基于BP神经网络模型实现训练参数集相关指标数据的获取;所述训练参数相关指标数据至少包括训练参数的类型、训练参数包含的特征或特征集,训练参数所属的领域;S1, realize the acquisition of training parameter set related index data based on the BP neural network model according to the identification target parameter; the training parameter related index data at least include the type of the training parameter, the feature or the feature set that the training parameter includes, and the field to which the training parameter belongs;

S2、根据获取到的相关指标数据调用对应的数据挖掘模块和/或Faster R-CNN模型实现训练参数集的自动检测采集;S2. Call the corresponding data mining module and/or the Faster R-CNN model according to the obtained relevant indicator data to realize automatic detection and collection of the training parameter set;

S3、根据识别目标参数以及获取到的相关指标参数调用对应的Inception_V3神经网络模型实现训练参数集的预处理,获取训练集数据和测试集数据;S3, call the corresponding Inception_V3 neural network model according to the identification target parameters and the obtained relevant index parameters to realize the preprocessing of the training parameter set, and obtain the training set data and the test set data;

S4、将训练集数据输入对应的机器学习模型进行学习训练,然后根据正向传播和反向传播对神经网络的参数进行更新,直到模型收敛,保存训练好的模型;S4. Input the training set data into the corresponding machine learning model for learning and training, and then update the parameters of the neural network according to forward propagation and back propagation until the model converges, and save the trained model;

S5、应用训练好的模型和测试集数据对模型进行预测,根据模型的训练日志和预测日志对模型进行分析,绘制训练和测试Accracy及loss曲线,判断该模型是否可以有效地进行目标参数识别。S5. Use the trained model and test set data to predict the model, analyze the model according to the training log and prediction log of the model, draw the training and testing Accracy and loss curves, and judge whether the model can effectively identify target parameters.

S6、在发现待识别数据无法识别时,将待识别数据转换成采用相关指标参数表达的参数输入对应的训练好的模型进行训练,获取新的模型;具体的,首先基于卷积神经网络提取待识别数据的特征数据,然后构建特征参数与相关指标参数(此处是指训练参数中包含的特征或特征集参数)的关联关系,然后将待识别数据转换成采用相关指标参数(训练参数中包含的特征或特征集参数)表达的参数,即可输入对应的训练好的模型进行训练。S6. When it is found that the data to be recognized cannot be recognized, convert the data to be recognized into parameters expressed by relevant index parameters and input the corresponding trained model for training to obtain a new model; specifically, first extract the data to be recognized based on the convolutional neural network. Identify the characteristic data of the data, and then construct the association relationship between the characteristic parameters and the relevant index parameters (here refers to the characteristics or characteristic set parameters contained in the training parameters), and then convert the data to be identified into the relevant index parameters (the training parameters include The parameters expressed by the features or feature set parameters) can be input to the corresponding trained model for training.

以上对本发明的具体实施例进行了描述。需要理解的是,本发明并不局限于上述特定实施方式,本领域技术人员可以在权利要求的范围内做出各种变化或修改,这并不影响本发明的实质内容。在不冲突的情况下,本申请的实施例和实施例中的特征可以任意相互组合。Specific embodiments of the present invention have been described above. It should be understood that the present invention is not limited to the above-mentioned specific embodiments, and those skilled in the art can make various changes or modifications within the scope of the claims, which do not affect the essential content of the present invention. The embodiments of the present application and features in the embodiments may be combined with each other arbitrarily, provided that there is no conflict.

Claims (5)

1.一种基于深度学习的机器学习识别方法,其特征在于:包括如下步骤:1. a machine learning identification method based on deep learning, is characterized in that: comprise the steps: S1、根据识别目标参数基于BP神经网络模型实现训练参数集相关指标数据的获取;S1. According to the identification target parameters, the acquisition of relevant index data of the training parameter set is realized based on the BP neural network model; S2、根据获取到的相关指标数据调用对应的数据挖掘模块和/或Faster R-CNN模型实现训练参数集的自动检测采集;S2. Call the corresponding data mining module and/or the Faster R-CNN model according to the obtained relevant indicator data to realize automatic detection and collection of the training parameter set; S3、根据识别目标参数以及获取到的相关指标参数调用对应的数据预处理模型实现训练参数集的预处理,获取训练集数据和测试集数据;S3, calling the corresponding data preprocessing model to realize the preprocessing of the training parameter set according to the identification target parameters and the obtained relevant index parameters, and obtain the training set data and the test set data; S4、将训练集数据输入对应的机器学习模型进行学习训练,然后根据正向传播和反向传播对神经网络的参数进行更新,直到模型收敛,保存训练好的模型;S4. Input the training set data into the corresponding machine learning model for learning and training, and then update the parameters of the neural network according to forward propagation and back propagation until the model converges, and save the trained model; S5、应用训练好的模型和测试集数据对模型进行预测,根据模型的训练日志和预测日志对模型进行分析,绘制训练和测试Accracy及loss曲线,判断该模型是否可以有效地进行目标参数识别。S5. Use the trained model and test set data to predict the model, analyze the model according to the training log and prediction log of the model, draw the training and testing Accracy and loss curves, and judge whether the model can effectively identify target parameters. 2.如权利要求1所述的一种基于深度学习的机器学习识别方法,其特征在于:在发现新的训练数据时,首先构建新的训练数据与相关指标参数的关联关系,然后将新的训练数据转换成采用相关指标参数表达的参数,即可输入对应的训练好的模型进行训练。2. a kind of machine learning identification method based on deep learning as claimed in claim 1 is characterized in that: when discovering new training data, first construct the association relation between new training data and relevant index parameter, then new The training data is converted into parameters expressed by relevant index parameters, and the corresponding trained model can be input for training. 3.如权利要求1所述的一种基于深度学习的机器学习识别方法,其特征在于:所述步骤S3中的数据预处理模型采用Inception_V3神经网络模型。3 . The deep learning-based machine learning identification method according to claim 1 , wherein the data preprocessing model in the step S3 adopts the Inception_V3 neural network model. 4 . 4.如权利要求1所述的一种基于深度学习的机器学习识别方法,其特征在于:在发现待识别数据无法识别时,首先基于卷积神经网络提取待识别数据的特征数据,然后构建特征参数与相关指标参数的关联关系,然后将待识别数据转换成采用相关指标参数表达的参数,即可输入对应的训练好的模型进行训练。4. a kind of machine learning identification method based on deep learning as claimed in claim 1 is characterized in that: when discovering that the data to be identified cannot be identified, at first extract the characteristic data of the data to be identified based on convolutional neural network, then construct the feature The relationship between the parameters and the relevant index parameters, and then the data to be identified is converted into the parameters expressed by the relevant index parameters, and the corresponding trained model can be input for training. 5.如权利要求1所述的一种基于深度学习的机器学习识别方法,其特征在于:所述训练参数相关指标数据至少包括训练参数的类型、训练参数包含的特征或特征集,训练参数所属的领域。5. A deep learning-based machine learning identification method according to claim 1, wherein the training parameter-related index data at least includes the type of the training parameter, the feature or feature set included in the training parameter, and the training parameter belongs to field.
CN202010224110.1A 2020-03-26 2020-03-26 Machine learning identification method based on deep learning Pending CN111382191A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010224110.1A CN111382191A (en) 2020-03-26 2020-03-26 Machine learning identification method based on deep learning

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010224110.1A CN111382191A (en) 2020-03-26 2020-03-26 Machine learning identification method based on deep learning

Publications (1)

Publication Number Publication Date
CN111382191A true CN111382191A (en) 2020-07-07

Family

ID=71219986

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010224110.1A Pending CN111382191A (en) 2020-03-26 2020-03-26 Machine learning identification method based on deep learning

Country Status (1)

Country Link
CN (1) CN111382191A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115793490A (en) * 2023-02-06 2023-03-14 南通弈匠智能科技有限公司 Intelligent household energy-saving control method based on big data

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115793490A (en) * 2023-02-06 2023-03-14 南通弈匠智能科技有限公司 Intelligent household energy-saving control method based on big data
CN115793490B (en) * 2023-02-06 2023-04-11 南通弈匠智能科技有限公司 Intelligent household energy-saving control method based on big data

Similar Documents

Publication Publication Date Title
CN108829607B (en) Software defect prediction method based on convolutional neural network
CN109582793A (en) Model training method, customer service system and data labeling system, readable storage medium storing program for executing
CN107239798B (en) A feature selection method for predicting the number of software defects
CN115757124A (en) A Method of Test Case Generation Based on Neural Network
CN111581116A (en) Cross-project software defect prediction method based on hierarchical data screening
CN108595558A (en) A kind of image labeling method of data balancing strategy and multiple features fusion
CN117516937A (en) Unknown fault detection method of rolling bearing based on multi-modal feature fusion enhancement
CN101546290A (en) Method for improving accuracy of quality forecast of class hierarchy in object-oriented software
CN115510981A (en) Decision tree model feature importance calculation method and device and storage medium
CN103902582A (en) Data warehouse redundancy reduction method and device
CN118430724A (en) An efficient material retrieval method and system for textile production
CN118799619A (en) A method for batch recognition and automatic classification and archiving of image content
CN107770813A (en) LTE uplink interference sorting techniques based on PCA Yu two-dimentional degree of bias feature
CN111382191A (en) Machine learning identification method based on deep learning
CN112115476B (en) Automatic vulnerability classification method, system and computer equipment based on LSTM
CN113742204B (en) Deep learning operator testing method based on fuzzy test
CN112200208B (en) Cloud workflow task execution time prediction method based on multi-dimensional feature fusion
CN118228993A (en) Method, device, computer equipment and storage medium for determining demand priority
CN117609870A (en) Structure recognition model training, model structure recognition method, device and medium
CN118069101A (en) Method and device for generating business demand document and electronic equipment
CN114358058B (en) Wireless communication signal open set identification method and system based on deep neural network
CN114998330B (en) Unsupervised wafer defect detection method, unsupervised wafer defect detection device, unsupervised wafer defect detection equipment and storage medium
CN117237930A (en) Etching hardware SEM image identification method based on ResNet and transfer learning
CN113656279B (en) Code Smell Detection Method Based on Residual Network and Metric Attention Mechanism
CN114881934A (en) Flexible IC substrate surface defect hierarchical classification method based on neural network

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20200707

RJ01 Rejection of invention patent application after publication