期刊文献+
共找到63,038篇文章
< 1 2 250 >
每页显示 20 50 100
Transfer Learning Approach to Classify the X-Ray Image that Corresponds to Corona Disease Using ResNet50 Pre-Trained by ChexNet
1
作者 Mahyar Bolhassani 《Journal of Intelligent Learning Systems and Applications》 2024年第2期80-90,共11页
The COVID-19 pandemic has had a widespread negative impact globally. It shares symptoms with other respiratory illnesses such as pneumonia and influenza, making rapid and accurate diagnosis essential to treat individu... The COVID-19 pandemic has had a widespread negative impact globally. It shares symptoms with other respiratory illnesses such as pneumonia and influenza, making rapid and accurate diagnosis essential to treat individuals and halt further transmission. X-ray imaging of the lungs is one of the most reliable diagnostic tools. Utilizing deep learning, we can train models to recognize the signs of infection, thus aiding in the identification of COVID-19 cases. For our project, we developed a deep learning model utilizing the ResNet50 architecture, pre-trained with ImageNet and CheXNet datasets. We tackled the challenge of an imbalanced dataset, the CoronaHack Chest X-Ray dataset provided by Kaggle, through both binary and multi-class classification approaches. Additionally, we evaluated the performance impact of using Focal loss versus Cross-entropy loss in our model. 展开更多
关键词 X-Ray Classification Convolutional Neural Network ResNet Transfer Learning supervised Learning COVID-19 Chest X-Ray
下载PDF
Decentralized Semi-Supervised Learning for Stochastic Configuration Networks Based on the Mean Teacher Method
2
作者 Kaijing Li Wu Ai 《Journal of Computer and Communications》 2024年第4期247-261,共15页
The aim of this paper is to broaden the application of Stochastic Configuration Network (SCN) in the semi-supervised domain by utilizing common unlabeled data in daily life. It can enhance the classification accuracy ... The aim of this paper is to broaden the application of Stochastic Configuration Network (SCN) in the semi-supervised domain by utilizing common unlabeled data in daily life. It can enhance the classification accuracy of decentralized SCN algorithms while effectively protecting user privacy. To this end, we propose a decentralized semi-supervised learning algorithm for SCN, called DMT-SCN, which introduces teacher and student models by combining the idea of consistency regularization to improve the response speed of model iterations. In order to reduce the possible negative impact of unsupervised data on the model, we purposely change the way of adding noise to the unlabeled data. Simulation results show that the algorithm can effectively utilize unlabeled data to improve the classification accuracy of SCN training and is robust under different ground simulation environments. 展开更多
关键词 Stochastic Neural Network Consistency Regularization Semi-supervised Learning Decentralized Learning
下载PDF
Strengthening the Security of Supervised Networks by Automating Hardening Mechanisms
3
作者 Patrick Dany Bavoua Kenfack Alphonse Binele Abana +1 位作者 Emmanuel Tonye Genevieve Elvira Ndjana Leka 《Journal of Computer and Communications》 2023年第5期108-136,共29页
In recent years, the place occupied by the various manifestations of cyber-crime in companies has been considerable. Indeed, due to the rapid evolution of telecommunications technologies, companies, regardless of thei... In recent years, the place occupied by the various manifestations of cyber-crime in companies has been considerable. Indeed, due to the rapid evolution of telecommunications technologies, companies, regardless of their size or sector of activity, are now the target of advanced persistent threats. The Work 2035 study also revealed that cyber crimes (such as critical infrastructure hacks) and massive data breaches are major sources of concern. Thus, it is important for organizations to guarantee a minimum level of security to avoid potential attacks that can cause paralysis of systems, loss of sensitive data, exposure to blackmail, damage to reputation or even a commercial harm. To do this, among other means, hardening is used, the main objective of which is to reduce the attack surface within a company. The execution of the hardening configurations as well as the verification of these are carried out on the servers and network equipment with the aim of reducing the number of openings present by keeping only those which are necessary for proper operation. However, nowadays, in many companies, these tasks are done manually. As a result, the execution and verification of hardening configurations are very often subject to potential errors but also highly consuming human and financial resources. The problem is that it is essential for operators to maintain an optimal level of security while minimizing costs, hence the interest in automating hardening processes and verifying the hardening of servers and network equipment. It is in this logic that we propose within the framework of this work the reinforcement of the security of the information systems (IS) by the automation of the mechanisms of hardening. In our work, we have, on the one hand, set up a hardening procedure in accordance with international security standards for servers, routers and switches and, on the other hand, designed and produced a functional application which makes it possible to: 1) Realise the configuration of the hardening;2) Verify them;3) Correct the non conformities;4) Write and send by mail a verification report for the configurations;5) And finally update the procedures of hardening. Our web application thus created allows in less than fifteen (15) minutes actions that previously took at least five (5) hours of time. This allows supervised network operators to save time and money, but also to improve their security standards in line with international standards. 展开更多
关键词 HaRDENING supervised Network Cyber Security Information system
下载PDF
Weakly Supervised Network with Scribble-Supervised and Edge-Mask for Road Extraction from High-Resolution Remote Sensing Images
4
作者 Supeng Yu Fen Huang Chengcheng Fan 《Computers, Materials & Continua》 SCIE EI 2024年第4期549-562,共14页
Significant advancements have been achieved in road surface extraction based on high-resolution remote sensingimage processing. Most current methods rely on fully supervised learning, which necessitates enormous human... Significant advancements have been achieved in road surface extraction based on high-resolution remote sensingimage processing. Most current methods rely on fully supervised learning, which necessitates enormous humaneffort to label the image. Within this field, other research endeavors utilize weakly supervised methods. Theseapproaches aim to reduce the expenses associated with annotation by leveraging sparsely annotated data, such asscribbles. This paper presents a novel technique called a weakly supervised network using scribble-supervised andedge-mask (WSSE-net). This network is a three-branch network architecture, whereby each branch is equippedwith a distinct decoder module dedicated to road extraction tasks. One of the branches is dedicated to generatingedge masks using edge detection algorithms and optimizing road edge details. The other two branches supervise themodel’s training by employing scribble labels and spreading scribble information throughout the image. To addressthe historical flaw that created pseudo-labels that are not updated with network training, we use mixup to blendprediction results dynamically and continually update new pseudo-labels to steer network training. Our solutiondemonstrates efficient operation by simultaneously considering both edge-mask aid and dynamic pseudo-labelsupport. The studies are conducted on three separate road datasets, which consist primarily of high-resolutionremote-sensing satellite photos and drone images. The experimental findings suggest that our methodologyperforms better than advanced scribble-supervised approaches and specific traditional fully supervised methods. 展开更多
关键词 Semantic segmentation road extraction weakly supervised learning scribble supervision remote sensing image
下载PDF
Local saliency consistency-based label inference for weakly supervised salient object detection using scribble annotations
5
作者 Shuo Zhao Peng Cui +1 位作者 Jing Shen Haibo Liu 《CAAI Transactions on Intelligence Technology》 SCIE EI 2024年第1期239-249,共11页
Recently,weak supervision has received growing attention in the field of salient object detection due to the convenience of labelling.However,there is a large performance gap between weakly supervised and fully superv... Recently,weak supervision has received growing attention in the field of salient object detection due to the convenience of labelling.However,there is a large performance gap between weakly supervised and fully supervised salient object detectors because the scribble annotation can only provide very limited foreground/background information.Therefore,an intuitive idea is to infer annotations that cover more complete object and background regions for training.To this end,a label inference strategy is proposed based on the assumption that pixels with similar colours and close positions should have consistent labels.Specifically,k-means clustering algorithm was first performed on both colours and coordinates of original annotations,and then assigned the same labels to points having similar colours with colour cluster centres and near coordinate cluster centres.Next,the same annotations for pixels with similar colours within each kernel neighbourhood was set further.Extensive experiments on six benchmarks demonstrate that our method can significantly improve the performance and achieve the state-of-the-art results. 展开更多
关键词 label inference salient object detection weak supervision
下载PDF
Relational Turkish Text Classification Using Distant Supervised Entities and Relations
6
作者 Halil Ibrahim Okur Kadir Tohma Ahmet Sertbas 《Computers, Materials & Continua》 SCIE EI 2024年第5期2209-2228,共20页
Text classification,by automatically categorizing texts,is one of the foundational elements of natural language processing applications.This study investigates how text classification performance can be improved throu... Text classification,by automatically categorizing texts,is one of the foundational elements of natural language processing applications.This study investigates how text classification performance can be improved through the integration of entity-relation information obtained from the Wikidata(Wikipedia database)database and BERTbased pre-trained Named Entity Recognition(NER)models.Focusing on a significant challenge in the field of natural language processing(NLP),the research evaluates the potential of using entity and relational information to extract deeper meaning from texts.The adopted methodology encompasses a comprehensive approach that includes text preprocessing,entity detection,and the integration of relational information.Experiments conducted on text datasets in both Turkish and English assess the performance of various classification algorithms,such as Support Vector Machine,Logistic Regression,Deep Neural Network,and Convolutional Neural Network.The results indicate that the integration of entity-relation information can significantly enhance algorithmperformance in text classification tasks and offer new perspectives for information extraction and semantic analysis in NLP applications.Contributions of this work include the utilization of distant supervised entity-relation information in Turkish text classification,the development of a Turkish relational text classification approach,and the creation of a relational database.By demonstrating potential performance improvements through the integration of distant supervised entity-relation information into Turkish text classification,this research aims to support the effectiveness of text-based artificial intelligence(AI)tools.Additionally,it makes significant contributions to the development ofmultilingual text classification systems by adding deeper meaning to text content,thereby providing a valuable addition to current NLP studies and setting an important reference point for future research. 展开更多
关键词 Text classification relation extraction NER distant supervision deep learning machine learning
下载PDF
Land Use Land Cover Analysis for Godavari Basin in Maharashtra Using Geographical Information System and Remote Sensing
7
作者 Pallavi Saraf Dattatray G. Regulwar 《Journal of Geographic Information System》 2024年第1期21-31,共11页
The dynamic transformation of land use and land cover has emerged as a crucial aspect in the effective management of natural resources and the continual monitoring of environmental shifts. This study focused on the la... The dynamic transformation of land use and land cover has emerged as a crucial aspect in the effective management of natural resources and the continual monitoring of environmental shifts. This study focused on the land use and land cover (LULC) changes within the catchment area of the Godavari River, assessing the repercussions of land and water resource exploitation. Utilizing LANDSAT satellite images from 2009, 2014, and 2019, this research employed supervised classification through the Quantum Geographic Information System (QGIS) software’s SCP plugin. Maximum likelihood classification algorithm was used for the assessment of supervised land use classification. Seven distinct LULC classes—forest, irrigated cropland, agricultural land (fallow), barren land, shrub land, water, and urban land—are delineated for classification purposes. The study revealed substantial changes in the Godavari basin’s land use patterns over the ten-year period from 2009 to 2019. Spatial and temporal dynamics of land use/cover changes (2009-2019) were quantified using three Satellite/Landsat images, a supervised classification algorithm and the post classification change detection technique in GIS. The total study area of the Godavari basin in Maharashtra encompasses 5138175.48 hectares. Notably, the built-up area increased from 0.14% in 2009 to 1.94% in 2019. The proportion of irrigated cropland, which was 62.32% in 2009, declined to 41.52% in 2019. Shrub land witnessed a noteworthy increase from 0.05% to 2.05% over the last decade. The key findings underscored significant declines in barren land, agricultural land, and irrigated cropland, juxtaposed with an expansion in forest land, shrub land, and urban land. The classification methodology achieved an overall accuracy of 80%, with a Kappa Statistic of 71.9% for the satellite images. The overall classification accuracy along with the Kappa value for 2009, 2014 and 2019 supervised land use land cover classification was good enough to detect the changing scenarios of Godavari River basin under study. These findings provide valuable insights for discerning land utilization across various categories, facilitating the adoption of appropriate strategies for sustainable land use in the region. 展开更多
关键词 GIS Remote Sensing Land Use Land Cover Change Change Detection supervised Classification
下载PDF
Design of N-11-Azaartemisinins Potentially Active against Plasmodium falciparum by Combined Molecular Electrostatic Potential, Ligand-Receptor Interaction and Models Built with Supervised Machine Learning Methods
8
作者 Jeferson Stiver Oliveira de Castro José Ciríaco Pinheiro +5 位作者 Sílvia Simone dos Santos de Morais Heriberto Rodrigues Bitencourt Antonio Florêncio de Figueiredo Marcos Antonio Barros dos Santos Fábio dos Santos Gil Ana Cecília Barbosa Pinheiro 《Journal of Biophysical Chemistry》 CAS 2023年第1期1-29,共29页
N-11-azaartemisinins potentially active against Plasmodium falciparum are designed by combining molecular electrostatic potential (MEP), ligand-receptor interaction, and models built with supervised machine learning m... N-11-azaartemisinins potentially active against Plasmodium falciparum are designed by combining molecular electrostatic potential (MEP), ligand-receptor interaction, and models built with supervised machine learning methods (PCA, HCA, KNN, SIMCA, and SDA). The optimization of molecular structures was performed using the B3LYP/6-31G* approach. MEP maps and ligand-receptor interactions were used to investigate key structural features required for biological activities and likely interactions between N-11-azaartemisinins and heme, respectively. The supervised machine learning methods allowed the separation of the investigated compounds into two classes: cha and cla, with the properties ε<sub>LUMO+1</sub> (one level above lowest unoccupied molecular orbital energy), d(C<sub>6</sub>-C<sub>5</sub>) (distance between C<sub>6</sub> and C<sub>5</sub> atoms in ligands), and TSA (total surface area) responsible for the classification. The insights extracted from the investigation developed and the chemical intuition enabled the design of sixteen new N-11-azaartemisinins (prediction set), moreover, models built with supervised machine learning methods were applied to this prediction set. The result of this application showed twelve new promising N-11-azaartemisinins for synthesis and biological evaluation. 展开更多
关键词 antimalarial Design MEP Ligand-Receptor Interaction supervised Machine Learning Methods Models Built with supervised Machine Learning Methods
下载PDF
Supervised Learning Algorithm on Unstructured Documents for the Classification of Job Offers: Case of Cameroun
9
作者 Fritz Sosso Makembe Roger Atsa Etoundi Hippolyte Tapamo 《Journal of Computer and Communications》 2023年第2期75-88,共14页
Nowadays, in data science, supervised learning algorithms are frequently used to perform text classification. However, African textual data, in general, have been studied very little using these methods. This article ... Nowadays, in data science, supervised learning algorithms are frequently used to perform text classification. However, African textual data, in general, have been studied very little using these methods. This article notes the particularity of the data and measures the level of precision of predictions of naive Bayes algorithms, decision tree, and SVM (Support Vector Machine) on a corpus of computer jobs taken on the internet. This is due to the data imbalance problem in machine learning. However, this problem essentially focuses on the distribution of the number of documents in each class or subclass. Here, we delve deeper into the problem to the word count distribution in a set of documents. The results are compared with those obtained on a set of French IT offers. It appears that the precision of the classification varies between 88% and 90% for French offers against 67%, at most, for Cameroonian offers. The contribution of this study is twofold. Indeed, it clearly shows that, in a similar job category, job offers on the internet in Cameroon are more unstructured compared to those available in France, for example. Moreover, it makes it possible to emit a strong hypothesis according to which sets of texts having a symmetrical distribution of the number of words obtain better results with supervised learning algorithms. 展开更多
关键词 Job Offer Underemployment Text Classification Imbalanced Data Symmetric Word Distribution supervised Learning
下载PDF
A Systematic Literature Review of Deep Learning Algorithms for Segmentation of the COVID-19 Infection
10
作者 Shroog Alshomrani Muhammad Arif Mohammed A.Al Ghamdi 《Computers, Materials & Continua》 SCIE EI 2023年第6期5717-5742,共26页
Coronavirus has infected more than 753 million people,ranging in severity from one person to another,where more than six million infected people died worldwide.Computer-aided diagnostic(CAD)with artificial intelligenc... Coronavirus has infected more than 753 million people,ranging in severity from one person to another,where more than six million infected people died worldwide.Computer-aided diagnostic(CAD)with artificial intelligence(AI)showed outstanding performance in effectively diagnosing this virus in real-time.Computed tomography is a complementary diagnostic tool to clarify the damage of COVID-19 in the lungs even before symptoms appear in patients.This paper conducts a systematic literature review of deep learning methods for classifying the segmentation of COVID-19 infection in the lungs.We used the methodology of systematic reviews and meta-analyses(PRISMA)flow method.This research aims to systematically analyze the supervised deep learning methods,open resource datasets,data augmentation methods,and loss functions used for various segment shapes of COVID-19 infection from computerized tomography(CT)chest images.We have selected 56 primary studies relevant to the topic of the paper.We have compared different aspects of the algorithms used to segment infected areas in the CT images.Limitations to deep learning in the segmentation of infected areas still need to be developed to predict smaller regions of infection at the beginning of their appearance. 展开更多
关键词 COVID-19 segmentation chest CT images deep learning systematic review 2D and 3D supervised deep learning
下载PDF
Jade Collection of Emperor Qianlong in the Qing Dynasty
11
作者 MA Lin 《Journal of Literature and Art Studies》 2023年第2期129-134,共6页
During the reign of emperor Qianlong of the Qing Dynasty,the political rule was relatively stable,the economy continued to develop,and both civil and martial situations flourished.The emperor’s love for jade articles... During the reign of emperor Qianlong of the Qing Dynasty,the political rule was relatively stable,the economy continued to develop,and both civil and martial situations flourished.The emperor’s love for jade articles made this period a peak in the development of Chinese jade culture.Based on jade articles of emperor Qianlong collected in the Palace Museum and related documents and archives,this paper tries to explore characteristics of this collection and emperor Qianlong’s collecting methods,then explains that this collection not only has the functions of aesthetics,but also has the meaning of morality,religion and politics. 展开更多
关键词 emperor Qianlong jade collection endow jade with virtue
下载PDF
Edge-Federated Self-Supervised Communication Optimization Framework Based on Sparsification and Quantization Compression
12
作者 Yifei Ding 《Journal of Computer and Communications》 2024年第5期140-150,共11页
The federated self-supervised framework is a distributed machine learning method that combines federated learning and self-supervised learning, which can effectively solve the problem of traditional federated learning... The federated self-supervised framework is a distributed machine learning method that combines federated learning and self-supervised learning, which can effectively solve the problem of traditional federated learning being difficult to process large-scale unlabeled data. The existing federated self-supervision framework has problems with low communication efficiency and high communication delay between clients and central servers. Therefore, we added edge servers to the federated self-supervision framework to reduce the pressure on the central server caused by frequent communication between both ends. A communication compression scheme using gradient quantization and sparsification was proposed to optimize the communication of the entire framework, and the algorithm of the sparse communication compression module was improved. Experiments have proved that the learning rate changes of the improved sparse communication compression module are smoother and more stable. Our communication compression scheme effectively reduced the overall communication overhead. 展开更多
关键词 Communication Optimization Federated Self-Supervision Sparsification Gradient Compression Edge Computing
下载PDF
"Emperor's Power Far Away from the Countryside"and"Town in Charge of Village Affairs":The Extreme Grass-roots Management System is Not Conducive to the Healthy Development of the Countryside
13
作者 Xiang CHEN 《Asian Agricultural Research》 2022年第8期13-14,共2页
This paper compares the two different rural management methods of"emperor’s power far away from the countryside"and"town in charge of village affairs",which shows that the extreme grass-roots mana... This paper compares the two different rural management methods of"emperor’s power far away from the countryside"and"town in charge of village affairs",which shows that the extreme grass-roots management system is not conducive to rural development.This paper also points out that rural development needs to find a road of sustainable development in line with its own characteristics,which is the fundamental shortcut to change poverty and become rich for a long time. 展开更多
关键词 "emperor’s power far away from the countryside" "Town in charge of village affairs" Grass-roots management Rural management
下载PDF
The Bronze Acupuncture Model Produced by Emperor Qianlong’s Order in 1744 A.D.
14
作者 Hong Qin 段英帅(译) 《Chinese Medicine and Culture》 2018年第1期21-24,共4页
The bronze acupuncture model was produced by Emperor Qianlong’s order in 1744 A.D.It has been 274 years since then,and this model has always been well kept and handed down with a full record.It is of great traditiona... The bronze acupuncture model was produced by Emperor Qianlong’s order in 1744 A.D.It has been 274 years since then,and this model has always been well kept and handed down with a full record.It is of great traditional medical and cultural value,regarded as the treasure of Shanghai Museum of Traditional Chinese Medicine due to its rareness and intactness both at home and abroad. 展开更多
关键词 Bronze acupuncture model Ding Jimin Fu Hai Wang Jimin Yi Zong Jin Jian(《医宗金鉴》Golden Mirror of Medicine) Yuzhi Zhenjiuxiang Chongxiuji(the Rebuilding Record of acupuncture Models by emperor’s Order) Zhen Sheng
下载PDF
基于M-DeepLab网络的速度建模技术研究
15
作者 徐秀刚 张浩楠 +1 位作者 许文德 郭鹏 《中国海洋大学学报(自然科学版)》 CAS CSCD 北大核心 2024年第6期145-155,共11页
本文提出了一种适用于速度建模方法的M-DeepLab网络框架,该网络将地震炮集记录作为输入,网络主体使用轻量级MobileNet,以此提升网络训练速度;并在编码环节ASPP模块后添加了Attention模块,且在解码环节将不同网络深度的速度特征进行了融... 本文提出了一种适用于速度建模方法的M-DeepLab网络框架,该网络将地震炮集记录作为输入,网络主体使用轻量级MobileNet,以此提升网络训练速度;并在编码环节ASPP模块后添加了Attention模块,且在解码环节将不同网络深度的速度特征进行了融合,既获得了更多的速度特征,又保留了网络浅部的速度信息,防止出现网络退化和过拟合问题。模型测试证明,M-DeepLab网络能够实现智能、精确的速度建模,简单模型、复杂模型以及含有噪声数据复杂模型的智能速度建模,均取得了良好的效果。相较DeepLabV3+网络,本文方法对于速度模型界面处的预测,特别是速度突变区域的预测,具有更高的预测精度,从而验证了该方法精确性、高效性、实用性和抗噪性。 展开更多
关键词 深度学习 速度建模 M-DeepLab网络 监督学习
下载PDF
ChatGPT改进联网审计途径研究
16
作者 张夏恒 李想 《工信财经科技》 2024年第1期70-78,共9页
因在数据采集、数据记录、数据传输等方面技术不足,我国联网审计仍难以达到实时监督的目的,ChatGPT的自动化处理审计数据、实时更新审计准则、依据特定需求输出数据等功能可以有效弥补传统联网审计的缺陷。文章针对现阶段联网审计存在... 因在数据采集、数据记录、数据传输等方面技术不足,我国联网审计仍难以达到实时监督的目的,ChatGPT的自动化处理审计数据、实时更新审计准则、依据特定需求输出数据等功能可以有效弥补传统联网审计的缺陷。文章针对现阶段联网审计存在的问题与应用ChatGPT技术的优势进行了探讨,在明确ChatGPT技术应用于联网审计的潜在风险的基础上,提出了有效的应对策略,以保证ChatGPT能促进联网审计工作的不断完善,以此促进我国联网审计工作的持续发展。 展开更多
关键词 ChatGPT 联网审计 实时监督
下载PDF
Survey on AI and Machine Learning Techniques for Microgrid Energy Management Systems 被引量:2
17
作者 Aditya Joshi Skieler Capezza +1 位作者 Ahmad Alhaji Mo-Yuen Chow 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2023年第7期1513-1529,共17页
In the era of an energy revolution,grid decentralization has emerged as a viable solution to meet the increasing global energy demand by incorporating renewables at the distributed level.Microgrids are considered a dr... In the era of an energy revolution,grid decentralization has emerged as a viable solution to meet the increasing global energy demand by incorporating renewables at the distributed level.Microgrids are considered a driving component for accelerating grid decentralization.To optimally utilize the available resources and address potential challenges,there is a need to have an intelligent and reliable energy management system(EMS)for the microgrid.The artificial intelligence field has the potential to address the problems in EMS and can provide resilient,efficient,reliable,and scalable solutions.This paper presents an overview of existing conventional and AI-based techniques for energy management systems in microgrids.We analyze EMS methods for centralized,decentralized,and distributed microgrids separately.Then,we summarize machine learning techniques such as ANNs,federated learning,LSTMs,RNNs,and reinforcement learning for EMS objectives such as economic dispatch,optimal power flow,and scheduling.With the incorporation of AI,microgrids can achieve greater performance efficiency and more reliability for managing a large number of energy resources.However,challenges such as data privacy,security,scalability,explainability,etc.,need to be addressed.To conclude,the authors state the possible future research directions to explore AI-based EMS's potential in real-world applications. 展开更多
关键词 CONSENSUS energy management system(EMS) reinforcement learning supervised learning
下载PDF
Research on the intelligent supervision and operation platform of railway real estate 被引量:2
18
作者 Xiangru Lv Hui Li Beisheng Liu 《High-Speed Railway》 2023年第2期147-152,共6页
Railway real estate is the fundamental element of railway transportation production and operation.Effective management and rational utilization of railway real estate is essential for railway asset operation.Based on ... Railway real estate is the fundamental element of railway transportation production and operation.Effective management and rational utilization of railway real estate is essential for railway asset operation.Based on the investigation of the requirements of railway real estate management and operation,combined with Beidou positioning,GIS(Geographic Information System),multi-source data fusion and other cutting-edge technologies,this paper puts forward the multi-dimensional dynamic statistical method of real estate information,the identification method of railway land occupation and the comprehensive evaluation method of real estate development and utilization potential,and build the railway real estate supervision and operation platform,design the function of the platform,so as to provide intelligent solutions for the railway real estate operation. 展开更多
关键词 RaILWaY Real estate supervision GIS Beidou positioning Multi-sourcedata fusion
下载PDF
TS-Aug架构的半监督自训练情感分类算法
19
作者 郭卡 王芳 《南京师范大学学报(工程技术版)》 CAS 2024年第1期45-52,共8页
网络教学资源的普及使得资源评价的文本数据规模逐步增大.传统的有监督学习文本分类对标注数据的依赖度较高,需要足够的数据量和高质量数据才能得到良好的结果.在网络教学资源的评价文本工作中,由于标注数据难以获取且质量参差不齐,使... 网络教学资源的普及使得资源评价的文本数据规模逐步增大.传统的有监督学习文本分类对标注数据的依赖度较高,需要足够的数据量和高质量数据才能得到良好的结果.在网络教学资源的评价文本工作中,由于标注数据难以获取且质量参差不齐,使得这一任务的难度越来越高.针对这一困难,提出一种TS-Aug半监督自训练方案,通过添加无标签数据并进行伪标签训练,能在强力数据增广的作用下大幅扩充样本集,解决数据增广中的过拟合风险.首先利用标注数据和弱增广策略进行初始化监督训练,然后利用无标注数据和强增广策略进行半监督训练,最后使用标注数据进行微调监督训练.在自建的在线课程评论数据中,能将分类F 1-Score从0.88提升至0.95,表明TS-Aug半监督自训练方案在文本分类任务中具有较好的应用前景. 展开更多
关键词 少样本学习 半监督训练 数据增广 情感分类
下载PDF
Effects of supervised movie appreciation on the improvement of college students’ life meaning sense 被引量:15
20
作者 Xinqiang Wang Dajun Zhang +2 位作者 Jinliang Wang Hui Xu Min Xiao 《Health》 2010年第7期804-810,共7页
The purpose of this study was to explore the effects of supervised movie appreciation on improving the life meaning sense among college students. The intervention combined by “pre-video, post counseling” was conduct... The purpose of this study was to explore the effects of supervised movie appreciation on improving the life meaning sense among college students. The intervention combined by “pre-video, post counseling” was conducted on the experimental group, while the control group received no intervention. Results have shown that the scores on the subscales of will to meaning, life purpose, life control, suffer acceptance and on the total scale have improved significantly. No gender difference was found on the intervention effect, and participants receiving intervention maintained higher level on related subscales a week later, indicating that supervised movie appreciation is an effective way to improve the life meaning sense among college students. 展开更多
关键词 College Students Life MEaNING SENSE supervised MOVIE aPPRECIaTION SUICIDE Prevention MENTaL Health Education
下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部