CN110993037A - Protein activity prediction device based on multi-view classification model - Google Patents
Protein activity prediction device based on multi-view classification model Download PDFInfo
- Publication number
- CN110993037A CN110993037A CN201911031041.6A CN201911031041A CN110993037A CN 110993037 A CN110993037 A CN 110993037A CN 201911031041 A CN201911031041 A CN 201911031041A CN 110993037 A CN110993037 A CN 110993037A
- Authority
- CN
- China
- Prior art keywords
- graph
- node
- matrix
- protein
- classification model
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16C—COMPUTATIONAL CHEMISTRY; CHEMOINFORMATICS; COMPUTATIONAL MATERIALS SCIENCE
- G16C20/00—Chemoinformatics, i.e. ICT specially adapted for the handling of physicochemical or structural data of chemical particles, elements, compounds or mixtures
- G16C20/30—Prediction of properties of chemical compounds, compositions or mixtures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/25—Fusion techniques
- G06F18/253—Fusion techniques of extracted features
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16C—COMPUTATIONAL CHEMISTRY; CHEMOINFORMATICS; COMPUTATIONAL MATERIALS SCIENCE
- G16C20/00—Chemoinformatics, i.e. ICT specially adapted for the handling of physicochemical or structural data of chemical particles, elements, compounds or mixtures
- G16C20/80—Data visualisation
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Computing Systems (AREA)
- Bioinformatics & Cheminformatics (AREA)
- General Engineering & Computer Science (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- General Physics & Mathematics (AREA)
- Molecular Biology (AREA)
- Biomedical Technology (AREA)
- Computational Linguistics (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Biophysics (AREA)
- Chemical & Material Sciences (AREA)
- Crystallography & Structural Chemistry (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Evolutionary Biology (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The invention discloses a protein activity prediction device based on a multi-view classification model, which comprises a computer memory, a computer processor and a computer program, wherein the computer memory is stored with a trained multi-view classification model, and the multi-view classification model comprises a pooling unit, a graph convolution unit and a full connection unit; the computer processor when executing the computer program performs the steps of: constructing an original protein graph representing a protein structure by taking atoms of the protein structure as nodes and chemical bonds between the atoms as connecting edges; performing pooling operation on the original protein map by using a pooling unit to obtain a plurality of views with different dimensions; performing graph convolution operation on the multiple views and the original protein graph by using a trained graph convolution unit to obtain multiple feature vectors; and cascading the plurality of feature vectors to obtain a fusion feature vector, performing full-connection operation on the fusion feature vector by using the trained full-connection unit, and outputting a protein activity prediction result.
Description
Technical Field
The invention belongs to the field of bioinformatics, and particularly relates to a protein activity prediction device based on a multi-view classification model.
Background
A graph consists of a series of nodes and con-vertions. Graph analysis is applied to research directions such as node classification, link prediction, clustering, and graph classification as a kind of non-euclidean data. Graph neural networks (Graph neural networks) are a deep learning method based on Graph domain analysis, and rely on information transfer between nodes in a Graph to capture dependency relationships in the Graph, so as to obtain characteristics of each node. The node features it generates can be used as input to any differentiable prediction layer to train the entire model in an end-to-end fashion.
Some of the studies on GNN focus on feature Learning at the node level (see document 1: Hamilton W L, YingR, Leskovec J. inductive replication Learning on Large Graphs [ J ]. 2017.; i.e., generalized Representation Learning of Large Networks), while others focus on feature Learning at the Graph level (see document 2: Henaff M, Bruna J, Lecun Y. deep computational Networks on Graph-Structured Data [ J ]. Computer science, 2015.; i.e., deep convolution Networks of Graph structure Data). The method for learning the characteristics of the concerned nodes brings improvement to tasks such as node classification and link prediction, and the method for learning the characteristics of the graph mainly promotes graph classification and the like. The task of graph classification is to predict the labels of a given graph using the relevant features of the nodes and the topology of the graph.
When applying GNN to graph classification, the standard approach is to generate features for all nodes in the graph and then to globally assemble all these node features together, such as David Duvenaud's implementation to input molecular structures of arbitrary size and shape into a deep neural network to get a molecular fingerprint vector of fixed dimensions (see document 3: Duvenaud D, Maclaurin D, agiuilera-iparaguerre J. relational network on Graphs for learning molecular Fingerprints 2015.) these methods treat all nodes equally when using node features. In other words, the structural information of the entire graph is completely ignored in this process, and by default, the importance of each node in the graph is the same. But in practice different nodes have different degrees of importance in the graph, and they should contribute differently to the graph characteristics.
Disclosure of Invention
The invention aims to provide a protein activity prediction device based on a multi-view classification model, and the compound function prediction device can realize the prediction of the functions of compounds based on the multi-view classification model.
In order to achieve the above object, the present invention provides a compound function prediction device based on a multi-view classification model, comprising a computer memory, a computer processor and a computer program stored in the computer memory and executable on the computer processor, wherein the computer memory stores a trained multi-view classification model, and the multi-view classification model comprises a pooling unit, a graph volume unit and a full connection unit;
the computer processor, when executing the computer program, performs the steps of:
constructing an original protein graph representing a protein structure by taking atoms of the protein structure as nodes and chemical bonds between the atoms as connecting edges;
performing pooling operation on the original protein map by using a pooling unit to obtain a plurality of views with different dimensions;
performing graph convolution operation on the multiple views and the original protein graph by using a trained graph convolution unit to obtain multiple feature vectors;
and cascading the plurality of feature vectors to obtain a fusion feature vector, performing full-connection operation on the fusion feature vector by using the trained full-connection unit, and outputting a protein activity prediction result.
The invention has the technical effects that:
the invention skillfully converts the protein structure into the graph structure, realizes the prediction of the protein activity by extracting and classifying the graph structure characteristics, mainly utilizes the graph convolution graph network to learn to obtain the node characteristics containing the attribute characteristics and the topological structure, classifies and aggregates part of nodes into a cluster according to the node characteristics, performs pooling dimensionality reduction on the protein graph, then performs weighted summation on the node characteristics of each view, converts the node characteristics into the graph characteristics and performs characteristic fusion, and finally outputs the class mark of the predicted graph through full connection, namely the prediction of the protein activity. The multi-view classification model not only considers the spatial structure and node attribute characteristics of the initial graph, but also considers the influence of the deeper graph structure obtained from the initial graph on the prediction result, so that the accuracy of protein activity prediction is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a flow chart of protein activity prediction based on a multi-view classification model provided by the examples;
fig. 2 is an illustrative diagram of a new node connectivity representation.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be further described in detail with reference to the accompanying drawings and examples. It should be understood that the detailed description and specific examples, while indicating the scope of the invention, are intended for purposes of illustration only and are not intended to limit the scope of the invention.
In bioinformatics, compounds are formed by connecting atoms through chemical bonds, and can be converted into graph networks by combining the existing graph networks, and some properties of the compounds are researched by utilizing the idea of processing the graph networks.
The embodiment provides a protein activity prediction device based on a multi-view classification model, which comprises a computer memory, a computer processor and a computer program stored in the computer memory and executable on the computer processor, wherein the computer memory stores a trained multi-view classification model, and the multi-view classification model comprises a pooling unit, a graph volume unit and a full connection unit.
The graph convolution unit mainly comprises a plurality of convolution layers and is mainly used for extracting features of an input graph, learning a local topological structure and self attributes of each node on the graph, obtaining feature vectors with the same dimensionality and storing the feature vectors in a feature matrix form;
the pooling unit is used for classifying and aggregating nodes with similar characteristics and attributes in the initial graph to form new nodes, then acquiring a linkage relation between the new nodes according to the mapping between the nodes of the initial graph and the new nodes, reducing the number of the nodes and the linkage edges of the obtained new graph to a certain extent, realizing low-dimensional representation of the initial graph, and making the constructed new graph capable of serving as the initial graph to complement representation forms and characteristics under different views, so that the partial characteristics are fully utilized to help the graph classification task to a certain extent;
the input of the full-connection module unit is connected with the output of each graph convolution module, dimension normalization and feature fusion are carried out on the initial graph and the graph features of the multiple views obtained after node aggregation, feature representation containing multiple view information is obtained, and accurate classification of the initial graph is achieved.
Before the multi-view classification model is applied, training samples are required to be adopted for training the multi-view classification model, and when the size and weight of the neighborhood in a good-image convolution unit, the number of view layers in a pooling unit and the hyper-parameters in a full-connection unit are determined, the classification result can be more accurate.
The computer program when executed by a computer processor implements the steps of:
s101, an original protein map showing the protein structure is constructed by using atoms of the protein structure as nodes and chemical bonds between the atoms as connecting edges.
The original protein map G is represented by (a, H), where a represents the adjacency matrix and H represents the node characteristics.
S102, performing pooling operation on the original protein map by using a pooling unit to obtain a plurality of views with different dimensions.
Specifically, pooling the original protein map to obtain multiple views of different dimensions includes:
multiplying the node characteristics H by the weight W to obtain an initial distribution matrix S of the nodes, and normalizing each column in the initial distribution matrix S by using a softmax function to obtain a pooling distribution matrix S', wherein the specific process is as follows:
S=HW
wherein s isijTo assign an element, s, in the matrixijRepresenting the probability that the node i in the previous layer view is aggregated into the node j in the next layer view after being subjected to pooling;
calculating an adjacent matrix A 'and a node characteristic H' of the next layer view according to the adjacent matrix A and the node characteristic H corresponding to the adjacent matrix A and the node characteristic H before aggregation and the pooling distribution matrix S ', wherein the node characteristic H' represents the self attribute of the node in the next layer view:
A′=(S′)TAS′
H′=(S′)TH
and the dimension of the adjacency matrix A 'and the node characteristic H' is smaller than that of the adjacency matrix A and the node characteristic H of the previous layer view.
S103, carrying out graph convolution operation on the multiple views and the original protein graph by using the trained graph convolution unit to obtain multiple feature vectors.
Specifically, the obtaining a plurality of feature vectors by performing a graph convolution operation on the plurality of views and the original protein graph by using a trained graph convolution unit includes:
updating the node characteristics of the input graph by using the following formula, wherein the updated node characteristics are the characteristic vectors:
H″=ReLU(LHW)
wherein L represents a Laplace matrix L ═ I-D-1/2AD-1/2D is the value matrix of the input adjacent matrix A, H is the input node feature, I is an identity matrix, H' represents the node feature obtained after updating, and W is the value matrix in the graph convolution unitAnd (4) weighting the parameters.
In the embodiment, through k times of graph convolution operations, it can also be understood that node features are obtained through k cascaded graph convolution modules, and each time the graph convolution operation is performed, a neighborhood range captured by the node features is expanded by one node.
And S104, cascading the plurality of feature vectors to obtain a fusion feature vector, performing full-connection operation on the fusion feature vector by using the trained full-connection unit, and outputting a protein activity prediction result.
Specifically, a plurality of feature vectors corresponding to a plurality of views are superimposed by using the following formula to obtain a fusion feature vector H*:
H*=concat(W″iH″i,i=0,1,2,3,…,n-1,n)
Where concat (. cndot.) represents a cascade function, Wi"represents the weight parameter corresponding to the ith view, and H" represents the node characteristic corresponding to the ith view; the sequence number 0 indicates the original protein map.
After obtaining the fusion feature vector H*On the basis, carrying out full-connection operation on the fusion characteristic vector according to the following formula to obtain a protein activity prediction result:
C=soft max(H*W*)
where C represents the matrix of prediction outputs, each element in C represents the probability of whether the function of the protein map is active, W*Representing the weight of the parameter in the fully connected unit.
In protein maps, atoms (nodes) are linked by bonds (edges), and single atoms or chemical bonds have little effect on the activity of the entire protein, but some local structures consisting of groups of atoms and their chemical bonds may represent specific functional units that are critical to the function of the protein, and are then important in characterizing the extracted map. In order to highlight the importance of these functional units, the present embodiment aggregates partial nodes that may have some functions into a new node through a hierarchical pooling process, and then the obtained multi-view with fewer nodes and connecting edges is composed of some functional units, and features extracted on the basis better reflect the functions of proteins. Specifically, the classification of the presence or absence of the activity of the protein may be reflected, including the functions of catalysis, carcinogenicity, and the like.
The multi-view classification model not only considers the topological structure and node attributes of the initial graph, but also considers the structural characteristics of different views obtained by aggregation of partial nodes, and supplements the influence of a deeper graph structure on a prediction result, so that the prediction of protein activity can be better realized.
The above-mentioned embodiments are intended to illustrate the technical solutions and advantages of the present invention, and it should be understood that the above-mentioned embodiments are only the most preferred embodiments of the present invention, and are not intended to limit the present invention, and any modifications, additions, equivalents, etc. made within the scope of the principles of the present invention should be included in the scope of the present invention.
Claims (6)
1. A protein activity prediction apparatus based on a multi-view classification model, comprising a computer memory, a computer processor, and a computer program stored in the computer memory and executable on the computer processor, wherein the computer memory has stored therein a trained multi-view classification model comprising a pooling unit, a volume unit, and a full-connected unit;
the computer processor, when executing the computer program, performs the steps of:
constructing an original protein graph representing a protein structure by taking atoms of the protein structure as nodes and chemical bonds between the atoms as connecting edges;
performing pooling operation on the original protein map by using a pooling unit to obtain a plurality of views with different dimensions;
performing graph convolution operation on the multiple views and the original protein graph by using a trained graph convolution unit to obtain multiple feature vectors;
and cascading the plurality of feature vectors to obtain a fusion feature vector, performing full-connection operation on the fusion feature vector by using the trained full-connection unit, and outputting a protein activity prediction result.
2. The multi-view classification model-based protein activity prediction apparatus of claim 1, wherein the original protein graph G is represented by (a, H), where a represents the adjacency matrix and H represents the node characteristics.
3. The multi-view classification model-based protein activity prediction apparatus of claim 2, wherein the pooling of the original protein map to obtain multiple views of different dimensions comprises:
multiplying the node characteristics H by the weight W to obtain an initial distribution matrix S of the nodes, and normalizing each column in the initial distribution matrix S by using a softmax function to obtain a pooling distribution matrix S', wherein the specific process is as follows:
S=HW
wherein s isijTo assign an element, s, in the matrixijRepresenting the probability that the node i in the previous layer view is aggregated into the node j in the next layer view after being subjected to pooling;
calculating an adjacent matrix A 'and a node characteristic H' of the next layer view according to the adjacent matrix A and the node characteristic H corresponding to the adjacent matrix A and the node characteristic H before aggregation and the pooling distribution matrix S ', wherein the node characteristic H' represents the self attribute of the node in the next layer view:
A′=(S′)TAS′
H′=(S′)TH
and the dimension of the adjacency matrix A 'and the node characteristic H' is smaller than that of the adjacency matrix A and the node characteristic H of the previous layer view.
4. The multi-view classification model-based protein activity prediction apparatus of claim 1, wherein the performing a graph convolution operation on the plurality of views and the original protein graph respectively by using the trained graph convolution unit to obtain a plurality of feature vectors comprises:
updating the node characteristics of the input graph by using the following formula, wherein the updated node characteristics are the characteristic vectors:
H″=ReLU(LHW)
wherein L represents a Laplace matrix L ═ I-D-1/2AD-1/2D is a value matrix of the input adjacent matrix A, H is the input node characteristic, I is an identity matrix, H' represents the node characteristic obtained after updating, and W is the parameter weight in the graph convolution unit.
5. The multi-view classification model-based protein activity prediction device of claim 1, wherein the fusion feature vector H is obtained by superposing a plurality of feature vectors corresponding to a plurality of views according to the following formula*:
H*=concat(Wi″H″i,i=0,1,2,3,…,n-1,n)
Where concat (. cndot.) represents a cascade function, Wi"represents the weight parameter corresponding to the ith view, and H" represents the node characteristic corresponding to the ith view; the sequence number 0 indicates the original protein map.
6. The multi-view classification model-based protein activity prediction apparatus of claim 1, wherein the fusion feature vectors are subjected to full-join operation according to the following formula to obtain a protein activity prediction result:
C=soft max(H*W*)
where C represents the matrix of prediction outputs, each element in C represents the probability of whether the function of the protein map is active, W*Representing the weight of the parameter in the fully connected unit.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911031041.6A CN110993037A (en) | 2019-10-28 | 2019-10-28 | Protein activity prediction device based on multi-view classification model |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911031041.6A CN110993037A (en) | 2019-10-28 | 2019-10-28 | Protein activity prediction device based on multi-view classification model |
Publications (1)
Publication Number | Publication Date |
---|---|
CN110993037A true CN110993037A (en) | 2020-04-10 |
Family
ID=70082538
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201911031041.6A Pending CN110993037A (en) | 2019-10-28 | 2019-10-28 | Protein activity prediction device based on multi-view classification model |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110993037A (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111695702A (en) * | 2020-06-16 | 2020-09-22 | 腾讯科技(深圳)有限公司 | Training method, device, equipment and storage medium of molecular generation model |
CN111798934A (en) * | 2020-06-23 | 2020-10-20 | 苏州浦意智能医疗科技有限公司 | Molecular property prediction method based on graph neural network |
CN112598021A (en) * | 2020-11-27 | 2021-04-02 | 西北工业大学 | Graph structure searching method based on automatic machine learning |
CN113889179A (en) * | 2021-10-13 | 2022-01-04 | 山东大学 | Compound-protein interaction prediction method based on multi-view deep learning |
CN114023375A (en) * | 2021-03-12 | 2022-02-08 | 浙江工业大学 | Width learning enzyme protein detection method and system based on global sampling subgraph |
CN116416478A (en) * | 2023-06-06 | 2023-07-11 | 福建工程学院 | Bioinformatics classification model based on graph structure data characteristics |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110097095A (en) * | 2019-04-15 | 2019-08-06 | 天津大学 | A kind of zero sample classification method generating confrontation network based on multiple view |
CN110263280A (en) * | 2019-06-11 | 2019-09-20 | 浙江工业大学 | A kind of dynamic link predetermined depth model and application based on multiple view |
WO2019191777A1 (en) * | 2018-03-30 | 2019-10-03 | Board Of Trustees Of Michigan State University | Systems and methods for drug design and discovery comprising applications of machine learning with differential geometric modeling |
-
2019
- 2019-10-28 CN CN201911031041.6A patent/CN110993037A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2019191777A1 (en) * | 2018-03-30 | 2019-10-03 | Board Of Trustees Of Michigan State University | Systems and methods for drug design and discovery comprising applications of machine learning with differential geometric modeling |
CN110097095A (en) * | 2019-04-15 | 2019-08-06 | 天津大学 | A kind of zero sample classification method generating confrontation network based on multiple view |
CN110263280A (en) * | 2019-06-11 | 2019-09-20 | 浙江工业大学 | A kind of dynamic link predetermined depth model and application based on multiple view |
Non-Patent Citations (2)
Title |
---|
REX YING: ""Hierarchical Graph Representation Learning with Differentiable Pooling"", 《ARXIV》 * |
张媛: ""基于多视图融合的蛋白质功能模块检测方法"", 《电子学报》 * |
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111695702A (en) * | 2020-06-16 | 2020-09-22 | 腾讯科技(深圳)有限公司 | Training method, device, equipment and storage medium of molecular generation model |
CN111695702B (en) * | 2020-06-16 | 2023-11-03 | 腾讯科技(深圳)有限公司 | Training method, device, equipment and storage medium of molecular generation model |
CN111798934A (en) * | 2020-06-23 | 2020-10-20 | 苏州浦意智能医疗科技有限公司 | Molecular property prediction method based on graph neural network |
CN111798934B (en) * | 2020-06-23 | 2023-11-14 | 苏州浦意智能医疗科技有限公司 | Molecular property prediction method based on graph neural network |
CN112598021A (en) * | 2020-11-27 | 2021-04-02 | 西北工业大学 | Graph structure searching method based on automatic machine learning |
CN114023375A (en) * | 2021-03-12 | 2022-02-08 | 浙江工业大学 | Width learning enzyme protein detection method and system based on global sampling subgraph |
CN113889179A (en) * | 2021-10-13 | 2022-01-04 | 山东大学 | Compound-protein interaction prediction method based on multi-view deep learning |
CN113889179B (en) * | 2021-10-13 | 2024-06-11 | 山东大学 | Compound-protein interaction prediction method based on multi-view deep learning |
CN116416478A (en) * | 2023-06-06 | 2023-07-11 | 福建工程学院 | Bioinformatics classification model based on graph structure data characteristics |
CN116416478B (en) * | 2023-06-06 | 2023-09-26 | 福建工程学院 | Bioinformatics classification model based on graph structure data characteristics |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110993037A (en) | Protein activity prediction device based on multi-view classification model | |
CN111291809B (en) | Processing device, method and storage medium | |
Li et al. | Skeleton-parted graph scattering networks for 3d human motion prediction | |
CN111667022A (en) | User data processing method and device, computer equipment and storage medium | |
CN111898703B (en) | Multi-label video classification method, model training method, device and medium | |
CN111783754B (en) | Human body attribute image classification method, system and device based on part context | |
CN113011568B (en) | Model training method, data processing method and equipment | |
CN112862015A (en) | Paper classification method and system based on hypergraph neural network | |
CN113761250A (en) | Model training method, merchant classification method and device | |
CN112508181A (en) | Graph pooling method based on multi-channel mechanism | |
CN115546525A (en) | Multi-view clustering method and device, electronic equipment and storage medium | |
CN117237559A (en) | Digital twin city-oriented three-dimensional model data intelligent analysis method and system | |
CN114332893A (en) | Table structure identification method and device, computer equipment and storage medium | |
CN116129286A (en) | Method for classifying graphic neural network remote sensing images based on knowledge graph | |
CN115687760A (en) | User learning interest label prediction method based on graph neural network | |
CN117994623A (en) | Image feature vector acquisition method | |
Zhang et al. | A spatial–spectral adaptive learning model for textile defect images recognition with few labeled data | |
Alhichri | RS-DeepSuperLearner: fusion of CNN ensemble for remote sensing scene classification | |
CN114936327B (en) | Element recognition model acquisition method and device, computer equipment and storage medium | |
CN116702784A (en) | Entity linking method, entity linking device, computer equipment and storage medium | |
CN116976402A (en) | Training method, device, equipment and storage medium of hypergraph convolutional neural network | |
Xu et al. | Multi-level self-adaptive prototypical networks for few-shot node classification on attributed networks | |
CN116977265A (en) | Training method and device for defect detection model, computer equipment and storage medium | |
Li et al. | Intelligent unsupervised learning method of physical education image resources based on genetic algorithm | |
Rad et al. | A multi-view-group non-negative matrix factorization approach for automatic image annotation |
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: 20200410 |
|
RJ01 | Rejection of invention patent application after publication |