期刊文献+
共找到2,488篇文章
< 1 2 125 >
每页显示 20 50 100
Adaptive backtracking search optimization algorithm with pattern search for numerical optimization 被引量:6
1
作者 Shu Wang Xinyu Da +1 位作者 Mudong Li Tong Han 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2016年第2期395-406,共12页
The backtracking search optimization algorithm(BSA) is one of the most recently proposed population-based evolutionary algorithms for global optimization. Due to its memory ability and simple structure, BSA has powe... The backtracking search optimization algorithm(BSA) is one of the most recently proposed population-based evolutionary algorithms for global optimization. Due to its memory ability and simple structure, BSA has powerful capability to find global optimal solutions. However, the algorithm is still insufficient in balancing the exploration and the exploitation. Therefore, an improved adaptive backtracking search optimization algorithm combined with modified Hooke-Jeeves pattern search is proposed for numerical global optimization. It has two main parts: the BSA is used for the exploration phase and the modified pattern search method completes the exploitation phase. In particular, a simple but effective strategy of adapting one of BSA's important control parameters is introduced. The proposed algorithm is compared with standard BSA, three state-of-the-art evolutionary algorithms and three superior algorithms in IEEE Congress on Evolutionary Computation 2014(IEEE CEC2014) over six widely-used benchmarks and 22 real-parameter single objective numerical optimization benchmarks in IEEE CEC2014. The results of experiment and statistical analysis demonstrate the effectiveness and efficiency of the proposed algorithm. 展开更多
关键词 evolutionary algorithm backtracking search optimization algorithm(BSA) Hooke-Jeeves pattern search parameter adaption numerical optimization
在线阅读 下载PDF
A New Algorithm for Mining Frequent Pattern 被引量:2
2
作者 李力 靳蕃 《Journal of Southwest Jiaotong University(English Edition)》 2002年第1期10-20,共11页
Mining frequent pattern in transaction database, time series databases, and many other kinds of databases have been studied popularly in data mining research. Most of the previous studies adopt Apriori like candidat... Mining frequent pattern in transaction database, time series databases, and many other kinds of databases have been studied popularly in data mining research. Most of the previous studies adopt Apriori like candidate set generation and test approach. However, candidate set generation is very costly. Han J. proposed a novel algorithm FP growth that could generate frequent pattern without candidate set. Based on the analysis of the algorithm FP growth, this paper proposes a concept of equivalent FP tree and proposes an improved algorithm, denoted as FP growth * , which is much faster in speed, and easy to realize. FP growth * adopts a modified structure of FP tree and header table, and only generates a header table in each recursive operation and projects the tree to the original FP tree. The two algorithms get the same frequent pattern set in the same transaction database, but the performance study on computer shows that the speed of the improved algorithm, FP growth * , is at least two times as fast as that of FP growth. 展开更多
关键词 data mining algorithm frequent pattern set FP growth
在线阅读 下载PDF
Four Sliding Windows Pattern Matching Algorithm (FSW) 被引量:1
3
作者 Amjad Hudaib Rola Al-Khalid +2 位作者 Aseel Al-Anani Mariam Itriq Dima Suleiman 《Journal of Software Engineering and Applications》 2015年第3期154-165,共12页
This paper presents an efficient pattern matching algorithm (FSW). FSW improves the searching process for a pattern in a text. It scans the text with the help of four sliding windows. The windows are equal to the leng... This paper presents an efficient pattern matching algorithm (FSW). FSW improves the searching process for a pattern in a text. It scans the text with the help of four sliding windows. The windows are equal to the length of the pattern, allowing multiple alignments in the searching process. The text is divided into two parts;each part is scanned from both sides simultaneously using two sliding windows. The four windows slide in parallel in both parts of the text. The comparisons done between the text and the pattern are done from both of the pattern sides in parallel. The conducted experiments show that FSW achieves the best overall results in the number of attempts and the number of character comparisons compared to the pattern matching algorithms: Two Sliding Windows (TSW), Enhanced Two Sliding Windows algorithm (ETSW) and Berry-Ravindran algorithm (BR). The best time case is calculated and found to be??while the average case time complexity is??. 展开更多
关键词 pattern MATCHING FWS Enhanced Two SLIDING Windows algorithm RS-A Fast pattern MATCHING algorithm
在线阅读 下载PDF
Enhancing ERS-A Algorithm for Pattern Matching (EERS-A) 被引量:1
4
作者 Dima Suleiman Mariam Itriq +2 位作者 Aseel Al-Anani Rola Al-Khalid Amjad Hudaib 《Journal of Software Engineering and Applications》 2015年第3期143-153,共11页
Pattern matching is a very important topic in computer science. It has been used in various applications such as information retrieval, virus scanning, DNA sequence analysis, data mining, machine learning, network sec... Pattern matching is a very important topic in computer science. It has been used in various applications such as information retrieval, virus scanning, DNA sequence analysis, data mining, machine learning, network security and pattern recognition. This paper has presented a new pattern matching algorithm—Enhanced ERS-A, which is an improvement over ERS-S algorithm. In ERS-A, two sliding windows are used to scan the text from the left and the right simultaneously. The proposed algorithm also scans the text from the left and the right simultaneously as well as making comparisons with the pattern from both sides simultaneously. The comparisons done between the text and the pattern are done from both sides in parallel. The shift technique used in the Enhanced ERS-A is the four consecutive characters in the text immediately following the pattern window. The experimental results show that the Enhanced ERS-A has enhanced the process of pattern matching by reducing the number of comparisons performed. 展开更多
关键词 pattern MATCHING ENHANCED Two Sliding Windows algorithm RS-A Fast pattern MATCHING algorithm ENHANCED RS-A
在线阅读 下载PDF
A Novel Incremental Mining Algorithm of Frequent Patterns for Web Usage Mining 被引量:1
5
作者 DONG Yihong ZHUANG Yueting TAI Xiaoying 《Wuhan University Journal of Natural Sciences》 CAS 2007年第5期777-782,共6页
Because data warehouse is frequently changing, incremental data leads to old knowledge which is mined formerly unavailable. In order to maintain the discovered knowledge and patterns dynamically, this study presents a... Because data warehouse is frequently changing, incremental data leads to old knowledge which is mined formerly unavailable. In order to maintain the discovered knowledge and patterns dynamically, this study presents a novel algorithm updating for global frequent patterns-IPARUC. A rapid clustering method is introduced to divide database into n parts in IPARUC firstly, where the data are similar in the same part. Then, the nodes in the tree are adjusted dynamically in inserting process by "pruning and laying back" to keep the frequency descending order so that they can be shared to approaching optimization. Finally local frequent itemsets mined from each local dataset are merged into global frequent itemsets. The results of experimental study are very encouraging. It is obvious from experiment that IPARUC is more effective and efficient than other two contrastive methods. Furthermore, there is significant application potential to a prototype of Web log Analyzer in web usage mining that can help us to discover useful knowledge effectively, even help managers making decision. 展开更多
关键词 incremental algorithm association rule frequent pattern tree web usage mining
在线阅读 下载PDF
A Software Pattern of the Genetic Algorithm ——a Study on Reusable Object Model of Genetic Algorithm
6
作者 Zhuo Shi, Liu Chao, He Ke\|qing School of Computer,Wuhan University, Wuhan 430072, China 《Wuhan University Journal of Natural Sciences》 CAS 2001年第Z1期209-217,共9页
The Genetic Algorithm (GA) has been a pop research field, but there is little concern on GA in view of Software Engineering and this result in a series of problems. In this paper, we extract a GA's software patter... The Genetic Algorithm (GA) has been a pop research field, but there is little concern on GA in view of Software Engineering and this result in a series of problems. In this paper, we extract a GA's software pattern, draw a model diagram of the reusable objects, analyze the advantages and disadvantages of the pattern, and give a sample code at the end. We are then able to improve the reusability and expansibility of GA. The results make it easier to program a new GA code by using some existing successful operators, thereby reducing the difficulties and workload of programming a GA's code, and facilitate the GA application. 展开更多
关键词 genetic algorithm software pattern UML
在线阅读 下载PDF
SHAPE-BASED TIME SERIES SIMILARITY MEASURE AND PATTERN DISCOVERY ALGORITHM
7
作者 ZengFanzi QiuZhengding +1 位作者 LiDongsheng YueJianhai 《Journal of Electronics(China)》 2005年第2期142-148,共7页
Pattern discovery from time series is of fundamental importance. Most of the algorithms of pattern discovery in time series capture the values of time series based on some kinds of similarity measures. Affected by the... Pattern discovery from time series is of fundamental importance. Most of the algorithms of pattern discovery in time series capture the values of time series based on some kinds of similarity measures. Affected by the scale and baseline, value-based methods bring about problem when the objective is to capture the shape. Thus, a similarity measure based on shape, Sh measure, is originally proposed, andthe properties of this similarity and corresponding proofs are given. Then a time series shape pattern discovery algorithm based on Sh measure is put forward. The proposed algorithm is terminated in finite iteration with given computational and storage complexity. Finally the experiments on synthetic datasets and sunspot datasets demonstrate that the time series shape pattern algorithm is valid. 展开更多
关键词 Shape similarity measure pattern discovery algorithm Time series data mining
在线阅读 下载PDF
Comparison of phase unwrapping algorithms for living cell's interference pattern
8
作者 王霞 佟洁 +3 位作者 王萌 SCHMIDT Greg MOORE Duncan T. MCGRATH James L. 《Journal of Beijing Institute of Technology》 EI CAS 2013年第4期530-535,共6页
A multiphase microscopic interference system is designed to measure the height of cell which is important to the research of collective cell migration in physiology and medicine. This sys- tem can quantitatively measu... A multiphase microscopic interference system is designed to measure the height of cell which is important to the research of collective cell migration in physiology and medicine. This sys- tem can quantitatively measure cell height across a living monolayer without knowing the refractive index of cells. For the interference pattern, because the phases are all wrapped between - π to π, it is necessary to get the real phase through phase unwrapping,a method to restore the wrapped phase data of the object by using numerical calculations. Three representative algorithms are selected to unwrap the interference pattern of ceils: branch-cut method, quality-guided method and network method. Although each of them can restore the phase, their performances are obviously different. We compare these methods and find that branch-cut method needs the smallest execution time and can obtain good unwrapped patterns when noises are not serious. 展开更多
关键词 unwrapping algorithms interference pattern cell height branch-cut quality-guided
在线阅读 下载PDF
A Fast Pattern Matching Algorithm Using Changing Consecutive Characters
9
作者 Amjad Hudaib Dima Suleiman Arafat Awajan 《Journal of Software Engineering and Applications》 2016年第8期399-411,共13页
Pattern matching is a very important algorithm used in many applications such as search engine and DNA analysis. They are aiming to find a pattern in a text. This paper proposes a Pattern Matching Algorithm Using Chan... Pattern matching is a very important algorithm used in many applications such as search engine and DNA analysis. They are aiming to find a pattern in a text. This paper proposes a Pattern Matching Algorithm Using Changing Consecutive Characters (PMCCC) to make the searching pro- cess of the algorithm faster. PMCCC enhances the shift process that determines how the pattern moves in case of the occurrence of the mismatch between the pattern and the text. It enhances the Berry Ravindran (BR) shift function by using m consecutive characters where m is the pattern length. The formal basis and the algorithms are presented. The experimental results show that PMCCC made enhancements in searching process by reducing the number of comparisons and the number of attempts. Comparing the results of PMCCC with other related algorithms has shown significant enhancements in average number of comparisons and average number of attempts. 展开更多
关键词 pattern pattern Matching algorithms String Matching Berry Ravindran EBR RS-A Fast pattern Matching algorithms
在线阅读 下载PDF
Quantum Algorithm for Mining Frequent Patterns for Association Rule Mining 被引量:1
10
作者 Abdirahman Alasow Marek Perkowski 《Journal of Quantum Information Science》 CAS 2023年第1期1-23,共23页
Maximum frequent pattern generation from a large database of transactions and items for association rule mining is an important research topic in data mining. Association rule mining aims to discover interesting corre... Maximum frequent pattern generation from a large database of transactions and items for association rule mining is an important research topic in data mining. Association rule mining aims to discover interesting correlations, frequent patterns, associations, or causal structures between items hidden in a large database. By exploiting quantum computing, we propose an efficient quantum search algorithm design to discover the maximum frequent patterns. We modified Grover’s search algorithm so that a subspace of arbitrary symmetric states is used instead of the whole search space. We presented a novel quantum oracle design that employs a quantum counter to count the maximum frequent items and a quantum comparator to check with a minimum support threshold. The proposed derived algorithm increases the rate of the correct solutions since the search is only in a subspace. Furthermore, our algorithm significantly scales and optimizes the required number of qubits in design, which directly reflected positively on the performance. Our proposed design can accommodate more transactions and items and still have a good performance with a small number of qubits. 展开更多
关键词 Data Mining Association Rule Mining Frequent pattern Apriori algorithm Quantum Counter Quantum Comparator Grover’s Search algorithm
在线阅读 下载PDF
Improved Pattern Clustering Algorithm for Recognizing Transversal Distribution of Steel Strip Thickness 被引量:1
11
作者 TANG Cheng-long WANG Shi-gang LIANG Qin-hua XU Wei 《Journal of Iron and Steel Research International》 SCIE EI CAS CSCD 2009年第5期50-55,共6页
Transversal distribution of the steel strip thickness in the entry section of the cold rolling mill seriously affects to the flatness and transversal thickness precision of the final products. Pattern clustering metho... Transversal distribution of the steel strip thickness in the entry section of the cold rolling mill seriously affects to the flatness and transversal thickness precision of the final products. Pattern clustering method is introduced into the steel rolling field and used in the patterns recognition of transversal distribution of the steel strip thickness. The well-known k-means clustering algorithm has the advantage of being easily completed, but still has some drawbacks. An improved k-means clustering algorithm is presented, and the main improvements include: (1) the initial clustering points are preselected according to the density queue of data objects; and (2) Mahalanobis distance is applied instead of Euclidean distance in the actual application. Compared to the patterns obtained from the common kmeans algorithm, the patterns identified by the improved algorithm show that the improved clustering algorithm is well suitable for the patterns' recognition of transversal distribution of steel strip thickness and it will be useful in online quality control system. 展开更多
关键词 transversal thickness distribution pattern recognition improved k-means algorithm density queue
原文传递
Hybrid alternate projection algorithm and its application for practical conformal array pattern synthesis
12
作者 Fei Zhao Shunlian Chai +2 位作者 Huiying Qi Ke Xiao Junjie Mao 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2012年第5期625-632,共8页
Based on the fabricated 12-element cavity-backed microstrip sector cylinder array,a novel hybrid alternate projection algorithm(HAPA),which combines analytical method with numerical techniques effectively,is propose... Based on the fabricated 12-element cavity-backed microstrip sector cylinder array,a novel hybrid alternate projection algorithm(HAPA),which combines analytical method with numerical techniques effectively,is proposed for synthesizing the pattern of practical conformal array.The algorithm applies the variable direction aperture projection method with mutual coupling correction techniques to provide the good initial excitations of elements to the enhanced alternate projection algorithm(EAPA).In order to do further optimization,which improves the convergent speed of the algorithm significantly.Finally,the HAPA has been applied to the fabricated sector cylinder array with mutual coupling considered.The results of synthesized patterns,such as low sidelobe with null points formed pattern,beam scanning with low sidelobe pattern and the shaped beam pattern are presented.It demonstrates the validity of HAPA in practical conformal array synthesis. 展开更多
关键词 conformal array alternate projection algorithm aperture projection method pattern synthesis mutual coupling
在线阅读 下载PDF
Beam Pattern Synthesis Based on Hybrid Optimization Algorithm
13
作者 郁彦利 王英民 李磊 《Defence Technology(防务技术)》 SCIE EI CAS 2010年第3期171-176,共6页
As conventional methods for beam pattern synthesis can not always obtain the desired optimum pattern for the arbitrary underwater acoustic sensor arrays,a hybrid numerical synthesis method based on adaptive principle ... As conventional methods for beam pattern synthesis can not always obtain the desired optimum pattern for the arbitrary underwater acoustic sensor arrays,a hybrid numerical synthesis method based on adaptive principle and genetic algorithm was presented in this paper.First,based on the adaptive theory,a given array was supposed as an adaptive array and its sidelobes were reduced by assigning a number of interference signals in the sidelobe region.An initial beam pattern was obtained after several iterations and adjustments of the interference intensity,and based on its parameters,a desired pattern was created.Then,an objective function based on the difference between the designed and desired patterns can be constructed.The pattern can be optimized by using the genetic algorithm to minimize the objective function.A design example for a double-circular array demonstrates the effectiveness of this method.Compared with the approaches existing before,the proposed method can reduce the sidelobe effectively and achieve less synthesis magnitude error in the mainlobe.The method can search for optimum attainable pattern for the specific elements if the desired pattern can not be found. 展开更多
关键词 information processing array beam pattern synthesis genetic algorithm OPTIMIZATION
在线阅读 下载PDF
An Improved Real-Time Face Recognition System at Low Resolution Based on Local Binary Pattern Histogram Algorithm and CLAHE 被引量:2
14
作者 Kamal Chandra Paul Semih Aslan 《Optics and Photonics Journal》 2021年第4期63-78,共16页
This research presents an improved real-time face recognition system at a low<span><span><span style="font-family:" color:red;"=""> </span></span></span><... This research presents an improved real-time face recognition system at a low<span><span><span style="font-family:" color:red;"=""> </span></span></span><span style="font-family:Verdana;"><span style="font-family:Verdana;"><span style="font-family:Verdana;">resolution of 15 pixels with pose and emotion and resolution variations. We have designed our datasets named LRD200 and LRD100, which have been used for training and classification. The face detection part uses the Viola-Jones algorithm, and the face recognition part receives the face image from the face detection part to process it using the Local Binary Pattern Histogram (LBPH) algorithm with preprocessing using contrast limited adaptive histogram equalization (CLAHE) and face alignment. The face database in this system can be updated via our custom-built standalone android app and automatic restarting of the training and recognition process with an updated database. Using our proposed algorithm, a real-time face recognition accuracy of 78.40% at 15</span></span></span><span><span><span style="font-family:;" "=""> </span></span></span><span style="font-family:Verdana;"><span style="font-family:Verdana;"><span style="font-family:Verdana;">px and 98.05% at 45</span></span></span><span><span><span style="font-family:;" "=""> </span></span></span><span style="font-family:Verdana;"><span style="font-family:Verdana;"><span style="font-family:Verdana;">px have been achieved using the LRD200 database containing 200 images per person. With 100 images per person in the database (LRD100) the achieved accuracies are 60.60% at 15</span></span></span><span><span><span style="font-family:;" "=""> </span></span></span><span style="font-family:Verdana;"><span style="font-family:Verdana;"><span style="font-family:Verdana;">px and 95% at 45</span></span></span><span><span><span style="font-family:;" "=""> </span></span></span><span style="font-family:Verdana;"><span style="font-family:Verdana;"><span style="font-family:Verdana;">px respectively. A facial deflection of about 30</span></span></span><span><span><span><span><span style="color:#4F4F4F;font-family:-apple-system, " font-size:16px;white-space:normal;background-color:#ffffff;"="">°</span></span><span> on either side from the front face showed an average face recognition precision of 72.25%-81.85%. This face recognition system can be employed for law enforcement purposes, where the surveillance camera captures a low-resolution image because of the distance of a person from the camera. It can also be used as a surveillance system in airports, bus stations, etc., to reduce the risk of possible criminal threats.</span></span></span></span> 展开更多
关键词 Face Detection Face Recognition Low Resolution Feature Extraction Security System Access Control System Viola-Jones algorithm LBPH Local Binary pattern Histogram
在线阅读 下载PDF
Low side lobe pattern synthesis using projection method with genetic algorithm for truncated cone conformal phased arrays 被引量:9
15
作者 Guoqi Zeng Siyin Li +1 位作者 Yan Zhang Shanwei L 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2014年第4期554-559,共6页
A hybrid method for synthesizing antenna's three dimensional (3D) pattern is proposed to obtain the low sidelobe feature of truncated cone conformal phased arrays. In this method, the elements of truncated cone con... A hybrid method for synthesizing antenna's three dimensional (3D) pattern is proposed to obtain the low sidelobe feature of truncated cone conformal phased arrays. In this method, the elements of truncated cone conformal phased arrays are projected to the tangent plane in one generatrix of the truncated cone. Then two dimensional (2D) Chebyshev amplitude distribution optimization is respectively used in two mutual vertical directions of the tangent plane. According to the location of the elements, the excitation current amplitude distribution of each element on the conformal structure is derived reversely, then the excitation current amplitude is further optimized by using the genetic algorithm (GA). A truncated cone problem with 8x8 elements on it, and a 3D pattern desired side lobe level (SLL) up to 35 dB, is studied. By using the hybrid method, the optimal goal is accomplished with acceptable CPU time, which indicates that this hybrid method for the low sidelobe synthesis is feasible. 展开更多
关键词 conformal phased array low side lobe pattern synthe-sis projection method genetic algorithm optimization.
在线阅读 下载PDF
A Tree Pattern Matching Algorithm for XML Queries with Structural Preferences
16
作者 Maurice Tchoupé Tchendji Lionel Tadonfouet Thomas Tébougang Tchendji 《Journal of Computer and Communications》 2019年第1期61-83,共23页
In the XML community, exact queries allow users to specify exactly what they want to check and/or retrieve in an XML document. When they are applied to a semi-structured document or to a document with an overly comple... In the XML community, exact queries allow users to specify exactly what they want to check and/or retrieve in an XML document. When they are applied to a semi-structured document or to a document with an overly complex model, the lack or the ignorance of the explicit document model (DTD—Document Type Definition, Schema, etc.) increases the risk of obtaining an empty result set when the query is too specific, or, too large result set when it is too vague (e.g. it contains wildcards such as “*”). The reason is that in both cases, users write queries according to the document model they have in mind;this can be very far from the one that can actually be extracted from the document. Opposed to exact queries, preference queries are more flexible and can be relaxed to expand the search space during their evaluations. Indeed, during their evaluation, certain constraints (the preferences they contain) can be relaxed if necessary to avoid precisely empty results;moreover, the returned answers can be filtered to retain only the best ones. This paper presents an algorithm for evaluating such queries inspired by the TreeMatch algorithm proposed by Yao et al. for exact queries. In the proposed algorithm, the best answers are obtained by using an adaptation of the Skyline operator (defined in relational databases) in the context of documents (trees) to incrementally filter into the partial solutions set, those which satisfy the maximum of preferential constraints. The only restriction imposed on documents is No-Self-Containment. 展开更多
关键词 SEMI-STRUCTURED Documents Preference QUERIES TREE pattern Matching TreeMatch algorithm XML The SKYLINE Operator
在线阅读 下载PDF
Comparing Eight Computing Algorithms and Four Consensus Methods to Analyze Relationship between Land Use Pattern and Driving Forces
17
作者 Xinliang Liu Yi Wang +6 位作者 Yong Li Feng Liu Jianlin Shen Liang Ou Juan Wang Runlin Xiao Jinshui Wu 《International Journal of Geosciences》 2019年第1期12-28,共17页
Although many computing algorithms have been developed to analyze the relationship between land use pattern and driving forces (RLPDF), little has been done to assess and reduce the uncertainty of predictions. In this... Although many computing algorithms have been developed to analyze the relationship between land use pattern and driving forces (RLPDF), little has been done to assess and reduce the uncertainty of predictions. In this study, we investigated RLPDF based on 1990, 2005 and 2012 datasets at two spatial scales using eight state-of-the-art single computing algorithms and four consensus methods in Jinjing rive catchment in Hunan Province, China. At the entire catchment scale, the mean AUC values were between 0.715 (ANN) and 0.948 (RF) for the single-algorithms, and from 0.764 to 0.962 for the consensus methods. At the subcatchment scale, the mean AUC values between 0.624 (CTA) and 0.972 (RF) for the single-algorithms, and from 0.758 to 0.979 for the consensus methods. At the subcatchment scale, the mean AUC values were between 0.624 (CTA) and 0.972 (RF) for the single-algorithms, and from 0.758 to 0.979 for the consensus methods. The result suggested that among the eight single computing algorithms, RF performed the best overall for woodland and paddy field;consensus method showed higher predictive performance for woodland and paddy field models than the single computing algorithms. We compared the simulation results of the best - and worst-performing algorithms for the entire catchment in 2012, and found that approximately 72.5% of woodland and 72.4% of paddy field had probabilities of occurrence of less than 0.1, and 3.6% of woodland and 14.5% of paddy field had probabilities of occurrence of more than 0.5. In other words, the simulation errors associated with using different computing algorithms can be up to 14.5% if a probability level of 0.5 is set as the threshold. The results of this study showed that the choice of modeling approaches can greatly affect the accuracy of RLPDF prediction. The computing algorithms for specific RLPDF tasks in specific regions have to be localized and optimized. 展开更多
关键词 LAND Use pattern Spatial Scales CONSENSUS Methods COMPUTING algorithmS
暂未订购
算法嵌入政治安全治理:风险样态与规制路径
18
作者 陈东冬 《深圳大学学报(人文社会科学版)》 北大核心 2026年第1期99-110,共12页
随着“数字中国”战略的深入推进,大数据算法作为一种新型权力载体,已深度嵌入政治安全治理全过程。算法重塑政治安全的内涵与形态,政治安全疆域从物理空间拓展至数字主权空间,安全内容从政权安全深化至认知安全,安全主体从国家主导扩... 随着“数字中国”战略的深入推进,大数据算法作为一种新型权力载体,已深度嵌入政治安全治理全过程。算法重塑政治安全的内涵与形态,政治安全疆域从物理空间拓展至数字主权空间,安全内容从政权安全深化至认知安全,安全主体从国家主导扩展至多元协同,安全形态从静态防御转型为动态治理。算法通过数据驱动、智能决策与协同治理等运行机理,赋能政治安全治理的精准感知、科学施策与多元共治,推动其从传统经验驱动向现代技术赋能转型。然而,算法亦诱发多重政治安全风险:数字主权层面,算法霸权通过技术垄断与规则压制侵蚀国家数字主权;意识形态层面,算法操纵引发认知异化,动摇社会共识基础;社会政治稳定层面,算法歧视、权力滥用等问题会激化社会矛盾;技术自主性层面,算法黑箱与伦理失序现象会导致治理失灵甚至技术反噬。为此,亟须构建融制度规制、技术攻坚、伦理内嵌与多元协同于一体的综合性治理体系,精准防范化解算法时代的政治安全风险,为数字时代国家安全筑牢坚实屏障。 展开更多
关键词 大数据算法 政治安全 风险样态 数字主权 意识形态安全 规制路径
原文传递
中国国土空间形态演化模式及其影响因素 被引量:1
19
作者 夏俊楠 周侃 +2 位作者 魏伟 赵浪 洪梦谣 《资源科学》 北大核心 2026年第1期256-271,共16页
【目的】构建统一尺度的国土空间形态评价体系,揭示2010—2020年城镇、农业、生态空间的“集聚-破碎”演化特征及其影响因素,为新时期国土空间形态优化提供量化依据。【方法】基于全国2010和2020年土地利用数据,采用分层等积像素化四叉... 【目的】构建统一尺度的国土空间形态评价体系,揭示2010—2020年城镇、农业、生态空间的“集聚-破碎”演化特征及其影响因素,为新时期国土空间形态优化提供量化依据。【方法】基于全国2010和2020年土地利用数据,采用分层等积像素化四叉树(HPQT)算法测度县域城镇、农业、生态空间的系统破碎度;使用K-means识别破碎度变化的模式;通过逻辑回归分析不同演化模式与自然、社会经济特征之间的关系。【结果】①2010—2020年中国国土空间破碎度呈现高度结构化的区域分异,城镇东部破碎西部集聚、平原地区农业空间破碎加剧、生态空间整体趋稳,其格局与主体功能区布局高度耦合。②国土空间形态可归纳为6类典型演化模式,不同模式在城市化地区、农产品主产区和重点生态功能区中呈现显著差异,突出反映了城镇外溢扩散、农业收缩破碎与生态局部侵蚀等结构性问题。③在控制自然地形、区位梯度和社会经济条件后,区域发展导向变量对各类形态演化模式产生显著且方向明确的差异性影响,表明空间形态演化并非自然条件的简单映射,而是在既定约束下受到制度导向持续引导的结果。【结论】中国国土空间形态演化呈现显著的区域差异性和类型分化特征,应在既有空间功能分异格局基础上,强化面向形态质量的分类治理,因地制宜推进城镇空间成团集聚、农业空间集中连片与生态空间连续完整,推动国土空间治理由以规模管控为主向以结构优化和形态提升为核心转型。 展开更多
关键词 主体功能区 国土空间形态 破碎度 HPQT算法 空间演化模式 中国
原文传递
基于信号特征提取和GWO-SVM的气液两相流流型识别方法
20
作者 刘升虎 王颖梅 +2 位作者 魏海梦 邢亚敏 党瑞荣 《中国测试》 北大核心 2026年第1期165-171,共7页
为研究气液两相流的动态特性,并提高气液流型识别的准确性,提出一种基于信号特征提取与GWO-SVM的水平管道气液两相流流型识别方法。该方法利用环形电导传感器采集测量数据,在完成数据预处理的基础上,对信号时域特征参数进行提取。同时,... 为研究气液两相流的动态特性,并提高气液流型识别的准确性,提出一种基于信号特征提取与GWO-SVM的水平管道气液两相流流型识别方法。该方法利用环形电导传感器采集测量数据,在完成数据预处理的基础上,对信号时域特征参数进行提取。同时,采用变分模态分解对电导波动信号进行分析,通过计算各分量与原始信号的Spearman相关系数,筛选出与原始信号相关性较高的本征模态函数,计算能量比作为频域特征参数。最终,将时频域特征参数输入GWO-SVM进行流型识别。实验结果显示,该方法对三种流型的识别准确率达95.7%,与传统SVM和PSO-SVM方法相比,GWO-SVM在流型识别方面展现出更高的准确率和鲁棒性。 展开更多
关键词 流型识别 特征提取 灰狼优化算法 支持向量机 变分模态分解
在线阅读 下载PDF
上一页 1 2 125 下一页 到第
使用帮助 返回顶部