CN108564326A - Prediction technique and device, computer-readable medium, the logistics system of order - Google Patents
Prediction technique and device, computer-readable medium, the logistics system of order Download PDFInfo
- Publication number
- CN108564326A CN108564326A CN201810357890.XA CN201810357890A CN108564326A CN 108564326 A CN108564326 A CN 108564326A CN 201810357890 A CN201810357890 A CN 201810357890A CN 108564326 A CN108564326 A CN 108564326A
- Authority
- CN
- China
- Prior art keywords
- order
- neural network
- sequence
- network model
- subunit
- 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.)
- Granted
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/08—Logistics, e.g. warehousing, loading or distribution; Inventory or stock management
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/04—Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Theoretical Computer Science (AREA)
- Economics (AREA)
- Physics & Mathematics (AREA)
- Strategic Management (AREA)
- General Physics & Mathematics (AREA)
- Human Resources & Organizations (AREA)
- Operations Research (AREA)
- Quality & Reliability (AREA)
- Tourism & Hospitality (AREA)
- Marketing (AREA)
- General Business, Economics & Management (AREA)
- Entrepreneurship & Innovation (AREA)
- Development Economics (AREA)
- Biomedical Technology (AREA)
- Data Mining & Analysis (AREA)
- Life Sciences & Earth Sciences (AREA)
- Artificial Intelligence (AREA)
- Game Theory and Decision Science (AREA)
- Biophysics (AREA)
- Computational Linguistics (AREA)
- Health & Medical Sciences (AREA)
- Evolutionary Computation (AREA)
- General Health & Medical Sciences (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
Description
技术领域technical field
本发明实施例涉及物流领域,尤其涉及一种订单的预测方法及装置、计算机可读介质、物流系统。The embodiments of the present invention relate to the field of logistics, and in particular, to an order forecasting method and device, a computer readable medium, and a logistics system.
背景技术Background technique
由于整车物流的订单预测能够让调度人员提前做好准备,未雨绸缪,从而使得运输资源的调度更加合理,故准确的整车物流的订单预测对于整车物流具有非常重要的作用。Because the order forecast of vehicle logistics can make dispatchers prepare in advance and plan ahead, so that the scheduling of transportation resources is more reasonable, so accurate order forecast of vehicle logistics plays a very important role in vehicle logistics.
时间序列可以描述变量随时间变化的离散值,例如温度、湿度、股票价格、汽车销量走势等变量。时间序列预测指根据时间序列在当前的时间点t以及过往的时间点(t-1)、(t-2)、……、(t-n-1)的值,决定某一个未知时间点(t+1)或者某一个未知时间段(t+1,t+n)的值。通常,一个时间序列预测值除了依赖于过往的时间以外,可能还会依赖于一个或多个其他的时间序列。因此,一个时间序列预测问题指的是在高维空间的回归问题。在高维空间中,预测值是其过去值和其他相关的时间序列的高度非线性函数。整车物流的订单预测问题从本质上来说可以看作一个时间序列预测问题。整车物流订单预测问题由于本质上可被视作一个时间序列预测问题,所以能够通过时间序列预测模型解决,例如传统的自回归移动平均模型(Auto Regressive Moving Average,ARMA)、前馈神经网络模型、循环神经网络(Recurrent Neural Network,RNN)、变体长短记忆神经网络(Long Short-Term Memory,LSTM)等。这些模型在解决整车物流订单预测问题时,将物流订单数据合并为一维的数据作为输入,然后提取出数据上的时间相关性。Time series can describe the discrete values of variables over time, such as temperature, humidity, stock prices, car sales trends and other variables. Time series prediction refers to determining an unknown time point (t+ 1) or the value of an unknown time period (t+1, t+n). Often, a time series forecast may depend on one or more other time series in addition to past time. Therefore, a time series forecasting problem refers to a regression problem in a high-dimensional space. In a high-dimensional space, the predicted value is a highly non-linear function of its past values and other related time series. The order forecasting problem of vehicle logistics can be regarded as a time series forecasting problem in essence. The vehicle logistics order forecasting problem can be regarded as a time series forecasting problem in essence, so it can be solved by a time series forecasting model, such as the traditional Auto Regressive Moving Average model (Auto Regressive Moving Average, ARMA), feedforward neural network model , Recurrent Neural Network (RNN), variant Long Short-Term Memory neural network (Long Short-Term Memory, LSTM), etc. When these models solve the problem of vehicle logistics order forecasting, the logistics order data is combined into one-dimensional data as input, and then the time correlation on the data is extracted.
现有的整车物流订单的预测方法在有多个时间序列或者多个特征序列作为输入的情况下,通过简单的合并成一个序列的方法,将合成的一个一维序列作为模型输入进行学习和预测。In the existing forecasting method of vehicle logistics orders, when there are multiple time series or multiple feature sequences as input, through a simple method of merging into one sequence, the synthesized one-dimensional sequence is used as model input for learning and predict.
上述整车物流订单的预测方法准确度较差。The accuracy of the forecasting method for the above-mentioned vehicle logistics orders is poor.
发明内容Contents of the invention
本发明实施例解决的技术问题是如何提高订单预测的准确度。The technical problem solved by the embodiments of the present invention is how to improve the accuracy of order forecasting.
为解决上述技术问题,本发明实施例提供一种订单的预测方法,所述方法包括:获取历史订单对应的时间序列;基于所述时间序列,提取特征序列;基于所述特征序列,生成二维信号特征图;基于所述二维信号特征图,构建神经网络模型,并根据所构建的神经网络模型进行订单预测。In order to solve the above technical problems, an embodiment of the present invention provides an order prediction method, the method comprising: obtaining a time series corresponding to historical orders; extracting a feature sequence based on the time series; and generating a two-dimensional order based on the feature sequence A signal feature map; constructing a neural network model based on the two-dimensional signal feature map, and performing order prediction according to the constructed neural network model.
可选地,所述获取订单对应的时间序列包括:获取历史订单对应的原始数据;对原始数据进行预处理,获取订单对应的时间序列。Optionally, the acquiring the time series corresponding to the order includes: acquiring raw data corresponding to historical orders; preprocessing the raw data to acquire the time series corresponding to the order.
可选地,所述预处理包括以下至少一种:异常值处理、缺失值处理。Optionally, the preprocessing includes at least one of the following: outlier processing and missing value processing.
可选地,所述提取特征序列包括:基于小波变换算法提取特征序列。Optionally, the extracting the feature sequence includes: extracting the feature sequence based on a wavelet transform algorithm.
可选地,所述生成二维信号特征图包括:将每个特征序列分割为多个长度为n的序列片段,其中n为正整数;将不同特征序列对应的序列片段进行逐行复制,生成m行序列片段,所述m行序列片段满足不同的特征序列行间两两相邻,其中m为正整数;基于所述m行序列片段,生成m*n的二维信号特征图。Optionally, the generating a two-dimensional signal feature map includes: dividing each feature sequence into a plurality of sequence segments with a length of n, where n is a positive integer; copying sequence segments corresponding to different feature sequences line by line to generate m rows of sequence fragments, wherein the m rows of sequence fragments satisfy different feature sequence rows adjacent to each other, wherein m is a positive integer; based on the m rows of sequence fragments, an m*n two-dimensional signal feature map is generated.
可选地,所述将每个特征序列分割为多个长度为n的序列片段包括:基于移位操作,将每个特征序列分割为多个长度为n的序列片段。Optionally, the dividing each feature sequence into a plurality of sequence fragments with a length of n includes: dividing each characteristic sequence into a plurality of sequence fragments with a length of n based on a shift operation.
可选地,所述构建神经网络模型包括:构建神经网络模型;基于所述二维信号特征图,训练所述神经网络模型,获取所述神经网络模型参数。Optionally, the constructing a neural network model includes: constructing a neural network model; based on the two-dimensional signal feature map, training the neural network model and acquiring parameters of the neural network model.
可选地,在构建神经网络模型之后,所述订单的预测方法还包括:获取订单的在线数据;基于所述在线数据训练并更新所述神经网络模型。Optionally, after the neural network model is constructed, the order prediction method further includes: acquiring online data of the order; training and updating the neural network model based on the online data.
可选地,所述神经网络为:卷积神经网络。Optionally, the neural network is: a convolutional neural network.
本发明实施例提供一种订单的预测装置,包括:第一获取单元,适于获取历史订单对应的时间序列;提取单元,适于基于所述时间序列,提取特征序列;生成单元,适于基于所述特征序列,生成二维信号特征图;构建单元,适于基于所述二维信号特征图,构建神经网络模型,并根据所构建的神经网络模型进行订单预测。An embodiment of the present invention provides an order prediction device, including: a first acquisition unit, adapted to acquire a time series corresponding to historical orders; an extraction unit, adapted to extract a feature sequence based on the time series; a generation unit, adapted to The feature sequence generates a two-dimensional signal feature map; the construction unit is adapted to construct a neural network model based on the two-dimensional signal feature map, and perform order prediction according to the constructed neural network model.
可选地,所述第一获取单元包括:第一获取子单元,适于获取历史订单对应的原始数据;第二获取子单元,适于对原始数据进行预处理,获取订单对应的时间序列。Optionally, the first acquisition unit includes: a first acquisition subunit adapted to acquire raw data corresponding to historical orders; a second acquisition subunit adapted to preprocess the raw data and acquire time series corresponding to orders.
可选地,所述预处理包括以下至少一种:异常值处理、缺失值处理。Optionally, the preprocessing includes at least one of the following: outlier processing and missing value processing.
可选地,所述提取单元,适于基于小波变换算法提取特征序列。Optionally, the extraction unit is adapted to extract the feature sequence based on a wavelet transform algorithm.
可选地,所述生成单元包括:分割子单元,适于将每个特征序列分割为多个长度为n的序列片段,其中n为正整数;复制子单元,适于将不同特征序列对应的序列片段进行逐行复制,生成m行序列片段,所述m行序列片段满足不同的特征序列行间两两相邻,其中m为正整数;生成子单元,适于基于所述m行序列片段,生成m*n的二维信号特征图。Optionally, the generation unit includes: a segmentation subunit, adapted to divide each feature sequence into a plurality of sequence fragments with a length of n, where n is a positive integer; a copy subunit, adapted to divide the corresponding The sequence fragments are copied line by line to generate m-line sequence fragments, and the m-line sequence fragments satisfy different characteristic sequence lines adjacent to each other, wherein m is a positive integer; generate subunits, which are suitable for generating sub-units based on the m-line sequence fragments , to generate a two-dimensional signal feature map of m*n.
可选地,所述分割子单元,适于基于移位操作,将每个特征序列分割为多个长度为n的序列片段。Optionally, the segmentation subunit is adapted to segment each feature sequence into a plurality of sequence fragments with a length of n based on a shift operation.
可选地,所述构建单元包括:构建子单元,适于基于所述神经网络模型参数,构建神经网络模型;训练子单元,适于基于所述二维信号特征图,训练所述神经网络模型,获取所述神经网络模型参数;预测子单元,适于根据所训练的神经网络模型进行订单预测。Optionally, the construction unit includes: a construction subunit adapted to construct a neural network model based on the neural network model parameters; a training subunit adapted to train the neural network model based on the two-dimensional signal feature map , to obtain the parameters of the neural network model; the prediction subunit is adapted to perform order prediction according to the trained neural network model.
可选地,所述订单的预测装置还包括:第二获取单元,适于获取订单的在线数据;更新单元,适于基于所述在线数据训练并更新所述神经网络模型。Optionally, the device for predicting orders further includes: a second acquiring unit adapted to acquire online data of orders; an updating unit adapted to train and update the neural network model based on the online data.
可选地,所述神经网络为:卷积神经网络。Optionally, the neural network is: a convolutional neural network.
本发明实施例提供一种计算机可读存储介质,其上存储有计算机指令,所述计算机指令运行时执行上述任一种所述方法的步骤。An embodiment of the present invention provides a computer-readable storage medium, on which computer instructions are stored, and the steps of any one of the above-mentioned methods are executed when the computer instructions are executed.
本发明实施例提供一种物流系统,包括存储器和处理器,所述存储器上存储有可在所述处理器上运行的计算机指令,所述处理器运行所述计算机指令时执行权利上述任一种所述方法的步骤。An embodiment of the present invention provides a logistics system, including a memory and a processor. The memory stores computer instructions that can run on the processor. When the processor runs the computer instructions, any one of the above rights is executed. The steps of the method.
与现有技术相比,本发明实施例的技术方案具有以下有益效果:Compared with the prior art, the technical solutions of the embodiments of the present invention have the following beneficial effects:
本发明实施例通过基于所述特征序列,生成二维信号特征图,然后基于所述二维信号特征图,构建神经网络模型,并根据所构建的神经网络模型进行订单预测。由于将一维的相关序列合并为二维特征图,并利用神经网络学习每一个序列的时间相邻点和每一个相同时刻相邻序列点之间的关联性,最大程度地学习信号特征图的蕴含特征,可以有效地提高订单预测的准确度。In the embodiment of the present invention, a two-dimensional signal feature map is generated based on the feature sequence, and then a neural network model is constructed based on the two-dimensional signal feature map, and order prediction is performed according to the constructed neural network model. Since the one-dimensional related sequences are merged into two-dimensional feature maps, and the neural network is used to learn the correlation between the time adjacent points of each sequence and each adjacent sequence point at the same time, the maximum learning of the signal feature map is achieved. Containing features can effectively improve the accuracy of order forecasting.
进一步地,通过对历史订单对应的原始数据进行异常值处理,可以剔除异常值,以避免异常值影响后续预测的准确度。Further, by performing outlier processing on the raw data corresponding to historical orders, outliers can be eliminated, so as to prevent outliers from affecting the accuracy of subsequent predictions.
进一步地,通过对历史订单对应的原始数据进行缺失值处理,以提高订单预测的准确度。Furthermore, the accuracy of order forecasting is improved by performing missing value processing on the raw data corresponding to historical orders.
附图说明Description of drawings
图1是本发明实施例提供的一种订单的预测方法的流程图;FIG. 1 is a flow chart of an order forecasting method provided by an embodiment of the present invention;
图2是本发明实施例提供的另一种订单的预测方法的流程图;Fig. 2 is a flowchart of another order forecasting method provided by an embodiment of the present invention;
图3是本发明实施例提供的又一种订单的预测方法的流程图;Fig. 3 is a flow chart of another order forecasting method provided by an embodiment of the present invention;
图4是本发明实施例提供的一种订单的预测装置的结构示意图。Fig. 4 is a schematic structural diagram of an order forecasting device provided by an embodiment of the present invention.
具体实施方式Detailed ways
现有的方法对多个序列或多个特征之间的关联性不能够很好的学习,导致输入数据所蕴含的特征不能很好被机器学习模型学习到。因此,订单预测的准确度较差。The existing methods cannot learn the correlation between multiple sequences or multiple features well, resulting in the features contained in the input data not being well learned by the machine learning model. Therefore, the accuracy of order forecasting is poor.
本发明实施例通过基于所述特征序列,生成二维信号特征图,然后基于所述二维信号特征图,构建神经网络模型,并根据所构建的神经网络模型进行订单预测。由于将一维的相关序列合并为二维特征图,并利用神经网络学习每一个序列的时间相邻点和每一个相同时刻相邻序列点之间的关联性,最大程度地学习信号特征图的蕴含特征,可以有效地提升订单预测的准确度。In the embodiment of the present invention, a two-dimensional signal feature map is generated based on the feature sequence, and then a neural network model is constructed based on the two-dimensional signal feature map, and order prediction is performed according to the constructed neural network model. Since the one-dimensional related sequences are merged into two-dimensional feature maps, and the neural network is used to learn the correlation between the time adjacent points of each sequence and each adjacent sequence point at the same time, the maximum learning of the signal feature map is achieved. Containing features can effectively improve the accuracy of order forecasting.
为使本发明的上述目的、特征和有益效果能够更为明显易懂,下面结合附图对本发明的具体实施例做详细的说明。In order to make the above objects, features and beneficial effects of the present invention more comprehensible, specific embodiments of the present invention will be described in detail below in conjunction with the accompanying drawings.
参见图1,本发明实施例提供了一种订单的预测方法,可以包括如下步骤:Referring to Fig. 1, an embodiment of the present invention provides a method for forecasting an order, which may include the following steps:
步骤S101,获取历史订单对应的时间序列。Step S101, obtaining the time series corresponding to historical orders.
在具体实施中,为了对订单进行预测,首先需要获取历史订单对应的时间序列,即历史订单的相关数据,然后基于历史订单的相关数据预测订单的未来数据,即高维空间的回归问题。在高维空间中,预测值是其过去值和其他相关的时间序列的高度非线性函数。In the specific implementation, in order to predict the order, it is first necessary to obtain the time series corresponding to the historical order, that is, the relevant data of the historical order, and then predict the future data of the order based on the relevant data of the historical order, that is, the regression problem of the high-dimensional space. In a high-dimensional space, the predicted value is a highly non-linear function of its past values and other related time series.
在具体实施中,可能无法直接获取期望的时间序列,只能获取历史订单对应的整车物流订单时间序列数据、库存序列数据等原始数据。故可以获取历史订单对应的原始数据,然后通过一定的算法和逻辑对原始数据进行预处理,例如,数据清洗,获取订单对应的时间序列。In specific implementation, it may not be possible to directly obtain the desired time series, but only raw data such as vehicle logistics order time series data and inventory sequence data corresponding to historical orders can be obtained. Therefore, the original data corresponding to historical orders can be obtained, and then the original data can be preprocessed through certain algorithms and logic, for example, data cleaning, and the time series corresponding to orders can be obtained.
在本发明一实施例中,所述预处理包括:异常值处理。例如,对历史订单对应的原始数据进行检查核对,剔除异常值,以避免异常值影响后续预测的准确度。In an embodiment of the present invention, the preprocessing includes: abnormal value processing. For example, check and check the original data corresponding to historical orders, and eliminate outliers, so as to prevent outliers from affecting the accuracy of subsequent forecasts.
在本发明另一实施例中,所述预处理包括:缺失值处理。例如,对历史订单对应的原始数据进行检查核对,填补相应的缺失值,以提高订单预测的准确度。In another embodiment of the present invention, the preprocessing includes: missing value processing. For example, check and check the original data corresponding to historical orders, and fill in corresponding missing values to improve the accuracy of order forecasting.
在本发明又一实施例中,缺失值处理和异常值处理同时存在。In yet another embodiment of the present invention, missing value processing and outlier value processing exist simultaneously.
可以理解的是,还可以进行其他的预处理,此处不再赘述。It can be understood that other preprocessing can also be performed, which will not be repeated here.
步骤S102,基于所述时间序列,提取特征序列。Step S102, extracting feature sequences based on the time series.
在具体实施中,可以基于小波变换算法提取所述时间序列对应的特征序列。In a specific implementation, the feature sequence corresponding to the time series may be extracted based on a wavelet transform algorithm.
在具体实施中,针对预处理后的时间序列,可以首先提取所有的特征,例如,提取M个不同的特征,然后进行相关性分析判断,从M个特征序列中选取N个最相关的特征序列,其中N、M均为正整数,且N≤M。In the specific implementation, for the preprocessed time series, all the features can be extracted first, for example, M different features are extracted, and then correlation analysis and judgment are performed, and the N most relevant feature sequences are selected from the M feature sequences , where N and M are both positive integers, and N≤M.
步骤S103,基于所述特征序列,生成二维信号特征图。Step S103, generating a two-dimensional signal feature map based on the feature sequence.
在具体实施中,可以将每个特征序列分割为多个长度为n的序列片段,其中n为正整数;然后将不同特征序列对应的序列片段进行逐行复制,生成m行序列片段,所述m行序列片段满足不同的特征序列行间两两相邻,其中m为正整数,即对所述每个特征序列对应相同索引的序列片段进行复制,生成m行序列片段,所述m行序列片段中,任意两个特征序列对应相同索引的序列片段位于相邻的两行,其中m为正整数,每一行均为特征序列对应相同索引的序列片段;最后基于所述m行序列片段,生成m*n的二维信号特征图。In a specific implementation, each feature sequence can be divided into a plurality of sequence fragments with a length of n, where n is a positive integer; then the sequence fragments corresponding to different feature sequences are copied row by row to generate m rows of sequence fragments, the m rows of sequence fragments satisfy that different feature sequence rows are adjacent to each other in pairs, where m is a positive integer, that is, copy the sequence fragments corresponding to the same index for each feature sequence to generate m rows of sequence fragments, and the m rows of sequences Among the fragments, the sequence fragments corresponding to the same index of any two feature sequences are located in two adjacent rows, where m is a positive integer, and each row is a sequence fragment corresponding to the same index of the feature sequence; finally, based on the m row sequence fragments, generate Two-dimensional signal feature map of m*n.
在本发明一实施例中,基于移位操作,将每个特征序列分割为多个长度为n的序列片段。In an embodiment of the present invention, based on a shift operation, each feature sequence is divided into a plurality of sequence fragments with a length of n.
在具体实施中,所述移位操作可以为每次移位一个比特,也可以为每次移位两个以上比特,可以根据实际情况灵活选择,本发明实施例不做限制。In a specific implementation, the shift operation may be one bit at a time, or more than two bits at a time, which can be flexibly selected according to actual conditions, and is not limited in this embodiment of the present invention.
例如,基于步骤S102提取5个特征序列,分别为a、b、c、d、e,且每个特征序列的长度为L,即每个特征序列包含L个比特信息。首先通过移位切片分割,将长度为L的5个特性序列分别分割为L-n个长度为n的序列片段,分别为:序列片段1对应特性序列的第1到第n位比特、序列片段2对应特性序列的第2到第n+1位比特、……、序列片段L-n对应特性序列的第L-n到第L位比特;然后生成满足不同的特征序列行间两两相邻的m行序列片段,对于5个特征序列a、b、c、d、e,生成满足行间两两相邻的m行序列片段为:abcdeacebda,m=11,满足任意两个不同的特征序列行间相邻。最后基于所述m行序列片段,可以生成m*n的二维信号特征图。For example, based on step S102, 5 feature sequences are extracted, respectively a, b, c, d, e, and the length of each feature sequence is L, that is, each feature sequence contains L bits of information. First, through shift slice segmentation, the five characteristic sequences of length L are divided into L-n sequence fragments of length n, respectively: sequence fragment 1 corresponds to the first to nth bits of the characteristic sequence, and sequence fragment 2 corresponds to The 2nd to the n+1th bit of the characteristic sequence, ..., the sequence fragment L-n corresponds to the L-n to the Lth bit of the characteristic sequence; then generate m row sequence fragments that satisfy different characteristic sequence rows adjacent to each other, For the five feature sequences a, b, c, d, e, generate m-row sequence fragments satisfying that the rows are adjacent to each other in pairs: abcdeacebda, m=11, satisfying that any two different feature sequences are adjacent to each other. Finally, based on the m-row sequence fragments, an m*n two-dimensional signal feature map can be generated.
步骤S104,基于所述二维信号特征图,构建神经网络模型,并根据所构建的神经网络模型进行订单预测。Step S104, constructing a neural network model based on the two-dimensional signal feature map, and performing order prediction according to the constructed neural network model.
在具体实施中,可以基于所述二维信号特征图,计算所述神经网络模型参数;然后基于所述神经网络模型参数,构建神经网络模型。In a specific implementation, the parameters of the neural network model may be calculated based on the two-dimensional signal feature map; and then a neural network model may be constructed based on the parameters of the neural network model.
在具体实施中,可以采用卷积神经网络构建所述神经网络模型,卷积神经网络(Convolutional Neural Network,CNN)是一种前馈神经网络,它的人工神经元可以响应一部分覆盖范围内的周围单元,对于大型图像处理有出色表现。它包括卷积层(alternatingconvolutional layer)和池化层(pooling layer)。它具有位移不变性、权值共享等良好特性,能够很好地提取出抽象特征。In a specific implementation, the neural network model can be constructed by using a convolutional neural network. A convolutional neural network (Convolutional Neural Network, CNN) is a feed-forward neural network, and its artificial neurons can respond to surrounding areas within a part of the coverage. Unit, which has excellent performance for large image processing. It includes alternating convolutional layers and pooling layers. It has good characteristics such as displacement invariance and weight sharing, and can extract abstract features well.
在具体实施中,可以将所述特性图分为训练、验证、测试几部分,并输入所述神经网络模型完成训练和调整参数的过程。训练完成的神经网络模型即可作为订单预测的模型。In a specific implementation, the characteristic map can be divided into several parts of training, verification and testing, and input to the neural network model to complete the process of training and adjusting parameters. The trained neural network model can be used as a model for order prediction.
在具体实施中,随着时间的推移,新的物流订单数据会源源不断地输入到所述神经网络系统中,故还可以基于实时的在线数据,训练并更新所述神经网络模型,通过对在线数据的再学习更新先前离线训练完成的卷积神经网络模型,使其也能够与时俱进。In specific implementation, as time goes by, new logistics order data will be continuously input into the neural network system, so it is also possible to train and update the neural network model based on real-time online data. The relearning of data updates the convolutional neural network model that was previously trained offline so that it can also keep pace with the times.
应用上述方案,由于将一维的相关序列合并为二维特征图,并利用神经网络学习每一个序列的时间相邻点和每一个相同时刻相邻序列点之间的关联性,最大程度地学习信号特征图的蕴含特征,可以有效地提升订单预测的准确度。Applying the above scheme, since the one-dimensional related sequences are merged into two-dimensional feature maps, and the neural network is used to learn the correlation between the time adjacent points of each sequence and the adjacent sequence points at the same time, the maximum learning The implied features of the signal feature map can effectively improve the accuracy of order forecasting.
为使本领域技术人员更好的理解和实施本发明,本发明实施例给出了应用本发明实施例提供的方案和现有方案的订单预测的准确度对比结果,如图表所示。In order to enable those skilled in the art to better understand and implement the present invention, the embodiment of the present invention provides the accuracy comparison results of order forecasting using the scheme provided by the embodiment of the present invention and the existing scheme, as shown in the chart.
表1Table 1
参见表1,基于2013-2016四年间的整车物流订单数据,验证本发明实施例提供的方案和现有方案的订单预测的准确度。2013-2015三年数据作为训练数据,生成神经网络模型,然后基于所生成的神经网络,预测2016年的订单数据并与2016年的真实订单数据进行比对,给出误差率,具体计算公式为:误差率=(实际值-预测值)/实际值。Referring to Table 1, based on the vehicle logistics order data during the four years from 2013 to 2016, verify the accuracy of the order forecast of the solution provided by the embodiment of the present invention and the existing solution. The three-year data from 2013 to 2015 is used as training data to generate a neural network model, and then based on the generated neural network, the order data in 2016 is predicted and compared with the real order data in 2016, and the error rate is given. The specific calculation formula is: : Error rate=(actual value-forecast value)/actual value.
由表1可以看出,采用本发明实施例提供的方案,可以有效减少订单预测的误差率,从而提供较高的订单预测的准确度。It can be seen from Table 1 that the error rate of order forecasting can be effectively reduced by adopting the solution provided by the embodiment of the present invention, thereby providing higher accuracy of order forecasting.
为使本领域技术人员更好的理解和实施本发明,本发明实施例提供了另一种订单的预测方法,如图2所示。In order to enable those skilled in the art to better understand and implement the present invention, the embodiment of the present invention provides another order forecasting method, as shown in FIG. 2 .
参见图2,所述订单的预测方法可以包括如下步骤:Referring to Fig. 2, the forecasting method of the order may include the following steps:
步骤S201,获取离线订单数据。Step S201, acquiring offline order data.
步骤S202,对订单数据进行预处理。Step S202, preprocessing the order data.
步骤S203,基于所述订单数据,提取特征序列。Step S203, extracting a feature sequence based on the order data.
步骤S204,构建二维信号特征图,并分为训练集、验证集和测试集。Step S204, constructing a two-dimensional signal feature map and dividing it into a training set, a verification set and a test set.
步骤S205,构建卷积神经网络。Step S205, constructing a convolutional neural network.
在具体实施中,所述卷积神经网络即为进行订单预测的卷积神经网络模型。In a specific implementation, the convolutional neural network is a convolutional neural network model for order prediction.
步骤S206,基于所述二维信号特征图,训练所述卷积神经网络。Step S206, training the convolutional neural network based on the two-dimensional signal feature map.
在具体实施中,可以基于所述二维信号特征图,训练所述卷积神经网络,以修正所述卷积神经网络的参数。In a specific implementation, the convolutional neural network may be trained based on the two-dimensional signal feature map, so as to modify parameters of the convolutional neural network.
步骤S207,判断所述卷积神经网络是否满足停止条件,当所述卷积神经网络满足所述停止条件时,执行步骤S208,否则执行步骤S206。Step S207, judging whether the convolutional neural network satisfies the stop condition, when the convolutional neural network satisfies the stop condition, execute step S208, otherwise execute step S206.
在具体实施中,所述停止条件可以为:基于所述验证集,计算的所述卷积神经网络的误差不再下降,即所述卷积神经网络收敛。In a specific implementation, the stop condition may be: based on the verification set, the calculated error of the convolutional neural network no longer decreases, that is, the convolutional neural network converges.
步骤S208,判断所述卷积神经网络的误差是否满足预设的门限,当所述卷积神经网络的误差满足预设的门限时,执行步骤S209,否则执行步骤S210。Step S208, judging whether the error of the convolutional neural network satisfies a preset threshold, and when the error of the convolutional neural network meets the preset threshold, execute step S209, otherwise execute step S210.
步骤S209,保存所述卷积神经网络模型用于订单预测。Step S209, saving the convolutional neural network model for order prediction.
步骤S210,调整所述卷积神经网络结构和参数,重复执行步骤S205。Step S210, adjust the convolutional neural network structure and parameters, and repeat step S205.
为使本领域技术人员更好的理解和实施本发明,本发明实施例提供了又一种订单的预测方法,如图3所示。In order to enable those skilled in the art to better understand and implement the present invention, the embodiment of the present invention provides another order forecasting method, as shown in FIG. 3 .
步骤S301,获取在线订单数据。Step S301, acquiring online order data.
步骤S302,对订单数据进行预处理。Step S302, preprocessing the order data.
步骤S303,基于所述订单数据,提取特征序列。Step S303, extracting a feature sequence based on the order data.
步骤S304,构建二维信号特征图。Step S304, constructing a two-dimensional signal feature map.
步骤S305,基于在线学习,更新所述卷积神经网络模型。Step S305, updating the convolutional neural network model based on online learning.
步骤S306,基于所述卷积神经网络模型,对订单进行预测。Step S306, predicting orders based on the convolutional neural network model.
步骤S307,输出预测结果。Step S307, outputting the prediction result.
为使本领域技术人员更好的理解和实施本发明,本发明实施例还提供了一种能够实现上述订单的预测方法的预测装置,如图4所示。In order to enable those skilled in the art to better understand and implement the present invention, an embodiment of the present invention further provides a forecasting device capable of implementing the above order forecasting method, as shown in FIG. 4 .
参见图4,所述订单的预测装置包括:第一获取单元41、提取单元42、生成单元43和构建单元44,其中:Referring to Fig. 4, the forecasting device of the order includes: a first acquisition unit 41, an extraction unit 42, a generation unit 43 and a construction unit 44, wherein:
所述第一获取单元41,适于获取历史订单对应的时间序列。The first acquisition unit 41 is adapted to acquire time series corresponding to historical orders.
所述提取单元42,适于基于所述时间序列,提取特征序列。The extraction unit 42 is adapted to extract a feature sequence based on the time sequence.
所述生成单元43,适于基于所述特征序列,生成二维信号特征图。The generating unit 43 is adapted to generate a two-dimensional signal feature map based on the feature sequence.
所述构建单元44,适于基于所述二维信号特征图,构建神经网络模型,并根据所构建的神经网络模型进行订单预测。The construction unit 44 is adapted to construct a neural network model based on the two-dimensional signal feature map, and perform order prediction according to the constructed neural network model.
在具体实施中,所述第一获取单元41可以包括:第一获取子单元411和第二获取子单元412,其中:In a specific implementation, the first acquisition unit 41 may include: a first acquisition subunit 411 and a second acquisition subunit 412, wherein:
所述第一获取子单元411,适于获取历史订单对应的原始数据。The first obtaining subunit 411 is adapted to obtain raw data corresponding to historical orders.
所述第二获取子单元412,适于对原始数据进行预处理,获取订单对应的时间序列。The second acquiring subunit 412 is adapted to preprocess the raw data and acquire the time series corresponding to the order.
在本发明一实施例中,所述预处理包括以下至少一种:异常值处理、缺失值处理。In an embodiment of the present invention, the preprocessing includes at least one of the following: abnormal value processing and missing value processing.
在本发明一实施例中,所述提取单元42,适于基于小波变换算法提取特征序列。In an embodiment of the present invention, the extraction unit 42 is adapted to extract a feature sequence based on a wavelet transform algorithm.
在具体实施中,所述生成单元43包括:分割子单元431、复制子单元432和生成子单元433,其中:In a specific implementation, the generation unit 43 includes: a division subunit 431, a replication subunit 432, and a generation subunit 433, wherein:
所述分割子单元431,适于将每个特征序列分割为多个长度为n的序列片段,其中n为正整数。The segmentation subunit 431 is adapted to segment each feature sequence into a plurality of sequence fragments with a length of n, where n is a positive integer.
所述复制子单元432,适于将不同特征序列对应的序列片段进行逐行复制,生成m行序列片段,所述m行序列片段满足不同的特征序列行间两两相邻。The copying subunit 432 is adapted to copy sequence fragments corresponding to different characteristic sequences row by row to generate m rows of sequence fragments, and the m rows of sequence fragments satisfy that two rows of different characteristic sequences are adjacent to each other.
所述生成子单元433,适于基于所述m行序列片段,生成m*n的二维信号特征图。The generation subunit 433 is adapted to generate m*n two-dimensional signal feature maps based on the m-row sequence segments.
在本发明一实施例中,所述分割子单元431,适于基于移位操作,将每个特征序列分割为多个长度为n的序列片段。In an embodiment of the present invention, the segmentation subunit 431 is adapted to segment each feature sequence into a plurality of sequence segments with a length of n based on a shift operation.
在具体实施中,所述构建单元44包括:构建子单元441、训练子单元442和预测子单元443,其中:In a specific implementation, the construction unit 44 includes: a construction subunit 441, a training subunit 442 and a prediction subunit 443, wherein:
所述构建子单元441,适于基于所述神经网络模型参数,构建神经网络模型。The construction subunit 441 is adapted to construct a neural network model based on the neural network model parameters.
所述训练子单元442,适于基于所述二维信号特征图,训练所述神经网络模型,获取所述神经网络模型参数。The training subunit 442 is adapted to train the neural network model based on the two-dimensional signal feature map, and acquire parameters of the neural network model.
所述预测子单元443,适于根据所训练的神经网络模型进行订单预测。The prediction subunit 443 is adapted to perform order prediction according to the trained neural network model.
在具体实施中,所述订单的预测装置40还可以包括:第二获取单元(未示出)和更新单元(未示出),其中:In a specific implementation, the order forecasting device 40 may also include: a second acquiring unit (not shown) and an updating unit (not shown), wherein:
所述第二获取单元,适于获取订单的在线数据。The second acquiring unit is adapted to acquire online data of the order.
所述更新单元,适于基于所述在线数据训练并更新所述神经网络模型。The update unit is adapted to train and update the neural network model based on the online data.
在本发明一实施例中,所述神经网络为:卷积神经网络。In an embodiment of the present invention, the neural network is a convolutional neural network.
在具体实施中,所述订单的预测装置40的工作流程及原理可以参考上述实施例中提供的方法中的描述,此处不再赘述。In a specific implementation, the workflow and principle of the order forecasting device 40 can refer to the description in the method provided in the above embodiment, and will not be repeated here.
本发明实施例提供一种计算机可读存储介质,计算机可读存储介质为非易失性存储介质或非瞬态存储介质,其上存储有计算机指令,所述计算机指令运行时执行上述任一种所述方法对应的步骤,此处不再赘述。An embodiment of the present invention provides a computer-readable storage medium. The computer-readable storage medium is a non-volatile storage medium or a non-transitory storage medium, and computer instructions are stored thereon. When the computer instructions are executed, any one of the above-mentioned The steps corresponding to the method will not be repeated here.
本发明实施例提供一种物流系统,包括存储器和处理器,所述存储器上存储有能够在所述处理器上运行的计算机指令,所述处理器运行所述计算机指令时执行上述任一种所述方法对应的步骤,此处不再赘述。An embodiment of the present invention provides a logistics system, including a memory and a processor, the memory stores computer instructions that can run on the processor, and the processor executes any of the above-mentioned computer instructions when running the computer instructions. The steps corresponding to the above method will not be repeated here.
本领域普通技术人员可以理解上述实施例的各种方法中的全部或部分步骤是可以通过程序来指令相关的硬件来完成,该程序可以存储于一计算机可读存储介质中,存储介质可以包括:ROM、RAM、磁盘或光盘等。Those of ordinary skill in the art can understand that all or part of the steps in the various methods of the above-mentioned embodiments can be completed by instructing related hardware through a program, and the program can be stored in a computer-readable storage medium, and the storage medium can include: ROM, RAM, disk or CD, etc.
虽然本发明披露如上,但本发明并非限定于此。任何本领域技术人员,在不脱离本发明的精神和范围内,均可作各种更动与修改,因此本发明的保护范围应当以权利要求所限定的范围为准。Although the present invention is disclosed above, the present invention is not limited thereto. Any person skilled in the art can make various changes and modifications without departing from the spirit and scope of the present invention, so the protection scope of the present invention should be based on the scope defined in the claims.
Claims (20)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201810357890.XA CN108564326B (en) | 2018-04-19 | 2018-04-19 | Order prediction method and device, computer readable medium and logistics system |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201810357890.XA CN108564326B (en) | 2018-04-19 | 2018-04-19 | Order prediction method and device, computer readable medium and logistics system |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN108564326A true CN108564326A (en) | 2018-09-21 |
| CN108564326B CN108564326B (en) | 2021-12-21 |
Family
ID=63535754
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201810357890.XA Active CN108564326B (en) | 2018-04-19 | 2018-04-19 | Order prediction method and device, computer readable medium and logistics system |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN108564326B (en) |
Cited By (14)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109543924A (en) * | 2018-12-20 | 2019-03-29 | 上海德启信息科技有限公司 | Goods amount prediction technique, device and computer equipment |
| CN109685276A (en) * | 2018-12-27 | 2019-04-26 | 拉扎斯网络科技(上海)有限公司 | Order processing method and device, electronic equipment and computer readable storage medium |
| CN110084437A (en) * | 2019-05-09 | 2019-08-02 | 上汽安吉物流股份有限公司 | Prediction technique and device, the logistics system and computer-readable medium of order |
| CN110084438A (en) * | 2019-05-09 | 2019-08-02 | 上汽安吉物流股份有限公司 | Prediction technique and device, the logistics system and computer-readable medium of order |
| CN110097320A (en) * | 2019-05-09 | 2019-08-06 | 上汽安吉物流股份有限公司 | Order forecast method and device, logistics system and computer-readable medium |
| CN110110931A (en) * | 2019-05-09 | 2019-08-09 | 上汽安吉物流股份有限公司 | Order forecast method and device, logistics system and computer-readable medium |
| CN110110932A (en) * | 2019-05-09 | 2019-08-09 | 上汽安吉物流股份有限公司 | Order forecast method and device, logistics system and computer-readable medium |
| CN110309947A (en) * | 2019-05-09 | 2019-10-08 | 上汽安吉物流股份有限公司 | Complete vehicle logistics order forecast method and device, logistics system and computer-readable medium |
| CN110309948A (en) * | 2019-05-09 | 2019-10-08 | 上汽安吉物流股份有限公司 | Complete vehicle logistics order forecast method and device, logistics system and computer-readable medium |
| CN110458664A (en) * | 2019-08-06 | 2019-11-15 | 上海新共赢信息科技有限公司 | A kind of user's trip information prediction technique, device, equipment and storage medium |
| CN110689278A (en) * | 2019-10-11 | 2020-01-14 | 珠海格力电器股份有限公司 | Sheet metal material management method and system, storage medium and electronic equipment |
| CN111461815A (en) * | 2020-03-17 | 2020-07-28 | 上海携程国际旅行社有限公司 | Order recognition model generation method, recognition method, system, device and medium |
| CN113435968A (en) * | 2021-06-23 | 2021-09-24 | 南京领行科技股份有限公司 | Network appointment vehicle dispatching method, device, electronic equipment and storage medium |
| CN114677087A (en) * | 2022-03-31 | 2022-06-28 | 上海圆徕科技有限公司 | Vehicle combination unmanned aerial vehicle cooperative distribution method |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN105373840A (en) * | 2015-10-14 | 2016-03-02 | 深圳市天行家科技有限公司 | Designated-driving order predicting method and designated-driving transport capacity scheduling method |
| US20160071010A1 (en) * | 2014-05-31 | 2016-03-10 | Huawei Technologies Co., Ltd. | Data Category Identification Method and Apparatus Based on Deep Neural Network |
| CN107239532A (en) * | 2017-05-31 | 2017-10-10 | 北京京东尚科信息技术有限公司 | Data digging method and device |
| CN107679462A (en) * | 2017-09-13 | 2018-02-09 | 哈尔滨工业大学深圳研究生院 | A kind of depth multiple features fusion sorting technique based on small echo |
| CN107909206A (en) * | 2017-11-15 | 2018-04-13 | 电子科技大学 | A kind of PM2.5 Forecasting Methodologies based on deep structure Recognition with Recurrent Neural Network |
-
2018
- 2018-04-19 CN CN201810357890.XA patent/CN108564326B/en active Active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20160071010A1 (en) * | 2014-05-31 | 2016-03-10 | Huawei Technologies Co., Ltd. | Data Category Identification Method and Apparatus Based on Deep Neural Network |
| CN105373840A (en) * | 2015-10-14 | 2016-03-02 | 深圳市天行家科技有限公司 | Designated-driving order predicting method and designated-driving transport capacity scheduling method |
| CN107239532A (en) * | 2017-05-31 | 2017-10-10 | 北京京东尚科信息技术有限公司 | Data digging method and device |
| CN107679462A (en) * | 2017-09-13 | 2018-02-09 | 哈尔滨工业大学深圳研究生院 | A kind of depth multiple features fusion sorting technique based on small echo |
| CN107909206A (en) * | 2017-11-15 | 2018-04-13 | 电子科技大学 | A kind of PM2.5 Forecasting Methodologies based on deep structure Recognition with Recurrent Neural Network |
Cited By (17)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109543924A (en) * | 2018-12-20 | 2019-03-29 | 上海德启信息科技有限公司 | Goods amount prediction technique, device and computer equipment |
| CN109685276A (en) * | 2018-12-27 | 2019-04-26 | 拉扎斯网络科技(上海)有限公司 | Order processing method and device, electronic equipment and computer readable storage medium |
| CN110309948A (en) * | 2019-05-09 | 2019-10-08 | 上汽安吉物流股份有限公司 | Complete vehicle logistics order forecast method and device, logistics system and computer-readable medium |
| CN110084438A (en) * | 2019-05-09 | 2019-08-02 | 上汽安吉物流股份有限公司 | Prediction technique and device, the logistics system and computer-readable medium of order |
| CN110097320A (en) * | 2019-05-09 | 2019-08-06 | 上汽安吉物流股份有限公司 | Order forecast method and device, logistics system and computer-readable medium |
| CN110110931A (en) * | 2019-05-09 | 2019-08-09 | 上汽安吉物流股份有限公司 | Order forecast method and device, logistics system and computer-readable medium |
| CN110110932A (en) * | 2019-05-09 | 2019-08-09 | 上汽安吉物流股份有限公司 | Order forecast method and device, logistics system and computer-readable medium |
| CN110309947A (en) * | 2019-05-09 | 2019-10-08 | 上汽安吉物流股份有限公司 | Complete vehicle logistics order forecast method and device, logistics system and computer-readable medium |
| CN110084437A (en) * | 2019-05-09 | 2019-08-02 | 上汽安吉物流股份有限公司 | Prediction technique and device, the logistics system and computer-readable medium of order |
| CN110458664A (en) * | 2019-08-06 | 2019-11-15 | 上海新共赢信息科技有限公司 | A kind of user's trip information prediction technique, device, equipment and storage medium |
| CN110689278A (en) * | 2019-10-11 | 2020-01-14 | 珠海格力电器股份有限公司 | Sheet metal material management method and system, storage medium and electronic equipment |
| CN111461815A (en) * | 2020-03-17 | 2020-07-28 | 上海携程国际旅行社有限公司 | Order recognition model generation method, recognition method, system, device and medium |
| CN111461815B (en) * | 2020-03-17 | 2023-04-28 | 上海携程国际旅行社有限公司 | Order recognition model generation method, recognition method, system, equipment and medium |
| CN113435968A (en) * | 2021-06-23 | 2021-09-24 | 南京领行科技股份有限公司 | Network appointment vehicle dispatching method, device, electronic equipment and storage medium |
| CN113435968B (en) * | 2021-06-23 | 2024-02-02 | 南京领行科技股份有限公司 | Network appointment vehicle dispatching method and device, electronic equipment and storage medium |
| CN114677087A (en) * | 2022-03-31 | 2022-06-28 | 上海圆徕科技有限公司 | Vehicle combination unmanned aerial vehicle cooperative distribution method |
| CN114677087B (en) * | 2022-03-31 | 2024-08-16 | 杭州圆徕科技有限公司 | Cooperative distribution method for vehicle combined unmanned aerial vehicle |
Also Published As
| Publication number | Publication date |
|---|---|
| CN108564326B (en) | 2021-12-21 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN108564326A (en) | Prediction technique and device, computer-readable medium, the logistics system of order | |
| JP7192870B2 (en) | Information processing device and system, and model adaptation method and program | |
| JP2022500769A (en) | Power system heat load prediction method and prediction device | |
| CN110909803A (en) | Image recognition model training method and device and computer readable storage medium | |
| US20150254554A1 (en) | Information processing device and learning method | |
| JP7271216B2 (en) | Information processing device, information processing method, and program | |
| CN104504460A (en) | Method and device for predicting user loss of car-hailing platform | |
| CN114118508B (en) | A method for predicting air passenger flow in OD market based on spatiotemporal convolutional network | |
| CN109902865B (en) | Identification method, device, computer equipment and storage medium for human traffic safety | |
| Kultur et al. | Ensemble of neural networks with associative memory (ENNA) for estimating software development costs | |
| CN116157812A (en) | Automatic generation of optimization models for system-wide plant optimization | |
| JP7214672B2 (en) | Information processing device, information processing method, and computer program | |
| CN111369299A (en) | Method, device and equipment for identification and computer readable storage medium | |
| WO2020091865A1 (en) | Finite rank deep kernel learning for robust time series forecasting and regression | |
| JP7724861B2 (en) | Federated Learning for Multi-Label Classification Models for Oil Pump Management | |
| CN107578101B (en) | A Data Flow Load Prediction Method | |
| US20220129708A1 (en) | Segmenting an image using a neural network | |
| CN107392307A (en) | The Forecasting Methodology of parallelization time series data | |
| Prabowo et al. | Continually learning out-of-distribution spatiotemporal data for robust energy forecasting | |
| EP4198831A1 (en) | Automated feature engineering for predictive modeling using deep reinforcement learning | |
| WO2025016271A1 (en) | Neural network model training method and apparatus, program product and storage medium | |
| CN117057569B (en) | Non-replacement flow shop scheduling method and device based on neural network | |
| Li et al. | Short-term bus passenger flow forecast based on deep learning | |
| WO2024227676A1 (en) | Optimizing recognition accuracy by thin line segmentation models using intersection over length | |
| US12079976B2 (en) | Methods and systems for reducing dimensionality in a reduction and prediction framework |
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 | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant |