期刊文献+
共找到920篇文章
< 1 2 46 >
每页显示 20 50 100
Data Flow&Transaction Mode Classification and An Explorative Estimation on Data Storage&Transaction Volume 被引量:4
1
作者 Cai Yuezhou Liu Yuexin 《China Economist》 2022年第6期78-112,共35页
The public has shown great interest in the data factor and data transactions,but the current attention is overly focused on personal behavioral data and transactions happening at Data Exchanges.To deliver a complete p... The public has shown great interest in the data factor and data transactions,but the current attention is overly focused on personal behavioral data and transactions happening at Data Exchanges.To deliver a complete picture of data flaw and transaction,this paper presents a systematic overview of the flow and transaction of personal,corporate and public data on the basis of data factor classification from various perspectives.By utilizing various sources of information,this paper estimates the volume of data generation&storage and the volume&trend of data market transactions for major economies in the world with the following findings:(i)Data classification is diverse due to a broad variety of applying scenarios,and data transaction and profit distribution are complex due to heterogenous entities,ownerships,information density and other attributes of different data types.(ii)Global data transaction has presented with the characteristics of productization,servitization and platform-based mode.(iii)For major economies,there is a commonly observed disequilibrium between data generation scale and storage scale,which is particularly striking for China.(i^v)The global data market is in a nascent stage of rapid development with a transaction volume of about 100 billion US dollars,and China s data market is even more underdeveloped and only accounts for some 10%of the world total.All sectors of the society should be flly aware of the diversity and complexity of data factor classification and data transactions,as well as the arduous and long-term nature of developing and improving relevant institutional systems.Adapting to such features,efforts should be made to improve data classification,enhance computing infrastructure development,foster professional data transaction and development institutions,and perfect the data governance system. 展开更多
关键词 data factor data classification data transaction mode data generation&storage volume data transaction volume
在线阅读 下载PDF
High-frequency compensation for seismic data based on adaptive generalized S transform 被引量:2
2
作者 Li Hui-Feng Wang Jin +1 位作者 Wei Zheng-Rong Yang Fei-Long 《Applied Geophysics》 SCIE CSCD 2020年第5期747-755,902,共10页
The low-pass fi ltering eff ect of the Earth results in the absorption and attenuation of the high-frequency components of seismic signals by the stratum during propagation.Hence,seismic data have low resolution.Consi... The low-pass fi ltering eff ect of the Earth results in the absorption and attenuation of the high-frequency components of seismic signals by the stratum during propagation.Hence,seismic data have low resolution.Considering the limitations of traditional high-frequency compensation methods,this paper presents a new method based on adaptive generalized S transform.This method is based on the study of frequency spectrum attenuation law of seismic signals,and the Gauss window function of adaptive generalized S transform is used to fi t the attenuation trend of seismic signals to seek the optimal Gauss window function.The amplitude spectrum compensation function constructed using the optimal Gauss window function is used to modify the time-frequency spectrum of the adaptive generalized S transform of seismic signals and reconstruct seismic signals to compensate for high-frequency attenuation.Practical data processing results show that the method can compensate for the high-frequency components that are absorbed and attenuated by the stratum,thereby eff ectively improving the resolution and quality of seismic data. 展开更多
关键词 seismic data time-frequency analysis adaptive generalized S transform high-frequency compensation
在线阅读 下载PDF
Throughput-oriented associated transaction assignment in sharding blockchains for IoT social data storage 被引量:1
3
作者 Liping Tao Yang Lu +2 位作者 Xu Ding Yuqi Fan Jung Yoon Kim 《Digital Communications and Networks》 SCIE CSCD 2022年第6期885-899,共15页
Blockchain is a viable solution to provide data integrity for the enormous volume of 5G IoT social data, while we need to break through the throughput bottleneck of blockchain. Sharding is a promising technology to so... Blockchain is a viable solution to provide data integrity for the enormous volume of 5G IoT social data, while we need to break through the throughput bottleneck of blockchain. Sharding is a promising technology to solve the problem of low throughput in blockchains. However, cross-shard communication hinders the effective improvement of blockchain throughput. Therefore, it is critical to reasonably allocate transactions to different shards to improve blockchain throughput. Existing research on blockchain sharding mainly focuses on shards formation, configuration, and consensus, while ignoring the negative impact of cross-shard communication on blockchain throughput. Aiming to maximize the throughput of transaction processing, we study how to allocate blockchain transactions to shards in this paper. We propose an Associated Transaction assignment algorithm based on Closest Fit (ATCF). ATCF classifies associated transactions into transaction groups which are then assigned to different shards in the non-ascending order of transaction group sizes periodically. Within each epoch, ATCF tries to select a shard that can handle all the transactions for each transaction group. If there are multiple such shards, ATCF selects the shard with the remaining processing capacity closest to the number of transactions in the transaction group. When no such shard exists, ATCF chooses the shard with the largest remaining processing capacity for the transaction group. The transaction groups that cannot be completely processed within the current epoch will be allocated in the subsequent epochs. We prove that ATCF is a 2-approximation algorithm for the associated transaction assignment problem. Simulation results show that ATCF can effectively improve the blockchain throughput and reduce the number of cross-shard transactions. 展开更多
关键词 IoT social data Blockchain Shar ding Associated transactions transaction assi gnment
在线阅读 下载PDF
A blockchain-based transaction system for private data sharing and trading 被引量:1
4
作者 Wei Cui Yu Pan Zhendong Ai 《Control Theory and Technology》 EI CSCD 2022年第3期291-302,共12页
To address the private data management problems and realize privacy-preserving data sharing,a blockchain-based transaction system named Ecare featuring information transparency,fairness and scalability is proposed.The... To address the private data management problems and realize privacy-preserving data sharing,a blockchain-based transaction system named Ecare featuring information transparency,fairness and scalability is proposed.The proposed system formulates multiple private data access control strategies,and realizes data trading and sharing through on-chain transactions,which makes transaction records transparent and immutable.In our system,the private data are encrypted,and the role-based account model ensures that access to the data requires owner’s authorization.Moreover,a new consensus protocol named Proof of Transactions(PoT)proposed by ourselves has been used to improve consensus efficiency.The value of Ecare is not only that it aggregates telemedicine,data transactions,and other features,but also that it translates these actions into transaction events stored in the blockchain,making them transparent and immutable to all participants.The proposed system can be extended to more general big data privacy protection and data transaction scenarios. 展开更多
关键词 Private data sharing Blockchain data access control Proof of transactions
原文传递
A Surfing Concurrence Transaction Model for Key-Value NoSQL Databases
5
作者 Changqing Li Jianhua Gu 《Journal of Software Engineering and Applications》 2018年第10期467-485,共19页
As more and more application systems related to big data were developed, NoSQL (Not Only SQL) database systems are becoming more and more popular. In order to add transaction features for some NoSQL database systems, ... As more and more application systems related to big data were developed, NoSQL (Not Only SQL) database systems are becoming more and more popular. In order to add transaction features for some NoSQL database systems, many scholars have tried different techniques. Unfortunately, there is a lack of research on Redis’s transaction in the existing literatures. This paper proposes a transaction model for key-value NoSQL databases including Redis to make possible allowing users to access data in the ACID (Atomicity, Consistency, Isolation and Durability) way, and this model is vividly called the surfing concurrence transaction model. The architecture, important features and implementation principle are described in detail. The key algorithms also were given in the form of pseudo program code, and the performance also was evaluated. With the proposed model, the transactions of Key-Value NoSQL databases can be performed in a lock free and MVCC (Multi-Version Concurrency Control) free manner. This is the result of further research on the related topic, which fills the gap ignored by relevant scholars in this field to make a little contribution to the further development of NoSQL technology. 展开更多
关键词 NOSQL Big data SURFING CONCURRENCE transaction Model KEY-VALUE NOSQL databases REDIS
暂未订购
The use of high-frequency data in cryptocurrency research:a meta-review of literature with bibliometric analysis
6
作者 Muhammad Anas Syed Jawad Hussain Shahzad Larisa Yarovaya 《Financial Innovation》 2024年第1期1431-1461,共31页
As the crypto-asset ecosystem matures,the use of high-frequency data has become increasingly common in decentralized finance literature.Using bibliometric analysis,we characterize the existing cryptocurrency literatur... As the crypto-asset ecosystem matures,the use of high-frequency data has become increasingly common in decentralized finance literature.Using bibliometric analysis,we characterize the existing cryptocurrency literature that employs high-frequency data.We highlighted the most influential authors,articles,and journals based on 189 articles from the Scopus database from 2015 to 2022.This approach enables us to identify emerging trends and research hotspots with the aid of co-citation and cartographic analyses.It shows knowledge expansion through authors’collaboration in cryptocurrency research with co-authorship analysis.We identify four major streams of research:(i)return prediction and measurement of cryptocurrency volatility,(ii)(in)efficiency of cryptocurrencies,(iii)price dynamics and bubbles in cryptocurrencies,and(iv)the diversification,safe haven,and hedging properties of Bitcoin.We conclude that highly traded cryptocurrencies’investment features and economic outcomes are analyzed predominantly on a tick-by-tick basis.This study also provides recommendations for future studies. 展开更多
关键词 Cryptocurrencies high-frequency data Intra-day data Bibliometric analysis Network analysis Meta-literature review
在线阅读 下载PDF
Covariance Estimation Using High-Frequency Data: An Analysis of Nord Pool Electricity Forward Data
7
作者 faculty of economics and organization science,lillehammer university college,lillehammer no-2624,norway 《Journal of Energy and Power Engineering》 2012年第4期570-579,共10页
The modeling of volatility and correlation is important in order to calculate hedge ratios, value at risk estimates, CAPM (Capital Asset Pricing Model betas), derivate pricing and risk management in general. Recent ... The modeling of volatility and correlation is important in order to calculate hedge ratios, value at risk estimates, CAPM (Capital Asset Pricing Model betas), derivate pricing and risk management in general. Recent access to intra-daily high-frequency data for two of the most liquid contracts at the Nord Pool exchange has made it possible to apply new and promising methods for analyzing volatility and correlation. The concepts of realized volatility and realized correlation are applied, and this study statistically describes the distribution (both distributional properties and temporal dependencies) of electricity forward data from 2005 to 2009. The main findings show that the logarithmic realized volatility is approximately normally distributed, while realized correlation seems not to be. Further, realized volatility and realized correlation have a long-memory feature. There also seems to be a high correlation between realized correlation and volatilities and positive relations between trading volume and realized volatility and between trading volume and realized correlation. These results are to a large extent consistent with earlier studies of stylized facts of other financial and commodity markets. 展开更多
关键词 Realized volatility and correlation high-frequency data distribution properties temporal dependence Nord Pool forward data.
在线阅读 下载PDF
Vessel fusion tracking with a dual-frequency high-frequency surface wave radar and calibrated by an automatic identification system 被引量:4
8
作者 ZHANG Hui LIU Yongxin +1 位作者 JI Yonggang WANG Linglin 《Acta Oceanologica Sinica》 SCIE CAS CSCD 2018年第7期131-140,共10页
High-frequency surface wave radar(HFSWR) and automatic identification system(AIS) are the two most important sensors used for vessel tracking.The HFSWR can be applied to tracking all vessels in a detection area,wh... High-frequency surface wave radar(HFSWR) and automatic identification system(AIS) are the two most important sensors used for vessel tracking.The HFSWR can be applied to tracking all vessels in a detection area,while the AIS is usually used to verify the information of cooperative vessels.Because of interference from sea clutter,employing single-frequency HFSWR for vessel tracking may obscure vessels located in the blind zones of Bragg peaks.Analyzing changes in the detection frequencies constitutes an effective method for addressing this deficiency.A solution consisting of vessel fusion tracking is proposed using dual-frequency HFSWR data calibrated by the AIS.Since different systematic biases exist between HFSWR frequency measurements and AIS measurements,AIS information is used to estimate and correct the HFSWR systematic biases at each frequency.First,AIS point measurements for cooperative vessels are associated with the HFSWR measurements using a JVC assignment algorithm.From the association results of the cooperative vessels,the systematic biases in the dualfrequency HFSWR data are estimated and corrected.Then,based on the corrected dual-frequency HFSWR data,the vessels are tracked using a dual-frequency fusion joint probabilistic data association(JPDA)-unscented Kalman filter(UKF) algorithm.Experimental results using real-life detection data show that the proposed method is efficient at tracking vessels in real time and can improve the tracking capability and accuracy compared with tracking processes involving single-frequency data. 展开更多
关键词 vessel tracking high-frequency surface wave radar automatic identification system joint probabilistic data association unscented Kalman filter
在线阅读 下载PDF
Cryptocurrency Transaction Network Embedding From Static and Dynamic Perspectives: An Overview 被引量:3
9
作者 Yue Zhou Xin Luo MengChu Zhou 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2023年第5期1105-1121,共17页
Cryptocurrency, as a typical application scene of blockchain, has attracted broad interests from both industrial and academic communities. With its rapid development, the cryptocurrency transaction network embedding(C... Cryptocurrency, as a typical application scene of blockchain, has attracted broad interests from both industrial and academic communities. With its rapid development, the cryptocurrency transaction network embedding(CTNE) has become a hot topic. It embeds transaction nodes into low-dimensional feature space while effectively maintaining a network structure,thereby discovering desired patterns demonstrating involved users' normal and abnormal behaviors. Based on a wide investigation into the state-of-the-art CTNE, this survey has made the following efforts: 1) categorizing recent progress of CTNE methods, 2) summarizing the publicly available cryptocurrency transaction network datasets, 3) evaluating several widely-adopted methods to show their performance in several typical evaluation protocols, and 4) discussing the future trends of CTNE. By doing so, it strives to provide a systematic and comprehensive overview of existing CTNE methods from static to dynamic perspectives,thereby promoting further research into this emerging and important field. 展开更多
关键词 Big data analysis cryptocurrency transaction network embedding(CTNE) dynamic network network embedding network representation static network
在线阅读 下载PDF
MR-CLOPE: A Map Reduce based transactional clustering algorithm for DNS query log analysis 被引量:2
10
作者 李晔锋 乐嘉锦 +2 位作者 王梅 张滨 刘良旭 《Journal of Central South University》 SCIE EI CAS CSCD 2015年第9期3485-3494,共10页
DNS(domain name system) query log analysis has been a popular research topic in recent years. CLOPE, the represented transactional clustering algorithm, could be readily used for DNS query log mining. However, the alg... DNS(domain name system) query log analysis has been a popular research topic in recent years. CLOPE, the represented transactional clustering algorithm, could be readily used for DNS query log mining. However, the algorithm is inefficient when processing large scale data. The MR-CLOPE algorithm is proposed, which is an extension and improvement on CLOPE based on Map Reduce. Different from the previous parallel clustering method, a two-stage Map Reduce implementation framework is proposed. Each of the stage is implemented by one kind Map Reduce task. In the first stage, the DNS query logs are divided into multiple splits and the CLOPE algorithm is executed on each split. The second stage usually tends to iterate many times to merge the small clusters into bigger satisfactory ones. In these two stages, a novel partition process is designed to randomly spread out original sub clusters, which will be moved and merged in the map phrase of the second phase according to the defined merge criteria. In such way, the advantage of the original CLOPE algorithm is kept and its disadvantages are dealt with in the proposed framework to achieve more excellent clustering performance. The experiment results show that MR-CLOPE is not only faster but also has better clustering quality on DNS query logs compared with CLOPE. 展开更多
关键词 DNS data mining MR-CLOPE algorithm transactional clustering algorithm Map Reduce framework
在线阅读 下载PDF
Securing Stock Transactions Using Blockchain Technology: Architecture for Identifying and Reducing Vulnerabilities Linked to the Web Applications Used (MAHV-BC)
11
作者 Kpinna Tiekoura Coulibaly Abdou Maïga +1 位作者 Jerome Diako Moustapha Diaby 《Open Journal of Applied Sciences》 2023年第11期2080-2093,共14页
This paper deals with the security of stock market transactions within financial markets, particularly that of the West African Economic and Monetary Union (UEMOA). The confidentiality and integrity of sensitive data ... This paper deals with the security of stock market transactions within financial markets, particularly that of the West African Economic and Monetary Union (UEMOA). The confidentiality and integrity of sensitive data in the stock market being crucial, the implementation of robust systems which guarantee trust between the different actors is essential. We therefore proposed, after analyzing the limits of several security approaches in the literature, an architecture based on blockchain technology making it possible to both identify and reduce the vulnerabilities linked to the design, implementation work or the use of web applications used for transactions. Our proposal makes it possible, thanks to two-factor authentication via the Blockchain, to strengthen the security of investors’ accounts and the automated recording of transactions in the Blockchain while guaranteeing the integrity of stock market operations. It also provides an application vulnerability report. To validate our approach, we compared our results to those of three other security tools, at the level of different metrics. Our approach achieved the best performance in each case. 展开更多
关键词 Stock Market transactions Action Smart Contracts ARCHITECTURE Security Vulnerability Web Applications Blockchain and Finance Cryptography Authentication data Integrity transaction Confidentiality Trust Economy
在线阅读 下载PDF
The Role of Big Data Analysis in Digital Currency Systems
12
作者 Zhengkun Xiu 《Proceedings of Business and Economic Studies》 2025年第1期1-5,共5页
In the contemporary era,characterized by the Internet and digitalization as fundamental features,the operation and application of digital currency have gradually developed into a comprehensive structural system.This s... In the contemporary era,characterized by the Internet and digitalization as fundamental features,the operation and application of digital currency have gradually developed into a comprehensive structural system.This system restores the essential characteristics of currency while providing auxiliary services related to the formation,circulation,storage,application,and promotion of digital currency.Compared to traditional currency management technologies,big data analysis technology,which is primarily embedded in digital currency systems,enables the rapid acquisition of information.This facilitates the identification of standard associations within currency data and provides technical support for the operational framework of digital currency. 展开更多
关键词 Big data Digital currency Computational methods transaction speed
在线阅读 下载PDF
Migration scheme for imaging offset VSP data within local phase space
13
作者 周艳辉 高静怀 +1 位作者 王保利 何洋洋 《Applied Geophysics》 SCIE CSCD 2010年第1期31-40,99,共11页
The imaging of offset VSP data in local phase space can improve the image of the subsurface structure near the well.In this paper,we present a migration scheme for imaging VSP data in a local phase space,which uses th... The imaging of offset VSP data in local phase space can improve the image of the subsurface structure near the well.In this paper,we present a migration scheme for imaging VSP data in a local phase space,which uses the Gabor-Daubechies tight framebased extrapolator(G-D extrapolator) and its high-frequency asymptotic expansion to extrapolate wavefields and also delineates an improved correlation imaging condition in the local angle domain.The results for migrating synthetic and real VSP data demonstrate that the application of the high-frequency G-D extrapolator asymptotic expansion can effectively decrease computational complexity.The local angle domain correlation imaging condition can be used to weaken migration artifacts without increasing computation. 展开更多
关键词 VSP data Gabor-Daubechies tight frame high-frequency asymptotic expansion imaging condition migration artifact
在线阅读 下载PDF
数据要素如何推动企业专业化分工——来自公共数据开放的经验证据
14
作者 赵燕 郭晨涛 季伟伟 《商业研究》 北大核心 2026年第1期66-74,共9页
在数字化时代,畅通数据要素资源流动,鼓励并引导企业利用公共数据深化企业分工,已成为激活经济新动能的关键路径。本文基于2017—2023年中国沪深A股上市公司数据,以政府实施公共数据开放为切入点,探讨公共数据开放与企业专业化分工的内... 在数字化时代,畅通数据要素资源流动,鼓励并引导企业利用公共数据深化企业分工,已成为激活经济新动能的关键路径。本文基于2017—2023年中国沪深A股上市公司数据,以政府实施公共数据开放为切入点,探讨公共数据开放与企业专业化分工的内在联系。研究发现:公共数据开放有助于提高企业的专业化分工水平。机制检验表明,要素市场化配置、企业劳动力配置效率和交易成本是公共数据开放提升企业专业化分工的作用渠道。进一步分析发现,当企业所处的供应链上下游供需偏离程度较高、实施“专精特新”式发展以及具备行业优势时,公共数据开放对专业化分工的促进作用更加明显;此外,公共数据开放也有效促进了企业专业化分工对自身核心竞争力的提升效果。 展开更多
关键词 公共数据开放 专业化分工 要素市场化 劳动力配置效率 交易成本
在线阅读 下载PDF
数据提供场景下强制缔约的规范构造
15
作者 林婷婷 《河南财经政法大学学报》 2026年第1期48-64,共17页
《民法典》第四百九十四条第三款确认了强制缔约规则,为数据提供合同中缔约困境的破解提供了制度依据。不同于一般交易,标的数据的公共性与非排他性在为强制缔约的类推适用提供相似性基础的同时,亦勾勒出强制缔约规则的双重规范面向。... 《民法典》第四百九十四条第三款确认了强制缔约规则,为数据提供合同中缔约困境的破解提供了制度依据。不同于一般交易,标的数据的公共性与非排他性在为强制缔约的类推适用提供相似性基础的同时,亦勾勒出强制缔约规则的双重规范面向。在国家管制面向,强制缔约规则具有对数据合规流通的促进功能。因此,为进一步打造数据要素市场的公平秩序,宜对“必要性要件”中必须性和公共性内涵采取联动协调式考量,并将“不可替代性”要件的内涵衍化为“功能性替代”,发挥“正当理由”要件的兜底式作用。在私人自治面向,宜以强制缔约的意思自治因素为轴承,重塑以价格可负担为兜底指标,兼采多元因素联动的合理条件为判断标准,并借助公私法协动定价机制调适标的数据的定价标准,协力实现数据公平和契约自由之间的平衡。 展开更多
关键词 数据提供合同 强制缔约 数据交易 数据接收方 数据提供方
在线阅读 下载PDF
数据要素价值实现的平台范式、潜在风险与治理规制
16
作者 张立峰 田晓春 《新经济》 2026年第1期14-29,共16页
数据交易平台作为数据要素市场化配置的关键基础设施近年来受到数字经济学界重点关注,却普遍陷入“叫好不叫座”的实践困境。本文构建以交易成本理论为核心、融合产权理论与契约理论的分析框架,通过对数据交易平台与互联网平台的比较案... 数据交易平台作为数据要素市场化配置的关键基础设施近年来受到数字经济学界重点关注,却普遍陷入“叫好不叫座”的实践困境。本文构建以交易成本理论为核心、融合产权理论与契约理论的分析框架,通过对数据交易平台与互联网平台的比较案例研究,揭示该困境根源是数据交易平台因无法克服产权界定、质量验证、监督执行等多维高昂交易成本而失效。研究发现,大型平台通过构建生态化内生利用模式,系统性地将外部市场交易成本内部化为可管理的组织成本,并依托“数据—场景—互补性资产”的正反馈循环与从“定价”到“分成”的价值共生机制,实现对传统外部市场化交易范式的效率替代。然而,平台主导模式也衍生出垄断与算法歧视等新风险。因此,本文提出,数据要素市场化治理需从建设交易市场转向构建协同治理体系,强化基于社会总成本优化的精准规制与平台负责任创新,以统筹效率、公平与安全目标。研究结论为理解数据要素价值实现的真实路径、优化国家数据基础制度提供理论参考与实践启示。 展开更多
关键词 数据交易平台 数据要素市场化 交易成本理论 平台生态系统 协同治理
在线阅读 下载PDF
Transformer-based forecasting for high-frequency natural gas production data
17
作者 Saifei Ma Tiantian Zhang +5 位作者 Haibo Wang Haoyu Wang Nan Li Haiwen Zhu Jianjun Zhu Jianli Wang 《Energy and AI》 2025年第3期268-278,共11页
Accurate prediction of natural gas well production data is crucial for effective resource management and innovation,particularly amid the global transition to sustainable energy.Traditional models struggle with high-f... Accurate prediction of natural gas well production data is crucial for effective resource management and innovation,particularly amid the global transition to sustainable energy.Traditional models struggle with high-frequency,high-dimensional datasets generated by digital transformation in the oil and gas industry.This study explores the application of Transformer-based models—Transformer,Informer,Autoformer,and Patch Time Series Transformer(PatchTST)—for forecasting high-frequency natural gas production data.These models utilize self-attention mechanisms to capture long-term dependencies and efficiently process large-scale datasets.Autoformer achieves predictive success through its Seasonal Decomposition Attention mechanism,which effectively extracts trend-seasonality patterns.However,our experiments show that Autoformer exhibits sensitivity to dataset changes,as performance declines when using old parameters compared to retrained models,highlighting its reliance on dataset-specific retraining.Experimental results demonstrate that increasing sampling frequency significantly enhances prediction accuracy,reducing MAPE from 0.556 to 0.239.Additionally,these models consistently track actual production trends across extended forecast horizons.Notably,PatchTST maintains stable performance using either pretrained or retrained parameters,showcasing superior adaptability and generalization.This makes it particularly suitable for real-world applications where frequent retraining may not be feasible.Overall,the findings validate the applicability of Transformer-based models,particularly PatchTST,in dynamic and precise natural gas production forecasting.This study provides valuable insights for advancing adaptive,data-driven resource management strategies. 展开更多
关键词 Natural gas production Time series forecasting high-frequency data TRANSFORMER
在线阅读 下载PDF
Super Resolution Perception for Improving Data Completeness in Smart Grid State Estimation 被引量:2
18
作者 Gaoqi Liang Guolong Liu +4 位作者 Junhua Zhao Yanli Liu Jinjin Gu Guangzhong Sun Zhaoyang Dong 《Engineering》 SCIE EI 2020年第7期789-800,共12页
The smart grid is an evolving critical infrastructure,which combines renewable energy and the most advanced information and communication technologies to provide more economic and secure power supply services.To cope ... The smart grid is an evolving critical infrastructure,which combines renewable energy and the most advanced information and communication technologies to provide more economic and secure power supply services.To cope with the intermittency of ever-increasing renewable energy and ensure the security of the smart grid,state estimation,which serves as a basic tool for understanding the true states of a smart grid,should be performed with high frequency.More complete system state data are needed to support high-frequency state estimation.The data completeness problem for smart grid state estimation is therefore studied in this paper.The problem of improving data completeness by recovering highfrequency data from low-frequency data is formulated as a super resolution perception(SRP)problem in this paper.A novel machine-learning-based SRP approach is thereafter proposed.The proposed method,namely the Super Resolution Perception Net for State Estimation(SRPNSE),consists of three steps:feature extraction,information completion,and data reconstruction.Case studies have demonstrated the effectiveness and value of the proposed SRPNSE approach in recovering high-frequency data from low-frequency data for the state estimation. 展开更多
关键词 State estimation Low-frequency data high-frequency data Super resolution perception data completeness
在线阅读 下载PDF
上一页 1 2 46 下一页 到第
使用帮助 返回顶部