期刊文献+
共找到933,784篇文章
< 1 2 250 >
每页显示 20 50 100
Attention-Based Bi-LSTM Model for Arabic Depression Classification 被引量:5
1
作者 Abdulqader M.Almars 《Computers, Materials & Continua》 SCIE EI 2022年第5期3091-3106,共16页
Depression is a common mental health issue that affects a large percentage of people all around the world.Usually,people who suffer from this mood disorder have issues such as low concentration,dementia,mood swings,an... Depression is a common mental health issue that affects a large percentage of people all around the world.Usually,people who suffer from this mood disorder have issues such as low concentration,dementia,mood swings,and even suicide.A social media platform like Twitter allows people to communicate as well as share photos and videos that reflect their moods.Therefore,the analysis of social media content provides insight into individual moods,including depression.Several studies have been conducted on depression detection in English and less in Arabic.The detection of depression from Arabic social media lags behind due the complexity of Arabic language and the lack of resources and techniques available.In this study,we performed a depression analysis on Arabic social media content to understand the feelings of the users.A bidirectional long short-term memory(Bi-LSTM)with an attention mechanism is presented to learn important hidden features for depression detection successfully.The proposed deep learning model combines an attention mechanism with a Bi-LSTM to simultaneously focus on discriminative features and learn significant word weights that contribute highly to depression detection.In order to evaluate our model,we collected a Twitter dataset of approximately 6000 tweets.The data labelling was done by manually classifying tweets as depressed or not depressed.Experimental results showed that the proposed model outperformed state-of-the-art machine learning models in detecting depression.The attention-based BiLSTM model achieved 0.83%accuracy on the depression detection task. 展开更多
关键词 Depression detection social media deep learning bi-lstm attention mode
在线阅读 下载PDF
Logistics Demand Forecast of Fresh Food E-Commerce Based on Bi-LSTM Model 被引量:1
2
作者 Shifeng Ni Yan Peng Zijian Liu 《Journal of Computer and Communications》 2022年第9期51-65,共15页
Fresh products have the characteristics of perishable, small batch and high frequency. Therefore, for fresh food e-commerce enterprises, market demand forecasting is particularly important. This paper takes the sales ... Fresh products have the characteristics of perishable, small batch and high frequency. Therefore, for fresh food e-commerce enterprises, market demand forecasting is particularly important. This paper takes the sales data of a fresh food e-commerce enterprise as the logistics demand, analyzes the influence of time and meteorological factors on the demand, extracts the characteristic factors with greater influence, and proposes a logistics demand forecast scheme of fresh food e-commerce based on the Bi-LSTM model. The scheme is compared with other schemes based on the BP neural network and LSTM neural network models. The experimental results show that the Bi-LSTM model has good prediction performance on the problem of logistics demand prediction. This facilitates further research on some supply chain issues, such as business decision-making, inventory control, and logistics capacity planning. 展开更多
关键词 Data Analysis bi-lstm Fresh Food E-Commerce Logistics Demand Forecast
在线阅读 下载PDF
Exploring Sequential Feature Selection in Deep Bi-LSTM Models for Speech Emotion Recognition
3
作者 Fatma Harby Mansor Alohali +1 位作者 Adel Thaljaoui Amira Samy Talaat 《Computers, Materials & Continua》 SCIE EI 2024年第2期2689-2719,共31页
Machine Learning(ML)algorithms play a pivotal role in Speech Emotion Recognition(SER),although they encounter a formidable obstacle in accurately discerning a speaker’s emotional state.The examination of the emotiona... Machine Learning(ML)algorithms play a pivotal role in Speech Emotion Recognition(SER),although they encounter a formidable obstacle in accurately discerning a speaker’s emotional state.The examination of the emotional states of speakers holds significant importance in a range of real-time applications,including but not limited to virtual reality,human-robot interaction,emergency centers,and human behavior assessment.Accurately identifying emotions in the SER process relies on extracting relevant information from audio inputs.Previous studies on SER have predominantly utilized short-time characteristics such as Mel Frequency Cepstral Coefficients(MFCCs)due to their ability to capture the periodic nature of audio signals effectively.Although these traits may improve their ability to perceive and interpret emotional depictions appropriately,MFCCS has some limitations.So this study aims to tackle the aforementioned issue by systematically picking multiple audio cues,enhancing the classifier model’s efficacy in accurately discerning human emotions.The utilized dataset is taken from the EMO-DB database,preprocessing input speech is done using a 2D Convolution Neural Network(CNN)involves applying convolutional operations to spectrograms as they afford a visual representation of the way the audio signal frequency content changes over time.The next step is the spectrogram data normalization which is crucial for Neural Network(NN)training as it aids in faster convergence.Then the five auditory features MFCCs,Chroma,Mel-Spectrogram,Contrast,and Tonnetz are extracted from the spectrogram sequentially.The attitude of feature selection is to retain only dominant features by excluding the irrelevant ones.In this paper,the Sequential Forward Selection(SFS)and Sequential Backward Selection(SBS)techniques were employed for multiple audio cues features selection.Finally,the feature sets composed from the hybrid feature extraction methods are fed into the deep Bidirectional Long Short Term Memory(Bi-LSTM)network to discern emotions.Since the deep Bi-LSTM can hierarchically learn complex features and increases model capacity by achieving more robust temporal modeling,it is more effective than a shallow Bi-LSTM in capturing the intricate tones of emotional content existent in speech signals.The effectiveness and resilience of the proposed SER model were evaluated by experiments,comparing it to state-of-the-art SER techniques.The results indicated that the model achieved accuracy rates of 90.92%,93%,and 92%over the Ryerson Audio-Visual Database of Emotional Speech and Song(RAVDESS),Berlin Database of Emotional Speech(EMO-DB),and The Interactive Emotional Dyadic Motion Capture(IEMOCAP)datasets,respectively.These findings signify a prominent enhancement in the ability to emotional depictions identification in speech,showcasing the potential of the proposed model in advancing the SER field. 展开更多
关键词 Artificial intelligence application multi features sequential selection speech emotion recognition deep bi-lstm
在线阅读 下载PDF
Bi-LSTM模型在遥感海浪数据质量控制中的应用
4
作者 满世豪 谢涛 +2 位作者 李建 王超 张雪红 《应用海洋学学报》 北大核心 2026年第1期65-71,共7页
在遥感海浪数据质量控制研究中,由于数据的复杂与不规则性,传统质量控制方法对海浪数据单点异常值的检测具有一定局限性。深度学习具有强大的特征学习能力,在解决非线性复杂问题方面具有一定优势,将其应用在数据质量控制领域可以提高异... 在遥感海浪数据质量控制研究中,由于数据的复杂与不规则性,传统质量控制方法对海浪数据单点异常值的检测具有一定局限性。深度学习具有强大的特征学习能力,在解决非线性复杂问题方面具有一定优势,将其应用在数据质量控制领域可以提高异常值检测能力。本研究采用遥感海浪有效波高数据,构建双向长短期记忆网络(bi-directional long short term memory,Bi-LSTM)模型对有效波高进行预测,结合阈值方法进行异常检测,与3σ准则法、孤立森林模型法、 LSTM模型法以及VAE-LSTM模型法进行异常检测精度比较,探究基于Bi-LSTM的质量控制模型在遥感海浪数据异常值检测方面的能力。试验结果表明,Bi-LSTM质量控制模型具有良好的异常值检测效果,其精准率、召回率、 F1分数和运行时间分别为91%、 93%、 92和3.35 s,综合评价效果最佳,可有效对遥感海浪数据进行质量控制。 展开更多
关键词 遥感海浪数据 质量控制 深度学习 bi-lstm模型 异常检测
在线阅读 下载PDF
基于Bi-LSTM特征融合和FT-FSL的非侵入式负荷辨识
5
作者 张竹露 李华强 +1 位作者 刘洋 许立雄 《广西师范大学学报(自然科学版)》 北大核心 2026年第1期33-44,共12页
通过非侵入式负荷监测(non-intrusive load monitoring,NILM)对负荷能耗进行实时监测和数据分析,能够实现能源合理配置和精细化管理。为了提高负荷标注数据不足情况下NILM的负荷识别效果,本文提出一种基于Bi-LSTM特征融合和微调小样本学... 通过非侵入式负荷监测(non-intrusive load monitoring,NILM)对负荷能耗进行实时监测和数据分析,能够实现能源合理配置和精细化管理。为了提高负荷标注数据不足情况下NILM的负荷识别效果,本文提出一种基于Bi-LSTM特征融合和微调小样本学习(fine-tuned few-shot learning,FT-FSL)的新方法应用于NILM。首先,通过Bi-LSTM将加权像素电压-电流(voltage-current,V-I)图像特征和多维时频序列特征进行融合;然后,通过FT-FSL使负荷分类模型能够基于少量标注数据进行训练;最后,在PLAID数据集上与4种主流FSL方法(包括匹配网络、原型网络、关系网络和MAML)进行对比实验。结果表明,本文方法的准确率达到92.46%,与对比模型相比,分别提高12.21个百分点、4.18个百分点、5.90个百分点和9.04个百分点,验证了本文方法能够有效识别标注数据不足的负荷类型。 展开更多
关键词 非侵入式负荷监测 负荷辨识 小样本学习 bi-lstm 微调
在线阅读 下载PDF
基于Bi-LSTM-AE和摩阻扭矩-水力模型的两级卡钻预警方法
6
作者 项明 张向华 +3 位作者 林志强 匡金 黄根炉 孙伟峰 《物联网技术》 2026年第2期72-77,82,共7页
在石油钻井作业中,卡钻样本数量有限且多样性不足,导致智能模型训练受限。对此,文中提出一种基于双向长短期记忆(Bi-LSTM)网络与自编码器(AE)的集成模型和结合摩阻扭矩-水力模型的两级卡钻预警方法。该方法无需依赖卡钻样本训练,通过物... 在石油钻井作业中,卡钻样本数量有限且多样性不足,导致智能模型训练受限。对此,文中提出一种基于双向长短期记忆(Bi-LSTM)网络与自编码器(AE)的集成模型和结合摩阻扭矩-水力模型的两级卡钻预警方法。该方法无需依赖卡钻样本训练,通过物联网技术采集68 826组正常钻井数据训练Bi-LSTM-AE模型,并合理设定重构误差阈值来识别钻井异常状态,再根据摩阻扭矩-水力模型计算异常状态下的卡钻预警指标,从而实现卡钻预警。实验结果表明:所提方法的异常识别漏检率仅为7.62%,显著低于传统自编码器等智能模型;卡钻预警虚警率仅为4.86%,较单一Bi-LSTM-AE模型大幅降低;同时,该方法的卡钻预警漏检率为11.37%,能够有效预警绝大多数卡钻工况。 展开更多
关键词 两级卡钻预警 物联网技术 异常识别 bi-lstm 自编码器 摩阻扭矩-水力模型
在线阅读 下载PDF
基于Bi-LSTM的10MW漂浮式风电平台运动预测
7
作者 张险峰 尹佳晴 +3 位作者 马璐 秦明 雷肖 杨阳 《太阳能学报》 北大核心 2026年第1期701-708,共8页
基于双向长短期记忆神经网络(Bi-LSTM)建立针对于10MW漂浮式海上风电平台在波浪作用下的平台运动响应预测模型,通过仿真计算得到大量波浪时间序列信息以及运动响应数据,针对这些数据进行参数敏感性分析,训练后优化参数以确定最优的Bi-L... 基于双向长短期记忆神经网络(Bi-LSTM)建立针对于10MW漂浮式海上风电平台在波浪作用下的平台运动响应预测模型,通过仿真计算得到大量波浪时间序列信息以及运动响应数据,针对这些数据进行参数敏感性分析,训练后优化参数以确定最优的Bi-LSTM神经网络结构。结果表明,通过考虑不同波高和谱峰频率的波浪条件,验证了Bi-LSTM神经网络方法的可行性。所建立的Bi-LSTM模型对预测输入数据1/3时长的漂浮式海上风电平台在波浪作用下的运动具有较高的准确率,纵荡、垂荡和纵摇的预报精度高达95%,因此所提方法具有较强的平台运动预测能力。 展开更多
关键词 漂浮式风电平台 深度学习 bi-lstm 运动预测 申请网络 波浪载荷
原文传递
A decision framework for rural domestic sewage treatment models and process:Evidence from Inner Mongolia Autonomous Region,China 被引量:1
8
作者 Ying Yan Pengyu Li +5 位作者 Zixuan Wang Yubo Tan Tianlong Zheng Jianguo Liu Xiaoxia Yang Junxin Liu 《Journal of Environmental Sciences》 2026年第1期302-311,共10页
Rural domestic sewage treatment is critical for environmental protection.This study defines the spatial pattern of villages from the perspective of rural sewage treatment and develops an integrated decision-making sys... Rural domestic sewage treatment is critical for environmental protection.This study defines the spatial pattern of villages from the perspective of rural sewage treatment and develops an integrated decision-making system to propose a sewage treatment mode and scheme suitable for local conditions.By considering the village spatial layout and terrain factors,a decision tree model of residential density and terrain type was constructed with accuracies of 76.47%and 96.00%,respectively.Combined with binary classification probability unit regression,an appropriate sewage treatment mode for the village was determined with 87.00%accuracy.The Analytic Hierarchy Process(AHP),combined with the Technique for Order Preference(TOPSIS)by Similarity to an Ideal Solution model,formed the basis for optimal treatment process selection under different emission standards.Verification was conducted in 542 villages across three counties of the Inner Mongolia Autonomous Region,focusing on the standard effluent effect(0.3773),low investment cost(0.3196),and high standard effluent effect(0.5115)to determine the best treatment process for the same emission standard under different needs.The annual environmental and carbon emission benefits of sewage treatment in these villages were estimated.This model matches village density,geographic feature,and social development level,and provides scientific support and a theoretical basis for rural sewage treatment decision-making. 展开更多
关键词 Rural domestic sewage Sewage treatment model DECISION-MAKING Environmental-economic benefits Inner Mongolia
原文传递
A Firefly Algorithm-Optimized CNN-BiLSTM Model for Automated Detection of Bone Cancer and Marrow Cell Abnormalities
9
作者 Ishaani Priyadarshini 《Computers, Materials & Continua》 2026年第3期1510-1535,共26页
Early and accurate detection of bone cancer and marrow cell abnormalities is critical for timely intervention and improved patient outcomes.This paper proposes a novel hybrid deep learning framework that integrates a ... Early and accurate detection of bone cancer and marrow cell abnormalities is critical for timely intervention and improved patient outcomes.This paper proposes a novel hybrid deep learning framework that integrates a Convolutional Neural Network(CNN)with a Bidirectional Long Short-Term Memory(BiLSTM)architecture,optimized using the Firefly Optimization algorithm(FO).The proposed CNN-BiLSTM-FO model is tailored for structured biomedical data,capturing both local patterns and sequential dependencies in diagnostic features,while the Firefly Algorithm fine-tunes key hyperparameters to maximize predictive performance.The approach is evaluated on two benchmark biomedical datasets:one comprising diagnostic data for bone cancer detection and another for identifying marrow cell abnormalities.Experimental results demonstrate that the proposed method outperforms standard deep learning models,including CNN,LSTM,BiLSTM,and CNN-LSTM hybrids,significantly.The CNNBiLSTM-FO model achieves an accuracy of 98.55%for bone cancer detection and 96.04%for marrow abnormality classification.The paper also presents a detailed complexity analysis of the proposed algorithm and compares its performance across multiple evaluation metrics such as precision,recall,F1-score,and AUC.The results confirm the effectiveness of the firefly-based optimization strategy in improving classification accuracy and model robustness.This work introduces a scalable and accurate diagnostic solution that holds strong potential for integration into intelligent clinical decision-support systems. 展开更多
关键词 Firefly optimization algorithm(FO) marrow cell abnormalities bidirectional long short term memory(bi-lstm) temporal dependency modeling
在线阅读 下载PDF
基于多通道Bi-LSTM的教育数据短文本分类
10
作者 姜红旭 胡俊鹏 +2 位作者 郭骁 胡涛 沈济南 《佳木斯大学学报(自然科学版)》 2026年第3期18-21,共4页
为了解决教育管理系统中短文本数据难以有效分类的问题,提出了一种融合字、词和句向量的多通道双向长短期记忆网络(Bi-LSTM)模型。该方法在字符级和词级引入腾讯预训练词向量,以捕捉细粒度语义特征;在句子级利用预训练BERT模型生成动态... 为了解决教育管理系统中短文本数据难以有效分类的问题,提出了一种融合字、词和句向量的多通道双向长短期记忆网络(Bi-LSTM)模型。该方法在字符级和词级引入腾讯预训练词向量,以捕捉细粒度语义特征;在句子级利用预训练BERT模型生成动态上下文向量,以获取全局语义信息。三类向量经Bi-LSTM提取后进行拼接融合,再通过全连接层与Softmax分类器实现多类别判别,从而增强了模型对短文本的语义表示能力。实验在两所高校的教育数据集上进行,结果表明该模型优于其他方法,最高分类准确率达到98.6%。研究结果表明,所提出的方法能够显著提升教育数据短文本的自动化分类效果,为教育数据的分级保护和安全管理提供可靠技术支持。 展开更多
关键词 教育数据 短文本分类 bi-lstm 向量融合
在线阅读 下载PDF
Description and Evaluation of the Emission and Atmospheric Processes Integrated and Coupled Community(EPICC)Model Version 1.0 被引量:1
11
作者 EPICC Model Working Group 《Advances in Atmospheric Sciences》 2026年第4期671-694,I0001-I0006,共30页
We present a comprehensive description and benchmark evaluation of the global–regional chemical transport model called the Emission and Atmospheric Processes Integrated and Coupled Community(EPICC)model.The framework... We present a comprehensive description and benchmark evaluation of the global–regional chemical transport model called the Emission and Atmospheric Processes Integrated and Coupled Community(EPICC)model.The framework incorporates(1)grid configuration,(2)transport dynamics,(3)chemical mechanisms,(4)aerosol processes,(5)wet/dry deposition parameterizations,and(6)heterogeneous chemistry treatments associated with sulfate,nitrous acid(HONO)chemistry,and aerosol/cloud–photolysis interactions(APIs/CPIs).Openly shared with the atmospheric research community,the model facilitates integration of advanced physicochemical schemes to enhance simulation accuracy.Globally,the model demonstrates realistic representations of ozone(O_(3))and aerosol optical depth.The EPICC model generally demonstrates robust performance in simulating regional concentrations of O_(3) and PM_(2.5)(and its components)in China.It successfully captures vertical profiles of both global and regional O_(3).Notably,the model mitigates frequently reported sulfate underestimations in highly industrialized regions of China.The model accurately captures two regional severe pollution episodes observed in eastern China(January/June 2021).Sensitivity experiments highlight the critical roles of heterogeneous chemical mechanisms associated with sulfate,HONO chemistry,APIs,and CPIs in capturing PM_(2.5) and O_(3) concentrations in China.Improved sulfate mechanisms result in an increase of approximately 32.4%(2.8μg m^(−3))in simulated winter sulfate concentrations when observations exceed 10μg m^(−3).Enhanced HONO elevates winter O_(3) and PM_(2.5) by≤20 and≤10μg m^(−3),respectively.Overall,CPIs dominate over APIs in improving O_(3) and PM_(2.5) simulations across China.Locally,APIs mitigate PM_(2.5) and O_(3) discrepancies in the Sichuan Basin.Seasonal cloud–chemistry coupling explains the weaker impact of PM_(2.5) in summer. 展开更多
关键词 EPICC model PM_(2.5) O_(3) sulfate nitrous acid aerosol/cloud-photolysis interactions
在线阅读 下载PDF
基于孪生Bi-LSTM网络的线状要素相似判别模型研究
12
作者 陈涛 周婧娟 郑旭野 《地理空间信息》 2026年第3期84-86,102,共4页
传统线状要素间相似性判别方法存在算法复杂、阈值难以确定等缺点,鉴于此,提出了一种基于孪生双向长短期记忆(Bi-LSTM)网络的线状要素相似判别模型。利用孪生Bi-LSTM网络对输入的线状要素对进行建模,学习线状要素的空间几何特征,再通过... 传统线状要素间相似性判别方法存在算法复杂、阈值难以确定等缺点,鉴于此,提出了一种基于孪生双向长短期记忆(Bi-LSTM)网络的线状要素相似判别模型。利用孪生Bi-LSTM网络对输入的线状要素对进行建模,学习线状要素的空间几何特征,再通过特征向量组合得到相似性判断结果。实验表明,在河流要素数据集上该模型对线状要素相似性判别的F1-score为96.34%,具有良好的效果,为线状要素的几何相似性判别提供了新思路。 展开更多
关键词 孪生网络 bi-lstm 地理知识图谱 几何相似性
在线阅读 下载PDF
Agri-Eval:Multi-level Large Language Model Valuation Benchmark for Agriculture
13
作者 WANG Yaojun GE Mingliang +2 位作者 XU Guowei ZHANG Qiyu BIE Yuhui 《农业机械学报》 北大核心 2026年第1期290-299,共10页
Model evaluation using benchmark datasets is an important method to measure the capability of large language models(LLMs)in specific domains,and it is mainly used to assess the knowledge and reasoning abilities of LLM... Model evaluation using benchmark datasets is an important method to measure the capability of large language models(LLMs)in specific domains,and it is mainly used to assess the knowledge and reasoning abilities of LLMs.Therefore,in order to better assess the capability of LLMs in the agricultural domain,Agri-Eval was proposed as a benchmark for assessing the knowledge and reasoning ability of LLMs in agriculture.The assessment dataset used in Agri-Eval covered seven major disciplines in the agricultural domain:crop science,horticulture,plant protection,animal husbandry,forest science,aquaculture science,and grass science,and contained a total of 2283 questions.Among domestic general-purpose LLMs,DeepSeek R1 performed best with an accuracy rate of 75.49%.In the realm of international general-purpose LLMs,Gemini 2.0 pro exp 0205 standed out as the top performer,achieving an accuracy rate of 74.28%.As an LLMs in agriculture vertical,Shennong V2.0 outperformed all the LLMs in China,and the answer accuracy rate of agricultural knowledge exceeded that of all the existing general-purpose LLMs.The launch of Agri-Eval helped the LLM developers to comprehensively evaluate the model's capability in the field of agriculture through a variety of tasks and tests to promote the development of the LLMs in the field of agriculture. 展开更多
关键词 large language models assessment systems agricultural knowledge agricultural datasets
在线阅读 下载PDF
Ecological Dynamics of a Logistic Population Model with Impulsive Age-selective Harvesting
14
作者 DAI Xiangjun JIAO Jianjun 《应用数学》 北大核心 2026年第1期72-79,共8页
In this paper,we establish and study a single-species logistic model with impulsive age-selective harvesting.First,we prove the ultimate boundedness of the solutions of the system.Then,we obtain conditions for the asy... In this paper,we establish and study a single-species logistic model with impulsive age-selective harvesting.First,we prove the ultimate boundedness of the solutions of the system.Then,we obtain conditions for the asymptotic stability of the trivial solution and the positive periodic solution.Finally,numerical simulations are presented to validate our results.Our results show that age-selective harvesting is more conducive to sustainable population survival than non-age-selective harvesting. 展开更多
关键词 The logistic population model Selective harvesting Asymptotic stability EXTINCTION
在线阅读 下载PDF
Special Issue“Recent Developments in Dimension Reduction and Model Checking”——In Honor of Professor Lixing Zhu's Outstanding Contributions in Statistics
15
作者 ZHU Liping XU Wangli LI Yingxing 《Journal of Systems Science & Complexity》 2026年第1期1-2,共2页
The proliferation of high-dimensional data and the widespread use of complex models present central challenges in contemporary statistics and data science.Dimension reduction and model checking,as two foundational pil... The proliferation of high-dimensional data and the widespread use of complex models present central challenges in contemporary statistics and data science.Dimension reduction and model checking,as two foundational pillars supporting scientific inference and data-driven decisionmaking,have evolved through the collective wisdom of generations of statisticians.This special issue,titled"Recent Developments in Dimension Reduction and Model Checking for regressions",not only aims to showcase cutting-edge advances in the field but also carries a distinct sense of academic homage to honor the groundbreaking and enduring contributions of Professor Lixing Zhu,a leading scholar whose work has profoundly shaped both areas. 展开更多
关键词 scientific inference model checking model checkingas complex models dimension reduction high dimensional data
原文传递
Ecosystem service models are indeed being validated:A response to Pereira et al.(2025)
16
作者 James M.Bullock Danny A.P.Hooftman +1 位作者 John W.Redhead Simon Willcock 《Geography and Sustainability》 2026年第1期247-248,共2页
In their recent paper Pereira et al.(2025)claim that validation is overlooked in mapping and modelling of ecosystem services(ES).They state that“many studies lack critical evaluation of the results and no validation ... In their recent paper Pereira et al.(2025)claim that validation is overlooked in mapping and modelling of ecosystem services(ES).They state that“many studies lack critical evaluation of the results and no validation is provided”and that“the validation step is largely overlooked”.This assertion may have been true several years ago,for example,when Ochoa and Urbina-Cardona(2017)made a similar observation.However,there has been much work on ES model validation over the last decade. 展开更多
关键词 evaluation MAPPING modeling es model ecosystem services VALIDATION
在线阅读 下载PDF
Efficient Model Reduction of Linear Time-varying Systems via Shifted Legendre Polynomial Approximations
17
作者 XIAO Zhihua TANG Man ZHU Zhihui 《应用数学》 北大核心 2026年第2期481-493,共13页
This paper presents an efficient model reduction technique for linear time-varying systems based on shifted Legendre polynomials.The approach constructs approximate low-rank decomposition factors of finite-time Gramia... This paper presents an efficient model reduction technique for linear time-varying systems based on shifted Legendre polynomials.The approach constructs approximate low-rank decomposition factors of finite-time Gramians directly from the expansion coefficients of impulse responses.Leveraging these factors,we develop two model reduction algorithms that integrate the low-rank square root method with dominant subspace projection.Our method is computationally efficient and flexible,requiring only a few matrix-vector operations and a singular value decomposition of a low-dimensional matrix,thereby avoiding the need to solve differential Lyapunov equations.Numerical experiments confirm the effectiveness of the proposed approach. 展开更多
关键词 model reduction Time-varying systems Low-rank Gramians Balanced truncation Shifted Legendre polynomials
在线阅读 下载PDF
Modeling of Precipitation over Africa:Progress,Challenges,and Prospects
18
作者 A.A.AKINSANOLA C.N.WENHAJI +21 位作者 R.BARIMALALA P.-A.MONERIE R.D.DIXON A.T.TAMOFFO M.O.ADENIYI V.ONGOMA I.DIALLO M.GUDOSHAVA C.M.WAINWRIGHT R.JAMES K.C.SILVERIO A.FAYE S.S.NANGOMBE M.W.POKAM D.A.VONDOU N.C.G.HART I.PINTO M.KILAVI S.HAGOS E.N.RAJAGOPAL R.K.KOLLI S.JOSEPH 《Advances in Atmospheric Sciences》 2026年第1期59-86,共28页
In recent years,there has been an increasing need for climate information across diverse sectors of society.This demand has arisen from the necessity to adapt to and mitigate the impacts of climate variability and cha... In recent years,there has been an increasing need for climate information across diverse sectors of society.This demand has arisen from the necessity to adapt to and mitigate the impacts of climate variability and change.Likewise,this period has seen a significant increase in our understanding of the physical processes and mechanisms that drive precipitation and its variability across different regions of Africa.By leveraging a large volume of climate model outputs,numerous studies have investigated the model representation of African precipitation as well as underlying physical processes.These studies have assessed whether the physical processes are well depicted and whether the models are fit for informing mitigation and adaptation strategies.This paper provides a review of the progress in precipitation simulation overAfrica in state-of-the-science climate models and discusses the major issues and challenges that remain. 展开更多
关键词 RAINFALL MONSOON climate modeling CORDEX CMIP6 convection-permitting models
在线阅读 下载PDF
Modeling reaction between high-Al steel and slag with consideration of MgO-refractory dissolution into slag
19
作者 Rong-Zhen Mo Chi-Hao Zhang +1 位作者 Ying Ren Li-Feng Zhang 《Journal of Iron and Steel Research International》 2026年第3期106-115,共10页
The dissolution of MgO-refractory into the slag had an obvious influence on the steel-slag reaction and the slag property,especially for high-aluminum steels.The dissolution behavior of MgO-refractory was investigated... The dissolution of MgO-refractory into the slag had an obvious influence on the steel-slag reaction and the slag property,especially for high-aluminum steels.The dissolution behavior of MgO-refractory was investigated under various conditions,including the temperature,the initial steel composition,and the initial slag composition.A steel-slag-refractory kinetic model for high-aluminum steel was developed,which incorporated the process of MgO-refractory dissolution.The dependence of the MgO mass transfer coefficient k_(MgO)^(r)on temperature T during MgO-refractory dissolution process was established,as described by ln k_(MgO)^(r)=63,754/T+24.38524.It was indicated that the MgO dissolution rate was significantly influenced by the temperature.A higher temperature increased the dissolution rate of MgO.The initial steel composition had a slight impact on the MgO dissolution rate.Additionally,the initial slag composition strongly impacted the MgO saturation concentration and the dissolution rate.A lower initial Al_(2)O_(3)/SiO_(2)ratio increased the MgO dissolution rate.The steel-slag-refractory kinetic model accurately predicted the dissolution of MgO-refractory and the influence of dissolved MgO on the viscosity and composition change during steel-slag-refractory reactions.It was suggested that a higher temperature can hardly reduce the viscosity due to the dissolution of the MgO-refractory. 展开更多
关键词 MgO-refractory Steel-slag-refractory model Kinetic model High-aluminum steel Mold flux
原文传递
Preferences of Chinese Dermatologists for Large Language Model Responses in Clinical Psoriasis Scenarios:A Nationwide Cross-Sectional Survey in China
20
作者 Jungang Yang Jingkai Xu +6 位作者 Xuejiao Song Chengxu Li Lili Chen Lingbo Bi Tingting Jiang Xianbo Zuo Yong Cui 《Health Care Science》 2026年第1期40-48,共9页
Background:Large language models(LLMs)have shown considerable promise in supporting clinical decision-making.However,their adoption and evaluation in dermatology remains limited.This study aimed to explore the prefere... Background:Large language models(LLMs)have shown considerable promise in supporting clinical decision-making.However,their adoption and evaluation in dermatology remains limited.This study aimed to explore the preferences of Chinese dermatologists regarding LLM-generated responses in clinical psoriasis scenarios and to assess how they prioritize key quality dimensions,including accuracy,traceability,and logicality.Methods:A cross-sectional,web-based survey was conducted between December 25,2024,and January 22,2025,following the Checklist for Reporting Results of Internet E-Surveys guidelines.A total of 1247 valid responses were collected from practicing dermatologists across 33 of China's provincial-level administrative divisions.Participants evaluated responses to five categories of clinical questions(etiology,clinical presentation,differential diagnosis,treatment,and case study)generated by five LLMs:ChatGPT-4o,Kimi.ai,Doubao,ZuoYiGPT,and Lingyi-agent.Statistical associations between participant characteristics and model preferences were examined using chi-square tests.Results:ChatGPT-4o(Model 1)emerged as the most preferred model across all clinical tasks,consistently receiving the highest number of votes in case study(n=740),clinical presentation(n=666),differential diagnosis(n=707),etiology(n=602),and treatment(n=656).Significant variation in model preference by professional title was observed only for the differential diagnosis task(χ^(2)=21.13,df=12,p=0.0485),while no significant differences were found across hospital tiers(p>0.05).In terms of evaluation dimensions,accuracy was most frequently rated as“very important”(n=635).A significant association existed between hospital tier and the most valued dimension(χ^(2)=27.667,df=9,p=0.0011),with dermatologists in primary hospitals prioritizing traceability more than their peers in higher-tier hospitals.No significant associations were found across professional titles(p=0.127).Conclusions:Chinese dermatologists suggest a strong preference for ChatGPT-4o over domestic LLMs in psoriasis-related clinical tasks.While accuracy remains the primary criterion,traceability and logicality are also critical,particularly for clinicians in lower-tier hospitals.These findings suggest that future clinical LLMs should prioritize not only content accuracy but also source transparency and structural clarity to meet the diverse needs of different clinical settings. 展开更多
关键词 DERMATOLOGY large language model model evaluation
暂未订购
上一页 1 2 250 下一页 到第
使用帮助 返回顶部