CN114492569A - A Typhoon Track Classification Method Based on Width Learning System - Google Patents
A Typhoon Track Classification Method Based on Width Learning System Download PDFInfo
- Publication number
- CN114492569A CN114492569A CN202111565583.9A CN202111565583A CN114492569A CN 114492569 A CN114492569 A CN 114492569A CN 202111565583 A CN202111565583 A CN 202111565583A CN 114492569 A CN114492569 A CN 114492569A
- Authority
- CN
- China
- Prior art keywords
- path
- typhoon
- paths
- point
- matrix
- 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
- 238000000034 method Methods 0.000 title claims abstract description 23
- 239000011159 matrix material Substances 0.000 claims abstract description 33
- 238000004422 calculation algorithm Methods 0.000 claims abstract description 26
- 238000013145 classification model Methods 0.000 claims abstract description 5
- 238000007621 cluster analysis Methods 0.000 claims abstract description 5
- 230000006870 function Effects 0.000 claims description 11
- 238000004364 calculation method Methods 0.000 claims description 8
- 239000013598 vector Substances 0.000 claims description 8
- 238000013507 mapping Methods 0.000 claims description 7
- 230000004913 activation Effects 0.000 claims description 4
- 238000012360 testing method Methods 0.000 claims description 3
- 238000000605 extraction Methods 0.000 claims description 2
- 238000007417 hierarchical cluster analysis Methods 0.000 claims description 2
- 238000012545 processing Methods 0.000 claims description 2
- 230000002708 enhancing effect Effects 0.000 claims 1
- 238000005259 measurement Methods 0.000 claims 1
- 238000013528 artificial neural network Methods 0.000 description 4
- 230000008569 process Effects 0.000 description 4
- 239000002131 composite material Substances 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000000691 measurement method Methods 0.000 description 1
- 230000000116 mitigating effect Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000002265 prevention Effects 0.000 description 1
- 238000011160 research Methods 0.000 description 1
- 238000012549 training Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/23—Clustering techniques
- G06F18/231—Hierarchical techniques, i.e. dividing or merging pattern sets so as to obtain a dendrogram
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/22—Matching criteria, e.g. proximity measures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/24—Classification techniques
- G06F18/241—Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
- G06F18/2415—Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on parametric or probabilistic models, e.g. based on likelihood ratio or false acceptance rate versus a false rejection rate
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02A—TECHNOLOGIES FOR ADAPTATION TO CLIMATE CHANGE
- Y02A90/00—Technologies having an indirect contribution to adaptation to climate change
- Y02A90/10—Information and communication technologies [ICT] supporting adaptation to climate change, e.g. for weather forecasting or climate simulation
Landscapes
- Engineering & Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Artificial Intelligence (AREA)
- Life Sciences & Earth Sciences (AREA)
- Bioinformatics & Computational Biology (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Evolutionary Biology (AREA)
- Evolutionary Computation (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Probability & Statistics with Applications (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
技术领域technical field
本发明属于台风路径分类技术领域,特别涉及一种基于宽度学习系统的台风路径分类方法。The invention belongs to the technical field of typhoon path classification, and particularly relates to a typhoon path classification method based on a width learning system.
背景技术Background technique
台风是全球最严重的自然灾害之一,因此研究台风活动的变化规律及其成因对台风预报及防灾减灾有极大的科学意义。Typhoon is one of the most serious natural disasters in the world. Therefore, it is of great scientific significance to study the variation law of typhoon activity and its causes for typhoon forecasting and disaster prevention and mitigation.
宽度学习系统(BLS)是一种基于随机向量函数链接神经网络的增量式学习算法,由于其训练过程无须反复迭代样本数据且通过岭回归求解伪逆的方式计算网络输出层权重矩阵,因此与普通神经网络相比更适合处理需要计算量较大的工作,如数据分类等。Breadth Learning System (BLS) is an incremental learning algorithm based on random vector function link neural network. Because its training process does not need to repeatedly iterate sample data and calculates the network output layer weight matrix by ridge regression to solve the pseudo-inverse, it is the same as Compared with ordinary neural networks, it is more suitable for processing tasks that require a large amount of computation, such as data classification.
宽度学习系统由特征映射层、增强节点层和输出层组成,其中特征映射层和增强向量层共同作为系统的输入。特征映射层通过特征映射函数随机生成权重实现对样本的特征提取。增强节点层通过正交规范化的随机权重对特征向量进行增强计算,引入激活函数函数增强模型的非线性分类能力,从而达到充分提取样本数据特征信息的目的。最后通过对特征映射层和增强节点层的合成矩阵进行伪逆运算,即可求出系统输入到输出的权重矩阵。当利用宽度学习系统解决分类问题时,将待分类的数据集和待分类数据集的标签集作为宽度学习系统的输入,训练宽度学习系统,宽度学习系统输出各数据分别属于各个类别的概率,概率最大所在的类别最即为该数据所被判别的类别。The breadth learning system consists of a feature map layer, an enhanced node layer and an output layer, where the feature map layer and the enhanced vector layer jointly serve as the input of the system. The feature mapping layer realizes the feature extraction of the samples by randomly generating weights through the feature mapping function. The enhancement node layer performs enhancement calculation on the feature vector through orthogonal normalized random weights, and introduces the activation function function to enhance the nonlinear classification ability of the model, so as to achieve the purpose of fully extracting the feature information of the sample data. Finally, by performing pseudo-inverse operation on the composite matrix of the feature map layer and the enhancement node layer, the weight matrix from the input to the output of the system can be obtained. When using the breadth learning system to solve the classification problem, the data set to be classified and the label set of the data set to be classified are used as the input of the breadth learning system, and the breadth learning system is trained, and the breadth learning system outputs the probability that each data belongs to each category. The largest category is the category in which the data is judged.
台风路径是台风在运动过程中,台风中心点经过的位置组成的时间序列,因台风运动受区域环境、气候等影响导致其运动路径复杂,因此对台风路径进行分类分析较难。目前已有对台风路径的分类研究主集中在对台风进行聚类分析,利用相似阈值对台风路径进行分类。但这种方法只适用于较少的台风路径分类,当台风路径集很大时,相似阈值定义较难,通用型较差。The typhoon path is a time series composed of the positions of the typhoon center point during the movement of the typhoon. Because the typhoon movement is affected by the regional environment and climate, its movement path is complex, so it is difficult to classify and analyze the typhoon path. At present, the classification research of typhoon track mainly focuses on cluster analysis of typhoon, and uses similarity threshold to classify typhoon track. However, this method is only suitable for a small number of typhoon track classifications. When the typhoon track set is large, the definition of the similarity threshold is difficult and the generalization is poor.
发明内容SUMMARY OF THE INVENTION
为解决现有技术存在的上述问题,本发明提出了一种利用宽度学习系统结合台风路径特征表示的台风路径分类方法。In order to solve the above problems existing in the prior art, the present invention proposes a typhoon path classification method using a width learning system combined with typhoon path feature representation.
本发明方法包括以下步骤:The method of the present invention comprises the following steps:
S1、构建台风路径种类集合。利用改进的DBSCAN算法对台风路径进行聚类分析,利用动态时间规整算法代替DBSCAN算法中的相似度计算方法计算路径间的相似度,将相似性大的路径自动聚为一类,建立台风路径的种类标签矩阵;S1. Construct a set of typhoon path types. The improved DBSCAN algorithm is used to cluster the typhoon paths, and the dynamic time warping algorithm is used to replace the similarity calculation method in the DBSCAN algorithm to calculate the similarity between the paths. category label matrix;
S2、构建台风路径的特征矩阵。利用改进的层次聚类算法对台风路径通过特征表示来统一长度,因台风路径点是严格按照时间先后顺序排列的数据序列,因此本发明将层次聚类算法进行改进,只对各个路径相邻点进行层次聚类分析,以相邻点的欧几里得距离(欧氏距离)为度量标准,将欧氏距离较小的点进行合并,将所有台风路径统一长度,实现各个台风路径的特征表示,得到台风路径特征矩阵;S2. Construct the characteristic matrix of the typhoon path. The improved hierarchical clustering algorithm is used to unify the length of the typhoon path through the characteristic representation. Because the typhoon path points are a data sequence arranged in strict chronological order, the present invention improves the hierarchical clustering algorithm, and only the adjacent points of each path are Perform hierarchical clustering analysis, take the Euclidean distance (Euclidean distance) of adjacent points as the metric, merge the points with smaller Euclidean distances, and unify the length of all typhoon paths to realize the characteristic representation of each typhoon path , get the typhoon track characteristic matrix;
S3、建立基于宽度学习系统的台风路径多分类模型,并利用该模型进行台风路径分类。宽度学习系统(BLS)是一种基于随机向量函数链接神经网络的增量式学习算法,本发明将S1得到的台风路径种类标签矩阵和S2得到的台风路径特征矩阵作为模型的输入,特征映射层随机生成权重对输入样本进行特征提取,增强节点层通过正交规范化的随机权重对特征向量进行增强计算,利用激活函数函数增强模型的非线性分类能力,最后通过对特征映射层和增强节点层的合成矩阵进行伪逆运算,求出系统输入到输出的权重矩阵,输出矩阵每行的输出值即为BLS求出的各路径分别属于各个类别的概率,各行最大值所在位置索引即为各条测试路径所被判别的类别,从而实现台风路径的分类预测。S3. Establish a multi-classification model of typhoon paths based on the width learning system, and use the model to classify typhoon paths. Width Learning System (BLS) is an incremental learning algorithm based on random vector function link neural network. The present invention uses the typhoon track type label matrix obtained by S1 and the typhoon track feature matrix obtained by S2 as the input of the model, and the feature mapping layer The weights are randomly generated to extract the features of the input samples. The enhancement node layer performs enhancement calculation on the feature vector through orthogonal normalized random weights, and uses the activation function function to enhance the nonlinear classification ability of the model. Finally, through the feature mapping layer and the enhancement node layer. The synthetic matrix performs pseudo-inverse operation to obtain the weight matrix from the input to the output of the system. The output value of each row of the output matrix is the probability that each path obtained by BLS belongs to each category, and the index of the maximum value of each row is each test. The category determined by the path, so as to realize the classification prediction of the typhoon path.
本发明与现有技术相比有以下优点:Compared with the prior art, the present invention has the following advantages:
第一,本发明方法中采用了改进的DBSCAN聚类算法建立台风路径的种类集合,可以根据历史各个台风路径的相似性自动生成种类集合。First, the improved DBSCAN clustering algorithm is used in the method of the present invention to establish the type set of typhoon paths, and the type set can be automatically generated according to the similarity of each typhoon path in history.
第二,本发明方法采用了改进层次聚类的特征表示方法,将不同台风路径数据统一尺度,为分类提供基础。Second, the method of the present invention adopts the feature representation method of improved hierarchical clustering, and unifies the scale of different typhoon path data to provide a basis for classification.
第三,本发明方法采用了宽度学习系统对台风路径进行分类,实现了台风路径的自动分类。Third, the method of the present invention adopts the width learning system to classify the typhoon path, and realizes the automatic classification of the typhoon path.
附图说明Description of drawings
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图做以简单地介绍,显而易见地,下面描述中的附图是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他附图。In order to illustrate the embodiments of the present invention or the technical solutions in the prior art more clearly, the following briefly introduces the accompanying drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description These are some embodiments of the present invention. For those of ordinary skill in the art, other drawings can also be obtained according to these drawings without creative efforts.
图1是本发明的具体实施方式中基于宽度学习系统的台风路径分类方法流程图。FIG. 1 is a flowchart of a typhoon track classification method based on a width learning system in a specific embodiment of the present invention.
具体实施方式Detailed ways
如图1所示,本发明包括以下步骤:As shown in Figure 1, the present invention comprises the following steps:
S1、通过聚类算法建立台风路径种类集。S1. Establish a typhoon track type set through a clustering algorithm.
因台风路径是台风运动过程中台风中心按照时间先后顺序排列的轨迹序列,而DBSCAN算法是一种基于密度的聚类算法,它可以发现任意形状的簇,自动确定簇的数量,并对噪声具有鲁棒性,因此很适合于对台风路径这种轨迹类数据进行聚类分析,将相似性大的路径自动聚为一类。相似度一般利用距离进行衡量,距离越小相似度越大。原始的DBSCAN算法在做聚类分析时,采用的是欧氏距离度量方法,此方法只适合用于具有相同个数的点的台风路径且其没有考虑路径的波动情况,因此本发明利用动态时间规整算法作为路径的距离度量方法。动态时间规整算法是通过把需要比较的不同路径进行伸长或缩短,直到长度一致,再计算路径间距离。因此台风路径种类集建立过程为:Because the typhoon path is the trajectory sequence of the typhoon center in chronological order during the typhoon movement, and the DBSCAN algorithm is a density-based clustering algorithm, it can find clusters of any shape, automatically determine the number of clusters, and have a good understanding of noise. Robustness, so it is very suitable for cluster analysis of trajectory data such as typhoon paths, and automatically cluster the paths with large similarity into one category. The similarity is generally measured by distance, and the smaller the distance, the greater the similarity. The original DBSCAN algorithm uses the Euclidean distance measurement method when doing cluster analysis. This method is only suitable for typhoon paths with the same number of points and does not consider the fluctuation of the path. Therefore, the present invention uses dynamic time. The warping algorithm is used as a distance metric for paths. The dynamic time warping algorithm is to lengthen or shorten the different paths that need to be compared until the lengths are the same, and then calculate the distance between the paths. Therefore, the establishment process of the typhoon track type set is as follows:
(1)设扫描邻域半径eps,最小包含路径个数minPts,任选台风路径样本中一条未被访问的路径开始,利用动态时间规整算法计算该路径与其他路径的距离,找出与其距离在eps之内(包括eps)的所有附近路径。(1) Set the scanning neighborhood radius eps, the minimum number of included paths minPts, select an unvisited path in the typhoon path sample to start, use the dynamic time warping algorithm to calculate the distance between the path and other paths, and find out the distance between the path and other paths. All nearby paths within and including eps.
(2)如果附近路径的数量大于等于minPts,则当前路径与其附近路径形成一个簇,并且出发路径被标记成已访问。(2) If the number of nearby paths is greater than or equal to minPts, the current path and its nearby paths form a cluster, and the departure path is marked as visited.
(3)重复(1)-(2)步,处理该簇内所有未被标记成已访问的路径,若附近路径的数量小于minPts,则该路径被标记为噪声数据。(3) Repeat steps (1)-(2) to process all paths in the cluster that are not marked as visited. If the number of nearby paths is less than minPts, the path is marked as noise data.
(4)若簇内所有路径都被标记成已访问,重复(2)-(3)步直到所有对象都被归为某个簇或标记成噪声数据,输出各个路径的种类标签矩阵。每个路径的特征矩阵记为路径特征的标签矩阵记为Y。(4) If all paths in the cluster are marked as visited, repeat steps (2)-(3) until all objects are classified as a cluster or marked as noise data, and output the category label matrix of each path. The feature matrix of each path is denoted as the label matrix of the path features, which is denoted as Y.
S2、各个台风路径的数据长度可能不同,因此不能直接利用原始数据构造特征矩阵进行分类。考虑到台风路径无法用函数关系来准确拟合,因此,利用改进的层次聚类算法从各个台风路径上提取相同个数点来表示台风路径,这一过程本发明命名为台风路径特征表示,各个提取的点叫做特征点,各个特征点组成的为特征路径。层次的聚类算法的计算原理是先计算样本之间的距离,每次将距离最近的点合并到同一个类。然后,再计算类与类之间的距离,将距离最近的类合并为一个大类,不停的合并,直到达到规定的条件。本发明利用改进的层次聚类方法对台风路径进行特征表示,只以相邻点的欧几里得距离(欧氏距离)为度量标准,将欧氏距离小的点进行合并,把合并的点作为路径的特征点。若li为点Ti到点Ti+1的距离,其中xi和yi分别为点Ti的经度和纬度,xi+1和yi+1分别为点Ti+1的经度和纬度,具体计算步骤如下:S2. The data lengths of each typhoon path may be different, so the original data cannot be directly used to construct a feature matrix for classification. Considering that the typhoon path cannot be accurately fitted with a functional relationship, an improved hierarchical clustering algorithm is used to extract the same number of points from each typhoon path to represent the typhoon path. This process is named typhoon path feature representation in the present invention. The extracted points are called feature points, and each feature point constitutes a feature path. The calculation principle of the hierarchical clustering algorithm is to first calculate the distance between samples, and merge the points with the closest distance into the same class each time. Then, calculate the distance between the classes, merge the classes with the closest distance into one large class, and keep merging until the specified conditions are met. The invention uses the improved hierarchical clustering method to characterize the typhoon path, and only uses the Euclidean distance (Euclidean distance) of adjacent points as the metric standard, merges the points with small Euclidean distance, and merges the points with the smaller Euclidean distance. as the feature points of the path. If l i is the distance from point T i to point T i+1 , where x i and y i are the longitude and latitude of the point T i respectively, and x i+1 and y i+1 are the longitude and latitude of the point T i+ 1 respectively. The specific calculation steps are as follows:
A1、计算原始台风路径上各相邻点之间的距离li。A1. Calculate the distance li between adjacent points on the original typhoon path.
A2、将所有距离li保存在集合S中,S={l1,l2,…,ln-1},其中,l1为点T1和点T2点之间的距离,l2为点T2和点T3之间的距离,ln-1为点Tn-1和点Tn之间的距离,i表示点的序号,n表示点的总数。A2. Save all distances l i in the set S, S={l 1 , l 2 ,..., l n-1 }, where l 1 is the distance between point T 1 and point T 2 , l 2 is the distance between point T2 and point T3, l n-1 is the distance between point Tn -1 and point Tn, i represents the serial number of the point, and n represents the total number of points.
A3、将S集合中距离最小的两点合并为一个点,并用两点的经度和纬度的均值表示该点,形成新路径。A3. Combine the two points with the smallest distance in the S set into one point, and use the mean of the longitude and latitude of the two points to represent the point to form a new path.
A4、按步骤A2重新计算新路径上各个相邻点之间的距离,更新集合S。A4. Recalculate the distances between adjacent points on the new path according to step A2, and update the set S.
A5、转步骤A3,直到所有新路径的点数达到样本集中最短路径集的长度,输出特征路径集F。A5. Go to step A3 until the points of all new paths reach the length of the shortest path set in the sample set, and output the feature path set F.
S3、建立基于宽度学习系统的台风路径分类模型,并基于该模型进行分类预测。宽度学习系统(BLS)是一种基于随机向量函数链接神经网络的增量式学习算法,将特征路径集F和标签矩阵Y作为输入,特征映射层随机生成权重对输入样本进行特征提取,增强节点层通过正交规范化的随机权重对特征向量进行增强计算,利用激活函数函数增强模型的非线性分类能力,最后通过对特征映射层和增强节点层的合成矩阵进行伪逆运算,求出系统输入到输出的权重矩阵,输出矩阵每行的输出值即为BLS求出的各路径分别属于各个类别的概率,各行最大值所在位置索引即为各条测试路径所被判别的类别,从而实现台风路径的分类预测。S3. Establish a typhoon path classification model based on the width learning system, and perform classification prediction based on the model. Breadth Learning System (BLS) is an incremental learning algorithm based on random vector function link neural network. It takes feature path set F and label matrix Y as input, and the feature mapping layer randomly generates weights to extract features from input samples and enhance nodes. The layer performs enhancement calculation on the feature vector through orthogonal normalized random weights, and uses the activation function function to enhance the nonlinear classification ability of the model. The output weight matrix, the output value of each row of the output matrix is the probability of each path belonging to each category determined by BLS, and the index of the maximum value of each row is the category judged by each test path, so as to realize the typhoon path. Classification prediction.
最后应说明的是:以上各实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述各实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分或者全部技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的范围。Finally, it should be noted that the above embodiments are only used to illustrate the technical solutions of the present invention, but not to limit them; although the present invention has been described in detail with reference to the foregoing embodiments, those of ordinary skill in the art should understand that: The technical solutions described in the foregoing embodiments can still be modified, or some or all of the technical features thereof can be equivalently replaced; and these modifications or replacements do not make the essence of the corresponding technical solutions deviate from the technical solutions of the embodiments of the present invention. scope.
Claims (3)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111565583.9A CN114492569B (en) | 2021-12-20 | 2021-12-20 | A Typhoon Track Classification Method Based on Breadth Learning System |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111565583.9A CN114492569B (en) | 2021-12-20 | 2021-12-20 | A Typhoon Track Classification Method Based on Breadth Learning System |
Publications (2)
Publication Number | Publication Date |
---|---|
CN114492569A true CN114492569A (en) | 2022-05-13 |
CN114492569B CN114492569B (en) | 2023-08-29 |
Family
ID=81495059
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202111565583.9A Active CN114492569B (en) | 2021-12-20 | 2021-12-20 | A Typhoon Track Classification Method Based on Breadth Learning System |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114492569B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN115907159A (en) * | 2022-11-22 | 2023-04-04 | 应急管理部国家减灾中心 | Method, device, equipment and medium for determining similar path typhoon |
Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102289570A (en) * | 2011-07-23 | 2011-12-21 | 浙江大学 | Flood forecast method based on rainfall-runoff-flood routing calculation |
CN103500278A (en) * | 2013-09-30 | 2014-01-08 | 福建四创软件有限公司 | Path similarity typhoon analysis method based on shortest path algorithm |
CN110209825A (en) * | 2019-06-17 | 2019-09-06 | 大连海事大学 | A kind of fast network representative learning algorithm based on width learning system |
CN110717390A (en) * | 2019-09-05 | 2020-01-21 | 杭州电子科技大学 | Electroencephalogram signal classification method based on graph semi-supervised width learning |
CN111401443A (en) * | 2020-03-16 | 2020-07-10 | 重庆大学 | Width learning system based on multi-feature extraction |
CN112581315A (en) * | 2020-12-25 | 2021-03-30 | 东北电力大学 | Wind power field clustering method based on extreme gradient dynamic density clustering |
US11121788B1 (en) * | 2020-06-08 | 2021-09-14 | Wuhan University | Channel prediction method and system for MIMO wireless communication system |
AU2021105840A4 (en) * | 2021-08-18 | 2021-10-28 | Xinjiang Institute Of Ecology And Geography, Chinese Academy Of Sciences | Method for predicting typhoon track |
-
2021
- 2021-12-20 CN CN202111565583.9A patent/CN114492569B/en active Active
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102289570A (en) * | 2011-07-23 | 2011-12-21 | 浙江大学 | Flood forecast method based on rainfall-runoff-flood routing calculation |
CN103500278A (en) * | 2013-09-30 | 2014-01-08 | 福建四创软件有限公司 | Path similarity typhoon analysis method based on shortest path algorithm |
CN110209825A (en) * | 2019-06-17 | 2019-09-06 | 大连海事大学 | A kind of fast network representative learning algorithm based on width learning system |
CN110717390A (en) * | 2019-09-05 | 2020-01-21 | 杭州电子科技大学 | Electroencephalogram signal classification method based on graph semi-supervised width learning |
CN111401443A (en) * | 2020-03-16 | 2020-07-10 | 重庆大学 | Width learning system based on multi-feature extraction |
US11121788B1 (en) * | 2020-06-08 | 2021-09-14 | Wuhan University | Channel prediction method and system for MIMO wireless communication system |
CN112581315A (en) * | 2020-12-25 | 2021-03-30 | 东北电力大学 | Wind power field clustering method based on extreme gradient dynamic density clustering |
AU2021105840A4 (en) * | 2021-08-18 | 2021-10-28 | Xinjiang Institute Of Ecology And Geography, Chinese Academy Of Sciences | Method for predicting typhoon track |
Non-Patent Citations (3)
Title |
---|
C. L. PHILIP CHEN.ET AL: "Broad Learning System: An Effective and Efficient Incremental Learning System Without the Need for Deep Architecture", 《IEEE》, vol. 29, no. 1, XP011675354, DOI: 10.1109/TNNLS.2017.2716952 * |
徐根祺等: "基于宽度学习模型的泥石流灾害预报", 《山地学报》, no. 06 * |
王颢程等: "基于宽度学习系统的内河航道船舶轨迹分类算法", 《上海海事大学学报》, vol. 42, no. 3 * |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN115907159A (en) * | 2022-11-22 | 2023-04-04 | 应急管理部国家减灾中心 | Method, device, equipment and medium for determining similar path typhoon |
CN115907159B (en) * | 2022-11-22 | 2023-08-29 | 应急管理部国家减灾中心 | Method, device, equipment and medium for determining typhoons in similar paths |
Also Published As
Publication number | Publication date |
---|---|
CN114492569B (en) | 2023-08-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Yao et al. | Spatial origin-destination flow imputation using graph convolutional networks | |
CN111949865A (en) | Point-of-interest recommendation method based on graph neural network and user's long-term and short-term preferences | |
Ghaemi et al. | LaSVM-based big data learning system for dynamic prediction of air pollution in Tehran | |
CN111506835B (en) | A data feature extraction method that integrates user time features and personality features | |
CN113159364A (en) | Passenger flow prediction method and system for large-scale traffic station | |
CN108986453A (en) | A kind of traffic movement prediction method based on contextual information, system and device | |
CN111428587B (en) | Crowd counting and density estimation method, device, storage medium and terminal | |
Zhao et al. | Joint spatial and temporal modeling for hydrological prediction | |
CN108734223A (en) | The social networks friend recommendation method divided based on community | |
CN106776928A (en) | Recommend method in position based on internal memory Computational frame, fusion social environment and space-time data | |
CN116596095A (en) | Training method and device of carbon emission prediction model based on machine learning | |
CN112685504A (en) | Production process-oriented distributed migration chart learning method | |
CN116740949B (en) | Urban traffic data prediction method based on continuous learning space-time causal prediction | |
Amiri et al. | An ensemble-based machine learning model for forecasting network traffic in VANET | |
CN114492569B (en) | A Typhoon Track Classification Method Based on Breadth Learning System | |
CN115116227B (en) | Traffic flow prediction method, system, device and readable storage medium | |
CN114254738B (en) | Construction method and application of two-layer evolving dynamic graph convolutional neural network model | |
CN114694767A (en) | PM2.5 Concentration Prediction Method Based on Space-Time Graph Ordinary Differential Equation Network | |
Rasaizadi et al. | Short‐Term Prediction of Traffic State for a Rural Road Applying Ensemble Learning Process | |
CN117639057A (en) | New energy power distribution area topology association analysis method and storage medium | |
CN118277792A (en) | A PM2.5 real-time prediction method based on improved GRU | |
CN115204372B (en) | Pre-selection method and system based on term walk graph neural network | |
CN103886169A (en) | Link prediction algorithm based on AdaBoost | |
Chen et al. | Combining random forest and graph wavenet for spatial-temporal data prediction | |
CN115221955A (en) | Multi-deep neural network parameter fusion system and method based on sample difference analysis |
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 |