[go: up one dir, main page]

CN116167000B - AI-based Internet content detection method and system - Google Patents

AI-based Internet content detection method and system

Info

Publication number
CN116167000B
CN116167000B CN202211592646.4A CN202211592646A CN116167000B CN 116167000 B CN116167000 B CN 116167000B CN 202211592646 A CN202211592646 A CN 202211592646A CN 116167000 B CN116167000 B CN 116167000B
Authority
CN
China
Prior art keywords
image
data packet
features
feature
sentences
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.)
Active
Application number
CN202211592646.4A
Other languages
Chinese (zh)
Other versions
CN116167000A (en
Inventor
孙涛
孙中民
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tianjin Guorui Digital Safety System Co ltd
Original Assignee
Tianjin Guorui Digital Safety System Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tianjin Guorui Digital Safety System Co ltd filed Critical Tianjin Guorui Digital Safety System Co ltd
Priority to CN202211592646.4A priority Critical patent/CN116167000B/en
Publication of CN116167000A publication Critical patent/CN116167000A/en
Application granted granted Critical
Publication of CN116167000B publication Critical patent/CN116167000B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/77Processing image or video features in feature spaces; using data integration or data reduction, e.g. principal component analysis [PCA] or independent component analysis [ICA] or self-organising maps [SOM]; Blind source separation
    • G06V10/7715Feature extraction, e.g. by transforming the feature space, e.g. multi-dimensional scaling [MDS]; Mappings, e.g. subspace methods
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/35Clustering; Classification
    • G06F16/353Clustering; Classification into predefined classes
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/205Parsing
    • G06F40/211Syntactic parsing, e.g. based on context-free grammar [CFG] or unification grammars
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/44Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components

Landscapes

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

Abstract

本发明提供一种基于AI的互联网内容检测方法和系统,通过识别不同数据包的类型,分别对图像类型或文本类型采用不同的特征提取方式。针对图像类型采用降维采样和滑动窗采样,得到包含高维度局部特征的图像特征。针对文本类型采用断句和聚类,得到重组语句后的序列特征。将图像特征和序列特征按照一定规则融合后,得到特征矩阵,最后采用随机森林的方式得到分类结果。通过上述处理过程,克服了现有单一的卷积神经网络或循环神经网络不足以应付复杂的网络环境的问题。

The present invention provides an AI-based Internet content detection method and system, which uses different feature extraction methods for image types or text types by identifying the types of different data packets. Dimensionality reduction sampling and sliding window sampling are used for image types to obtain image features containing high-dimensional local features. Sentence segmentation and clustering are used for text types to obtain sequence features after reorganization of sentences. After fusing image features and sequence features according to certain rules, a feature matrix is obtained, and finally a random forest method is used to obtain the classification result. Through the above processing process, the problem that the existing single convolutional neural network or recurrent neural network is not sufficient to cope with complex network environments is overcome.

Description

AI-based internet content detection method and system
Technical Field
The application relates to the technical field of network security, in particular to an internet content detection method and system based on AI.
Background
The existing content detection method mostly adopts a convolutional neural network or a cyclic neural network. The convolutional neural network can extract image features, the features are subjected to dimension reduction processing by using a pooling layer, and the features are subjected to nonlinear transformation by using a flattening layer and a dense connecting layer, so that a classification effect is achieved. The cyclic neural network is used for extracting features from the sequence of training data, and the sequence feature information is characterized by traversing all elements of the data and generating data with specific dimensions.
However, the internet network is complex, including both image type data and text type data. A single convolutional neural network or a recurrent neural network is insufficient to cope with a complex network environment.
Therefore, there is an urgent need for a targeted AI-based internet content detection method and system.
Disclosure of Invention
The invention aims to provide an AI-based internet content detection method and system, which solve the problem that the existing single convolutional neural network or cyclic neural network is insufficient to cope with complex network environments.
In a first aspect, the present application provides an AI-based internet content detection method, the method comprising:
Collecting different types of collected data packets in an Internet network, and identifying the type of the data packet as an image type or a text type according to metadata carried by the collected data packet;
When the image type is identified, discretizing the data flow of the acquired data packet, sampling according to time domain continuity to obtain a discrete data flow after dimension reduction, and converting to obtain a gray image; according to the characteristic value distribution of the first intermediate result, determining the width of a sliding window, sampling the data flow of the acquired data packet again by using the sliding window, and directly extracting the second image characteristic from the data flow;
When the text type is identified, extracting sentences from the stream sequence of the collected data packet, inputting the sentences into a syntactic model, and performing preliminary sentence breaking to obtain a first word component; according to the preset mapping relation between phrase types and weight values, analyzing the first word components after all preliminary sentence breaking, clustering the first word components with weight values larger than a threshold value to form new sentences, and extracting sequence features from the new sentences;
The second image features and the sequence features are fused and sent into a convolution layer of an identification model, local feature components are selected by utilizing sliding windows with different sizes, the local feature components are spliced to obtain a first feature matrix, and the feature matrix is sent into a pooling layer of the identification model;
The second feature matrix is sent into a random forest of the identification model for classification, the random forest carries out n rounds of extraction on the second feature matrix to obtain n training sets, the extracted n training sets are used for training by using a specified quantity of feature values randomly through column sampling to obtain n decision trees, and the n decision trees obtain classification results according to a voting mode;
and managing the collected data packet according to the classification result.
In a second aspect, the present application provides an AI-based internet content detection system, the system comprising:
The acquisition and identification unit is used for acquiring different types of acquisition data packets in the Internet network, and identifying that the type of the data packet is an image type or a text type according to metadata carried by the acquisition data packet;
The image feature extraction unit is used for carrying out discretization processing on the data stream of the acquired data packet when the image type is identified, sampling according to time domain continuity to obtain a discrete data stream after dimension reduction, and converting the discrete data stream into a gray image; according to the characteristic value distribution of the first intermediate result, determining the width of a sliding window, sampling the data flow of the acquired data packet again by using the sliding window, and directly extracting the second image characteristic from the data flow;
The sequence feature extraction unit is used for extracting sentences from the stream sequence of the collected data packet when the text type is identified, inputting the sentences into a syntactic model, and performing preliminary sentence breaking to obtain a first word component; according to the preset mapping relation between phrase types and weight values, analyzing the first word components after all preliminary sentence breaking, clustering the first word components with weight values larger than a threshold value to form new sentences, and extracting sequence features from the new sentences;
The fusion unit is used for fusing the second image features and the sequence features, sending the second image features and the sequence features into a convolution layer of the recognition model, selecting local feature components by utilizing sliding windows with different sizes, splicing the local feature components to obtain a first feature matrix, and sending the feature matrix into a pooling layer of the recognition model;
The classification unit is used for sending the second feature matrix into a random forest of the identification model for classification, the random forest extracts the second feature matrix for n rounds to obtain n training sets, the extracted n training sets are used for training by using a specified quantity of feature values randomly through column sampling to obtain n decision trees, and the n decision trees obtain classification results according to a voting mode;
and the management unit is used for managing the acquired data packet according to the classification result.
In a third aspect, the present application provides an AI-based internet content detection system, the system comprising a processor and a memory:
The memory is used for storing program codes and transmitting the program codes to the processor;
The processor is configured to perform the method according to any one of the four possible aspects of the first aspect according to instructions in the program code.
In a fourth aspect, the present application provides a computer readable storage medium for storing program code for performing the method of any one of the four possibilities of the first aspect.
Advantageous effects
The invention provides an AI-based internet content detection method and system, which respectively adopt different characteristic extraction modes for image types or text types by identifying the types of different data packets. And adopting dimension reduction sampling and sliding window sampling aiming at the image type to obtain the image characteristics containing the high-dimension local characteristics. And adopting sentence breaking and clustering aiming at the text types to obtain sequence characteristics after sentence recombination. And fusing the image features and the sequence features according to a certain rule to obtain a feature matrix, and finally obtaining a classification result by adopting a random forest mode. Through the processing procedure, the problem that the existing single convolutional neural network or cyclic neural network is insufficient to cope with complex network environments is solved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are needed in the embodiments will be briefly described below, and it will be obvious to those skilled in the art that other drawings can be obtained from these drawings without inventive effort.
FIG. 1 is a schematic flow chart of an AI-based Internet content detection method of the present invention;
Fig. 2 is a schematic diagram of an AI-based internet content detection system according to the present invention.
Detailed Description
The preferred embodiments of the present invention will be described in detail below with reference to the accompanying drawings so that the advantages and features of the present invention can be more easily understood by those skilled in the art, thereby making clear and defining the scope of the present invention.
Fig. 1 is a general flowchart of an AI-based internet content detection method according to the present application, where the method includes:
Collecting different types of collected data packets in an Internet network, and identifying the type of the data packet as an image type or a text type according to metadata carried by the collected data packet;
When the image type is identified, discretizing the data flow of the acquired data packet, sampling according to time domain continuity to obtain a discrete data flow after dimension reduction, and converting to obtain a gray image; according to the characteristic value distribution of the first intermediate result, determining the width of a sliding window, sampling the data flow of the acquired data packet again by using the sliding window, and directly extracting the second image characteristic from the data flow;
When the text type is identified, extracting sentences from the stream sequence of the collected data packet, inputting the sentences into a syntactic model, and performing preliminary sentence breaking to obtain a first word component; according to the preset mapping relation between phrase types and weight values, analyzing the first word components after all preliminary sentence breaking, clustering the first word components with weight values larger than a threshold value to form new sentences, and extracting sequence features from the new sentences;
The second image features and the sequence features are fused and sent into a convolution layer of an identification model, local feature components are selected by utilizing sliding windows with different sizes, the local feature components are spliced to obtain a first feature matrix, and the feature matrix is sent into a pooling layer of the identification model;
The second feature matrix is sent into a random forest of the identification model for classification, the random forest carries out n rounds of extraction on the second feature matrix to obtain n training sets, the extracted n training sets are used for training by using a specified quantity of feature values randomly through column sampling to obtain n decision trees, and the n decision trees obtain classification results according to a voting mode;
and managing the collected data packet according to the classification result.
In some preferred embodiments, the recognition model minimizes the entropy loss function by reverse propagation while training, avoids oversaturation, and indicates that the recognition model training is complete when the accuracy of the recognition model meets the requirements of a threshold. And then available for data verification.
In some preferred embodiments, the fusing the second image features and the sequence features includes extracting the second image features one by one in units of rows or columns and writing the second image features into a matrix of a single dimension, extracting the sequence features one by one and writing the sequence features one by one into a matrix of another single dimension, and weighting or accumulating the matrices of the two single dimensions to obtain a fused feature matrix.
The classification capability of each decision tree has pertinence, the specified quantity characteristic values are obtained according to different classifications, and the same characteristic vector matrix is classified according to different angles through the decision tree, so that the integration function aiming at different classification capabilities is completed. Its classification performance is higher than that of a single classifier.
The average generalization error of a decision tree in a random forest is related to the regression function.
In some preferred embodiments, the voting approach involves weighted accumulation of the output results of each decision tree.
Fig. 2 is a schematic diagram of an AI-based internet content detection system according to the present application, where the system includes:
The acquisition and identification unit is used for acquiring different types of acquisition data packets in the Internet network, and identifying that the type of the data packet is an image type or a text type according to metadata carried by the acquisition data packet;
The image feature extraction unit is used for carrying out discretization processing on the data stream of the acquired data packet when the image type is identified, sampling according to time domain continuity to obtain a discrete data stream after dimension reduction, and converting the discrete data stream into a gray image; according to the characteristic value distribution of the first intermediate result, determining the width of a sliding window, sampling the data flow of the acquired data packet again by using the sliding window, and directly extracting the second image characteristic from the data flow;
The sequence feature extraction unit is used for extracting sentences from the stream sequence of the collected data packet when the text type is identified, inputting the sentences into a syntactic model, and performing preliminary sentence breaking to obtain a first word component; according to the preset mapping relation between phrase types and weight values, analyzing the first word components after all preliminary sentence breaking, clustering the first word components with weight values larger than a threshold value to form new sentences, and extracting sequence features from the new sentences;
The fusion unit is used for fusing the second image features and the sequence features, sending the second image features and the sequence features into a convolution layer of the recognition model, selecting local feature components by utilizing sliding windows with different sizes, splicing the local feature components to obtain a first feature matrix, and sending the feature matrix into a pooling layer of the recognition model;
The classification unit is used for sending the second feature matrix into a random forest of the identification model for classification, the random forest extracts the second feature matrix for n rounds to obtain n training sets, the extracted n training sets are used for training by using a specified quantity of feature values randomly through column sampling to obtain n decision trees, and the n decision trees obtain classification results according to a voting mode;
and the management unit is used for managing the acquired data packet according to the classification result.
The application provides an AI-based internet content detection system, which comprises a processor and a memory:
The memory is used for storing program codes and transmitting the program codes to the processor;
the processor is configured to perform the method according to any of the embodiments of the first aspect according to instructions in the program code.
The present application provides a computer readable storage medium for storing program code for performing the method of any one of the embodiments of the first aspect.
In a specific implementation, the present invention also provides a computer storage medium, where the computer storage medium may store a program, where the program may include some or all of the steps in the various embodiments of the present invention when executed. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
It will be apparent to those skilled in the art that the techniques of embodiments of the present invention may be implemented in software plus a necessary general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be embodied in essence or a part contributing to the prior art in the form of a software product, which may be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., including several instructions to cause a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method described in the embodiments or some parts of the embodiments of the present invention.
The same or similar parts between the various embodiments of the present description are referred to each other. In particular, for the embodiments, since they are substantially similar to the method embodiments, the description is relatively simple, and reference should be made to the description of the method embodiments for the matters.
The embodiments of the present invention described above do not limit the scope of the present invention.

Claims (7)

1. An AI-based internet content detection method, the method comprising:
Collecting different types of collected data packets in an Internet network, and identifying the type of the data packet as an image type or a text type according to metadata carried by the collected data packet;
When the image type is identified, discretizing the data flow of the acquired data packet, sampling according to time domain continuity to obtain a discrete data flow after dimension reduction, and converting to obtain a gray image; according to the characteristic value distribution of the first intermediate result, determining the width of a sliding window, sampling the data flow of the acquired data packet again by using the sliding window, and directly extracting the second image characteristic from the data flow;
When the text type is identified, extracting sentences from the stream sequence of the collected data packet, inputting the sentences into a syntactic model, and performing preliminary sentence breaking to obtain a first word component; according to the preset mapping relation between phrase types and weight values, analyzing the first word components after all preliminary sentence breaking, clustering the first word components with weight values larger than a threshold value to form new sentences, and extracting sequence features from the new sentences;
The second image features and the sequence features are fused and sent into a convolution layer of an identification model, local feature components are selected by utilizing sliding windows with different sizes, the local feature components are spliced to obtain a first feature matrix, and the feature matrix is sent into a pooling layer of the identification model;
The second feature matrix is sent into a random forest of the identification model for classification, the random forest carries out n rounds of extraction on the second feature matrix to obtain n training sets, the extracted n training sets are used for training by using a specified quantity of feature values randomly through column sampling to obtain n decision trees, and the n decision trees obtain classification results according to a voting mode;
and managing the collected data packet according to the classification result.
2. The method of claim 1, wherein the recognition model is trained by minimizing the entropy loss function in a reverse propagation manner to avoid oversaturation, and wherein the recognition model training is completed when the accuracy of the recognition model meets a threshold.
3. The method of claim 1, wherein the fusing the second image features and the sequence features comprises extracting the second image features one by one in units of rows or columns and writing the second image features into a matrix with a single dimension, extracting the sequence features one by one and writing the sequence features into a matrix with another single dimension, and weighting or accumulating the matrices with the two single dimensions to obtain a fused feature matrix.
4. The method of claim 2 or 3, wherein voting comprises weighted accumulation of the output of each decision tree.
5. An AI-based internet content detection system, the system comprising:
The acquisition and identification unit is used for acquiring different types of acquisition data packets in the Internet network, and identifying that the type of the data packet is an image type or a text type according to metadata carried by the acquisition data packet;
The image feature extraction unit is used for carrying out discretization processing on the data stream of the acquired data packet when the image type is identified, sampling according to time domain continuity to obtain a discrete data stream after dimension reduction, and converting the discrete data stream into a gray image; according to the characteristic value distribution of the first intermediate result, determining the width of a sliding window, sampling the data flow of the acquired data packet again by using the sliding window, and directly extracting the second image characteristic from the data flow;
The sequence feature extraction unit is used for extracting sentences from the stream sequence of the collected data packet when the text type is identified, inputting the sentences into a syntactic model, and performing preliminary sentence breaking to obtain a first word component; according to the preset mapping relation between phrase types and weight values, analyzing the first word components after all preliminary sentence breaking, clustering the first word components with weight values larger than a threshold value to form new sentences, and extracting sequence features from the new sentences;
The fusion unit is used for fusing the second image features and the sequence features, sending the second image features and the sequence features into a convolution layer of the recognition model, selecting local feature components by utilizing sliding windows with different sizes, splicing the local feature components to obtain a first feature matrix, and sending the feature matrix into a pooling layer of the recognition model;
The classification unit is used for sending the second feature matrix into a random forest of the identification model for classification, the random forest extracts the second feature matrix for n rounds to obtain n training sets, the extracted n training sets are used for training by using a specified quantity of feature values randomly through column sampling to obtain n decision trees, and the n decision trees obtain classification results according to a voting mode;
and the management unit is used for managing the acquired data packet according to the classification result.
6. An AI-based internet content detection system, the system comprising a processor and a memory:
The memory is used for storing program codes and transmitting the program codes to the processor;
the processor is configured to perform the method according to any of the claims 1-4 according to instructions in the program code.
7. A computer readable storage medium, characterized in that the computer readable storage medium is for storing a program code for performing a method implementing any of claims 1-4.
CN202211592646.4A 2022-12-13 2022-12-13 AI-based Internet content detection method and system Active CN116167000B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211592646.4A CN116167000B (en) 2022-12-13 2022-12-13 AI-based Internet content detection method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211592646.4A CN116167000B (en) 2022-12-13 2022-12-13 AI-based Internet content detection method and system

Publications (2)

Publication Number Publication Date
CN116167000A CN116167000A (en) 2023-05-26
CN116167000B true CN116167000B (en) 2025-10-03

Family

ID=86410286

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211592646.4A Active CN116167000B (en) 2022-12-13 2022-12-13 AI-based Internet content detection method and system

Country Status (1)

Country Link
CN (1) CN116167000B (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10956673B1 (en) * 2020-09-10 2021-03-23 Moore & Gasperecz Global Inc. Method and system for identifying citations within regulatory content

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190273509A1 (en) * 2018-03-01 2019-09-05 Crowdstrike, Inc. Classification of source data by neural network processing
CN111091576B (en) * 2020-03-19 2020-07-28 腾讯科技(深圳)有限公司 Image segmentation method, device, equipment and storage medium
CN115238799B (en) * 2022-07-27 2025-07-29 天津市国瑞数码安全系统股份有限公司 Random forest malicious flow detection method and system based on AI
CN115333802B (en) * 2022-07-27 2024-08-13 北京国瑞数智技术有限公司 Malicious program detection method and system based on neural network

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10956673B1 (en) * 2020-09-10 2021-03-23 Moore & Gasperecz Global Inc. Method and system for identifying citations within regulatory content

Also Published As

Publication number Publication date
CN116167000A (en) 2023-05-26

Similar Documents

Publication Publication Date Title
Nguyen et al. Automatic image filtering on social networks using deep learning and perceptual hashing during crises
CN112347244B (en) Yellow-based and gambling-based website detection method based on mixed feature analysis
CN106991085B (en) Entity abbreviation generation method and device
CN112580328A (en) Event information extraction method and device, storage medium and electronic equipment
CN115238799B (en) Random forest malicious flow detection method and system based on AI
CN113901817A (en) Document classification method and device, computer equipment and storage medium
CN117272142A (en) A log anomaly detection method, system and electronic device
CN114416998B (en) Text label identification method and device, electronic equipment and storage medium
CN113792163B (en) Multimedia recommendation method and device, electronic equipment and storage medium
CN118260589B (en) Method, device, and electronic device for training large language model
CN114650176A (en) Phishing website detection method and device, computer equipment and storage medium
CN110705250A (en) Method and system for identifying target content in chat records
CN113688240A (en) Threat element extraction method, device, equipment and storage medium
CN115314268B (en) Malicious encryption traffic detection method and system based on traffic fingerprint and behavior
KR102334018B1 (en) Apparatus and method for validating self-propagated unethical text
CN116150651A (en) AI-based deep synthesis detection method and system
CN115361242A (en) Web attack detection method based on multidimensional feature network
CN116167000B (en) AI-based Internet content detection method and system
CN112632229A (en) Text clustering method and device
CN119647420A (en) Text data processing method, device, computer equipment and readable storage medium
CN112199492A (en) A method and device for controlling rumor propagation in a complex network
CN119149747A (en) Training method, recognition method and system for text classification model
CN116232644A (en) AI-based phishing behavior analysis method and system
CN117081801A (en) Fingerprint identification method, device and medium for website content management system
CN115858776A (en) Variant text classification recognition method, system, storage medium and electronic equipment

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
CB03 Change of inventor or designer information
CB03 Change of inventor or designer information

Inventor after: Sun Tao

Inventor after: Sun Zhongmin

Inventor before: Wu Guanbiao

Inventor before: Sun Tao

Inventor before: Sun Zhongmin

GR01 Patent grant
GR01 Patent grant