期刊文献+
共找到662篇文章
< 1 2 34 >
每页显示 20 50 100
Programming for scientific computing on peta-scale heterogeneous parallel systems 被引量:1
1
作者 杨灿群 吴强 +2 位作者 唐滔 王锋 薛京灵 《Journal of Central South University》 SCIE EI CAS 2013年第5期1189-1203,共15页
Peta-scale high-perfomlance computing systems are increasingly built with heterogeneous CPU and GPU nodes to achieve higher power efficiency and computation throughput. While providing unprecedented capabilities to co... Peta-scale high-perfomlance computing systems are increasingly built with heterogeneous CPU and GPU nodes to achieve higher power efficiency and computation throughput. While providing unprecedented capabilities to conduct computational experiments of historic significance, these systems are presently difficult to program. The users, who are domain experts rather than computer experts, prefer to use programming models closer to their domains (e.g., physics and biology) rather than MPI and OpenME This has led the development of domain-specific programming that provides domain-specific programming interfaces but abstracts away some performance-critical architecture details. Based on experience in designing large-scale computing systems, a hybrid programming framework for scientific computing on heterogeneous architectures is proposed in this work. Its design philosophy is to provide a collaborative mechanism for domain experts and computer experts so that both domain-specific knowledge and performance-critical architecture details can be adequately exploited. Two real-world scientific applications have been evaluated on TH-IA, a peta-scale CPU-GPU heterogeneous system that is currently the 5th fastest supercomputer in the world. The experimental results show that the proposed framework is well suited for developing large-scale scientific computing applications on peta-scale heterogeneous CPU/GPU systems. 展开更多
关键词 heterogeneous parallel system programming framework scientific computing GPU computing molecular dynamic
在线阅读 下载PDF
Summary of the Fourth Beijing International Conference on System Simulation and Scientific Computing 被引量:1
2
《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 1999年第4期81-81,共1页
关键词 Simulation Summary of the Fourth Beijing International Conference on System Simulation and scientific computing CASS
在线阅读 下载PDF
Regularized focusing inversion for large-scale gravity data based on GPU parallel computing
3
作者 WANG Haoran DING Yidan +1 位作者 LI Feida LI Jing 《Global Geology》 2019年第3期179-187,共9页
Processing large-scale 3-D gravity data is an important topic in geophysics field. Many existing inversion methods lack the competence of processing massive data and practical application capacity. This study proposes... Processing large-scale 3-D gravity data is an important topic in geophysics field. Many existing inversion methods lack the competence of processing massive data and practical application capacity. This study proposes the application of GPU parallel processing technology to the focusing inversion method, aiming at improving the inversion accuracy while speeding up calculation and reducing the memory consumption, thus obtaining the fast and reliable inversion results for large complex model. In this paper, equivalent storage of geometric trellis is used to calculate the sensitivity matrix, and the inversion is based on GPU parallel computing technology. The parallel computing program that is optimized by reducing data transfer, access restrictions and instruction restrictions as well as latency hiding greatly reduces the memory usage, speeds up the calculation, and makes the fast inversion of large models possible. By comparing and analyzing the computing speed of traditional single thread CPU method and CUDA-based GPU parallel technology, the excellent acceleration performance of GPU parallel computing is verified, which provides ideas for practical application of some theoretical inversion methods restricted by computing speed and computer memory. The model test verifies that the focusing inversion method can overcome the problem of severe skin effect and ambiguity of geological body boundary. Moreover, the increase of the model cells and inversion data can more clearly depict the boundary position of the abnormal body and delineate its specific shape. 展开更多
关键词 large-scale gravity data GPU parallel computing CUDA equivalent geometric TRELLIS FOCUSING INVERSION
在线阅读 下载PDF
Extended Balanced Scheduler with Clustering and Replication for Data Intensive Scientific Workflow Applications in Cloud Computing
4
作者 Satwinder Kaur Mehak Aggarwal 《Journal of Electronic Research and Application》 2018年第3期8-15,共8页
Cloud computing is an advance computing model using which several applications,data and countless IT services are provided over the Internet.Task scheduling plays a crucial role in cloud computing systems.The issue of... Cloud computing is an advance computing model using which several applications,data and countless IT services are provided over the Internet.Task scheduling plays a crucial role in cloud computing systems.The issue of task scheduling can be viewed as the finding or searching an optimal mapping/assignment of set of subtasks of different tasks over the available set of resources so that we can achieve the desired goals for tasks.With the enlargement of users of cloud the tasks need to be scheduled.Cloud’s performance depends on the task scheduling algorithms used.Numerous algorithms have been submitted in the past to solve the task scheduling problem for heterogeneous network of computers.The existing research work proposes different methods for data intensive applications which are energy and deadline aware task scheduling method.As scientific workflow is combination of fine grain and coarse grain task.Every task scheduled to VM has system overhead.If multiple fine grain task are executing in scientific workflow,it increase the scheduling overhead.To overcome the scheduling overhead,multiple small tasks has been combined to large task,which decrease the scheduling overhead and improve the execution time of the workflow.Horizontal clustering has been used to cluster the fine grained task further replication technique has been combined.The proposed scheduling algorithm improves the performance metrics such as execution time and cost.Further this research can be extended with improved clustering technique and replication methods. 展开更多
关键词 scientific WORKFLOW cloud computing REPLICATION CLUSTERING scheduling
在线阅读 下载PDF
A Review and Prospect for Scientific and Engineering Computing in China
5
作者 Yu Dehao(CAS Institute of Computational Mathematics & Scientific/Engineering Computing) 《Bulletin of the Chinese Academy of Sciences》 2002年第1期49-52,共4页
The rise of scientific computing was one of the most important advances in the S&T progress during the second half of the 20th century. Parallel with theoretical exploration and scientific experiments,scientific c... The rise of scientific computing was one of the most important advances in the S&T progress during the second half of the 20th century. Parallel with theoretical exploration and scientific experiments,scientific computing has become the 'third means' for scientific activities in the world today. The article gives a panoramic review of the subject during the past 50 years in China and lists the contributions made by Chinese scientists in this field. In addition, it reveals some key contents of related projects in the national research plan and looks into the development vista for the subject in China at the dawning years of the new century. 展开更多
关键词 PRO A Review and Prospect for scientific and Engineering computing in China
在线阅读 下载PDF
Integrating Conjugate Gradients Into Evolutionary Algorithms for Large-Scale Continuous Multi-Objective Optimization 被引量:6
6
作者 Ye Tian Haowen Chen +3 位作者 Haiping Ma Xingyi Zhang Kay Chen Tan Yaochu Jin 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2022年第10期1801-1817,共17页
Large-scale multi-objective optimization problems(LSMOPs)pose challenges to existing optimizers since a set of well-converged and diverse solutions should be found in huge search spaces.While evolutionary algorithms a... Large-scale multi-objective optimization problems(LSMOPs)pose challenges to existing optimizers since a set of well-converged and diverse solutions should be found in huge search spaces.While evolutionary algorithms are good at solving small-scale multi-objective optimization problems,they are criticized for low efficiency in converging to the optimums of LSMOPs.By contrast,mathematical programming methods offer fast convergence speed on large-scale single-objective optimization problems,but they have difficulties in finding diverse solutions for LSMOPs.Currently,how to integrate evolutionary algorithms with mathematical programming methods to solve LSMOPs remains unexplored.In this paper,a hybrid algorithm is tailored for LSMOPs by coupling differential evolution and a conjugate gradient method.On the one hand,conjugate gradients and differential evolution are used to update different decision variables of a set of solutions,where the former drives the solutions to quickly converge towards the Pareto front and the latter promotes the diversity of the solutions to cover the whole Pareto front.On the other hand,objective decomposition strategy of evolutionary multi-objective optimization is used to differentiate the conjugate gradients of solutions,and the line search strategy of mathematical programming is used to ensure the higher quality of each offspring than its parent.In comparison with state-of-the-art evolutionary algorithms,mathematical programming methods,and hybrid algorithms,the proposed algorithm exhibits better convergence and diversity performance on a variety of benchmark and real-world LSMOPs. 展开更多
关键词 Conjugate gradient differential evolution evolutionary computation large-scale multi-objective optimization mathematical programming
在线阅读 下载PDF
A Distributed Framework for Large-scale Protein-protein Interaction Data Analysis and Prediction Using MapReduce 被引量:3
7
作者 Lun Hu Shicheng Yang +3 位作者 Xin Luo Huaqiang Yuan Khaled Sedraoui MengChu Zhou 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2022年第1期160-172,共13页
Protein-protein interactions are of great significance for human to understand the functional mechanisms of proteins.With the rapid development of high-throughput genomic technologies,massive protein-protein interacti... Protein-protein interactions are of great significance for human to understand the functional mechanisms of proteins.With the rapid development of high-throughput genomic technologies,massive protein-protein interaction(PPI)data have been generated,making it very difficult to analyze them efficiently.To address this problem,this paper presents a distributed framework by reimplementing one of state-of-the-art algorithms,i.e.,CoFex,using MapReduce.To do so,an in-depth analysis of its limitations is conducted from the perspectives of efficiency and memory consumption when applying it for large-scale PPI data analysis and prediction.Respective solutions are then devised to overcome these limitations.In particular,we adopt a novel tree-based data structure to reduce the heavy memory consumption caused by the huge sequence information of proteins.After that,its procedure is modified by following the MapReduce framework to take the prediction task distributively.A series of extensive experiments have been conducted to evaluate the performance of our framework in terms of both efficiency and accuracy.Experimental results well demonstrate that the proposed framework can considerably improve its computational efficiency by more than two orders of magnitude while retaining the same high accuracy. 展开更多
关键词 Distributed computing large-scale prediction machine learning MAPREDUCE protein-protein interaction(PPI)
在线阅读 下载PDF
An Advanced Analysis of Cloud Computing Concepts Based on the Computer Science Ontology 被引量:2
8
作者 PawełLula Octavian Dospinescu +1 位作者 Daniel Homocianu Napoleon-Alexandru Sireteanu 《Computers, Materials & Continua》 SCIE EI 2021年第3期2425-2443,共19页
Our primary research hypothesis stands on a simple idea:The evolution of top-rated publications on a particular theme depends heavily on the progress and maturity of related topics.And this even when there are no clea... Our primary research hypothesis stands on a simple idea:The evolution of top-rated publications on a particular theme depends heavily on the progress and maturity of related topics.And this even when there are no clear relations or some concepts appear to cease to exist and leave place for newer ones starting many years ago.We implemented our model based on Computer Science Ontology(CSO)and analyzed 44 years of publications.Then we derived the most important concepts related to Cloud Computing(CC)from the scientific collection offered by Clarivate Analytics.Our methodology includes data extraction using advanced web crawling techniques,data preparation,statistical data analysis,and graphical representations.We obtained related concepts after aggregating the scores using the Jaccard coefficient and CSO Ontology.Our article reveals the contribution of Cloud Computing topics in research papers in leading scientific journals and the relationships between the field of Cloud Computing and the interdependent subdivisions identified in the broader framework of Computer Science. 展开更多
关键词 Cloud computing scientific literature cloud related concepts CSO ontology
在线阅读 下载PDF
Improved Harris Hawks Optimization Algorithm Based Data Placement Strategy for Integrated Cloud and Edge Computing
9
作者 V.Nivethitha G.Aghila 《Intelligent Automation & Soft Computing》 SCIE 2023年第7期887-904,共18页
Cloud computing is considered to facilitate a more cost-effective way to deploy scientific workflows.The individual tasks of a scientific work-flow necessitate a diversified number of large states that are spatially l... Cloud computing is considered to facilitate a more cost-effective way to deploy scientific workflows.The individual tasks of a scientific work-flow necessitate a diversified number of large states that are spatially located in different datacenters,thereby resulting in huge delays during data transmis-sion.Edge computing minimizes the delays in data transmission and supports the fixed storage strategy for scientific workflow private datasets.Therefore,this fixed storage strategy creates huge amount of bottleneck in its storage capacity.At this juncture,integrating the merits of cloud computing and edge computing during the process of rationalizing the data placement of scientific workflows and optimizing the energy and time incurred in data transmission across different datacentres remains a challenge.In this paper,Adaptive Cooperative Foraging and Dispersed Foraging Strategies-Improved Harris Hawks Optimization Algorithm(ACF-DFS-HHOA)is proposed for optimizing the energy and data transmission time in the event of placing data for a specific scientific workflow.This ACF-DFS-HHOA considered the factors influencing transmission delay and energy consumption of data centers into account during the process of rationalizing the data placement of scientific workflows.The adaptive cooperative and dispersed foraging strategy is included in HHOA to guide the position updates that improve population diversity and effectively prevent the algorithm from being trapped into local optimality points.The experimental results of ACF-DFS-HHOA confirmed its predominance in minimizing energy and data transmission time incurred during workflow execution. 展开更多
关键词 Edge computing cloud computing scientific workflow data placement energy of datacenters data transmission time
在线阅读 下载PDF
Opening and Sharing of Large-scale Instruments and Equipment in Agricultural Research Institutes:A Case Study of Environment and Plant Protection Institute of Chinese Academy of Tropical Agricultural Sciences
10
作者 Yanmei CUI Xiaoqiang CHU +3 位作者 Huaping HUANG Xinchun ZHANG Ye LI Shuchang WANG 《Asian Agricultural Research》 2020年第12期6-11,共6页
The article introduces the main practices and achievements of the Environment and Plant Protection Institute of Chinese Academy of Tropical Agricultural Sciences in promoting the sharing of large-scale instruments and... The article introduces the main practices and achievements of the Environment and Plant Protection Institute of Chinese Academy of Tropical Agricultural Sciences in promoting the sharing of large-scale instruments and equipment in recent years,analyzes the existing problems in the management system,management team,assessment incentives and maintenance guarantee,and proposes improvement measures and suggestions from aspects of improving the sharing management system,strengthening management team building,strengthening sharing assessment and incentives,improving maintenance capabilities and expanding external publicity,to further improve the sharing management of large-scale instruments and equipment. 展开更多
关键词 Agricultural scientific research institution large-scale instrument and equipment Opening and sharing Existing problem SUGGESTION
在线阅读 下载PDF
Automated regression test method for scientific computing libraries:Illustration with SPHinXsys
11
作者 Bo Zhang Chi Zhang Xiangyu Hu 《Journal of Hydrodynamics》 SCIE EI CSCD 2024年第3期466-478,共13页
Scientific computing libraries,whether in-house or open-source,have witnessed enormous progress in both engineering and scientific research.Therefore,it is important to ensure that modifications to the source code,pro... Scientific computing libraries,whether in-house or open-source,have witnessed enormous progress in both engineering and scientific research.Therefore,it is important to ensure that modifications to the source code,prompted by bug fixing or new feature development,do not compromise the accuracy and functionality that have been already validated and verified.This paper introduces a method for establishing and implementing an automatic regression test environment,using the open-source multi-physics library SPHinXsys as an illustrative example.Initially,a reference database for each benchmark test is generated from observed data across multiple executions.This comprehensive database encapsulates the maximum variation range of metrics for different strategies,including the time-averaged,ensemble-averaged,and dynamic time warping methods.It accounts for uncertainties arising from parallel computing,particle relaxation,physical instabilities,and more.Subsequently,new results obtained after source code modifications undergo testing based on a curve-similarity comparison against the reference database.Whenever the source code is updated,the regression test is automatically executed for all test cases,providing a comprehensive assessment of the validity of the current results.This regression test environment has been successfully implemented in all dynamic test cases within SPHinXsys,including fluid dynamics,solid mechanics,fluid-structure interaction,thermal and mass diffusion,reaction-diffusion,and their multi-physics couplings,and demonstrates robust capabilities in testing different problems.It is noted that while the current test environment is built and implemented for a particular scientific computing library,its underlying principles are generic and can be easily adapted for use with other libraries,achieving equal effectiveness. 展开更多
关键词 scientific computing open-source library verification and validation regression test automatic test environment curve similarity comparison smoothed particle hydrodynamics
原文传递
全球脑机接口科学研究竞争与合作态势分析
12
作者 陈娟 龙俊羽 +1 位作者 潘黎姿 欧阳昭连 《中国医疗设备》 2025年第3期1-7,共7页
目的通过分析全球脑机接口领域的科研竞争与合作态势为相关从业者提供参考。方法在Web of Science核心集合中检索脑机接口相关论文,采用文献计量学分析法和社会网络分析法对全球脑机接口科学研究竞争与合作态势进行分析,识别该领域的领... 目的通过分析全球脑机接口领域的科研竞争与合作态势为相关从业者提供参考。方法在Web of Science核心集合中检索脑机接口相关论文,采用文献计量学分析法和社会网络分析法对全球脑机接口科学研究竞争与合作态势进行分析,识别该领域的领先国家、机构和研究者。结果1990—2023年,全球脑机接口领域SCI论文共计产出9037篇,其中2014—2023年产出占78.9%,十年复合增长率达13.7%。中美两国的发文量居全球第一梯队,相较之下中国起步晚但增长快,2023年的发文量达美国的3倍。合作方面,美国无论是合作对象(64个)还是合作次数(1507次)均高于中国。其他国家则以德国(968篇)和英国(725篇)的发文量相对突出。从机构和研究者来看,德国图宾根大学和奥地利格拉茨大学是脑机接口研究的早期引领者,但近几年论文产出明显减少。相比之下,中国清华大学高小榕、中国科学院王毅军、天津大学明东、华东理工大学金晶和华南理工大学李远清等研究者则在近几年产出了较多论文。结论脑机接口领域在近十余年快速发展,中美两国在全球竞争与合作中处于领先地位,美国起步较早但近几年增速减缓,中国起步较晚但近几年增速较快,其中尤以中国科学院、清华大学、天津大学等机构表现最为突出。 展开更多
关键词 脑机接口 科技情报 国际合作 科学研究 社会网络分析
在线阅读 下载PDF
成果导向下计算机教育的前瞻性、科学性与可行性研究
13
作者 覃晓群 陈晔 《计算机应用文摘》 2025年第2期35-40,共6页
随着信息技术的快速发展,计算机教育在培养未来人才中发挥着至关重要的作用。作为一种现代教育理念,成果导向教育(Outcome-Based Education,OBE)强调以学生的学习成果为核心目标,为计算机教育提供了全新的视角。文章从前瞻性、科学性和... 随着信息技术的快速发展,计算机教育在培养未来人才中发挥着至关重要的作用。作为一种现代教育理念,成果导向教育(Outcome-Based Education,OBE)强调以学生的学习成果为核心目标,为计算机教育提供了全新的视角。文章从前瞻性、科学性和可行性3个维度,探讨了成果导向教育在计算机教育中的实施策略,旨在为计算机教育的改革与发展提供理论指导和实践参考。 展开更多
关键词 成果导向教育 计算机教育 前瞻性 科学性 可行性
在线阅读 下载PDF
基于MWORKS的科学计算与可视化课程教学案例设计——以数独图像识别与求解为例
14
作者 张永飞 曲英勃 +1 位作者 张莉 刘芳 《软件导刊》 2025年第1期176-182,共7页
科学计算与可视化是科学研究的支撑技术,而案例化教学是重要的教学手段。在对基于MWORKS的科学计算与可视化课程教学案例设计理念简介的基础上,重点介绍数独图像识别与求解这一典型案例。综合应用数字图像处理课程中的图像矫正、分割等... 科学计算与可视化是科学研究的支撑技术,而案例化教学是重要的教学手段。在对基于MWORKS的科学计算与可视化课程教学案例设计理念简介的基础上,重点介绍数独图像识别与求解这一典型案例。综合应用数字图像处理课程中的图像矫正、分割等图像预处理知识,机器学习导论课程中的分类器、深度学习等知识,算法设计与分析课程中的回溯和剪枝优化等算法,以及MWORKS的科学计算与可视化工具,实现图像预处理、(手写或标准)数字识别、数独求解和可视化展示等整个系统流程,强化了学生综合运用所学知识思考和解决实际问题的系统化实践能力,取得了较好的教学效果,同时具有良好的示范应用价值。 展开更多
关键词 科学计算与可视化 MWORKS平台 系统化实践 数独图像识别与求解
在线阅读 下载PDF
计算机专业研究生科技论文写作课程改革探索与实践
15
作者 马霄 黎欣雨 +2 位作者 文轩 韩星瑀 曾江峰 《高教学刊》 2025年第4期134-137,142,共5页
科技论文写作是培养研究生创新精神与实践能力的重要课程。然而,当前计算机专业研究生科技论文写作课程存在着教学形式单一、课程内容缺乏针对性以及考核方式固化等问题。该文在分析计算机专业研究生科技论文写作课程现状、课程改革意... 科技论文写作是培养研究生创新精神与实践能力的重要课程。然而,当前计算机专业研究生科技论文写作课程存在着教学形式单一、课程内容缺乏针对性以及考核方式固化等问题。该文在分析计算机专业研究生科技论文写作课程现状、课程改革意义与必要性的基础上,对课程改革方式进行初步探索与实践,包括课堂教学方式改革,教学内容改革及评价方式改革,以期进一步提升面向计算机专业研究生的科技论文写作课程的教学成效,提高研究生培养质量,为国家培养创新型人才奠定重要基础。 展开更多
关键词 科技论文写作 计算机专业 研究生 课程改革 人才培养
在线阅读 下载PDF
High-throughput computational screening of Cu-MOFs with open metal sites for efficient C_2H_2/C_2H_4 separation 被引量:6
16
作者 Lei Liu Lei Wang +2 位作者 Dahuan Liu Qingyuan Yang Chongli Zhong 《Green Energy & Environment》 SCIE CSCD 2020年第3期333-340,共8页
Cost effective separation of acetylene(C_2H_2)and ethylene(C_2H_4)is of key importance to obtain essential chemical raw materials for polymer industry.Due to the low compression limit of C_2H_2,there is an urgent dema... Cost effective separation of acetylene(C_2H_2)and ethylene(C_2H_4)is of key importance to obtain essential chemical raw materials for polymer industry.Due to the low compression limit of C_2H_2,there is an urgent demand to develop suitable materials for efficiently separating the two gases under ambient conditions.In this paper,we provided a high-throughput screening strategy to study porous metal-organic frameworks(MOFs)containing open metal sites(OMS)for C_2H_2/C_2H_4 separation,followed by a rational design of novel MOFs in-silico.A set of accurate force fields was established from ab initio calculations to describe the critical role of OMS towards vip molecules.From a large-scale computational screening of 916 experimental Cu-paddlewheel-based MOFs,three materials were identified with excellent separation performance.The structure-performance relationships revealed that the optimal materials should have the largest cavity diameter around 5-10?and pore volume in-between 0.3-1.0 cm^3 g^(-1).Based on the systematic screening study result,three novel MOFs were further designed with the incorporation of fluorine functional group.The results showed that Cu-OMS and the-F group on the aromatic rings close to Cu sites could generate a synergistic effect on the preferential adsorption of C_2H_2 over C_2H_4,leading to a remarkable improvement of C_2H_2 separation performance of the materials.The findings could provide insight for future experimental design and synthesis of high-performance nanostructured materials for C_2H_2/C_2H_4 separation. 展开更多
关键词 Acetylene and ethylene Metal-organic frameworks Open metal sites large-scale computation Materials design
在线阅读 下载PDF
Modeling and scientific computing for the transmission dynamics of Avian influenza with half-saturated incidence 被引量:1
17
作者 Muhammad Altaf Khan Saif Ullah +1 位作者 Yasir Khan Muhammad Farhan 《International Journal of Modeling, Simulation, and Scientific Computing》 EI 2020年第4期1-31,共31页
This paper presents the mathematical analysis of the dynamical system for avian influenza.The proposed model considers a nonlinear dynamical model of birds and human.The half-saturated incidence rate is used for the t... This paper presents the mathematical analysis of the dynamical system for avian influenza.The proposed model considers a nonlinear dynamical model of birds and human.The half-saturated incidence rate is used for the transmission of avian influenza infection.Rigorous mathematical results are presented for the proposed models.The local and global dynamics of each model are presented and proven that when R0<1,then the disease-free equilibrium of each model is stable both locally and globally,and when R0>1,then the endemic equilibrium is stable both locally and globally.The numerical results obtained for the proposed model shows that influenza could be eliminated from the community if the threshold is not greater than unity. 展开更多
关键词 Avian influenza half-saturated incidence rate scientific computing stability analysis numerical results.
原文传递
Artificial intelligence ecosystem for computational psychiatry:Ideas to practice
18
作者 Xin-Qiao Liu Xin-Yu Ji +1 位作者 Xing Weng Yi-Fan Zhang 《World Journal of Meta-Analysis》 2023年第4期79-91,共13页
Computational psychiatry is an emerging field that not only explores the biological basis of mental illness but also considers the diagnoses and identifies the underlying mechanisms.One of the key strengths of computa... Computational psychiatry is an emerging field that not only explores the biological basis of mental illness but also considers the diagnoses and identifies the underlying mechanisms.One of the key strengths of computational psychiatry is that it may identify patterns in large datasets that are not easily identifiable.This may help researchers develop more effective treatments and interventions for mental health problems.This paper is a narrative review that reviews the literature and produces an artificial intelligence ecosystem for computational psychiatry.The artificial intelligence ecosystem for computational psychiatry includes data acquisition,preparation,modeling,application,and evaluation.This approach allows researchers to integrate data from a variety of sources,such as brain imaging,genetics,and behavioral experiments,to obtain a more complete understanding of mental health conditions.Through the process of data preprocessing,training,and testing,the data that are required for model building can be prepared.By using machine learning,neural networks,artificial intelligence,and other methods,researchers have been able to develop diagnostic tools that can accurately identify mental health conditions based on a patient’s symptoms and other factors.Despite the continuous development and breakthrough of computational psychiatry,it has not yet influenced routine clinical practice and still faces many challenges,such as data availability and quality,biological risks,equity,and data protection.As we move progress in this field,it is vital to ensure that computational psychiatry remains accessible and inclusive so that all researchers may contribute to this significant and exciting field. 展开更多
关键词 computational psychiatry Big data Artificial intelligence Medical ethics large-scale online data
在线阅读 下载PDF
基于智能物联网技术的高校实验室信息管理系统研究 被引量:4
19
作者 丁锰 赵东越 +1 位作者 严展 陈泷 《实验与分析》 2024年第2期79-82,共4页
本论文旨在探讨智能物联网技术在提升高校实验室信息管理系统(LIMS)方面的可用性问题。论文分析了现行LIMS的局限性,提出了物联网技术在提高管理效率和安全性方面可能出现的应用模式。此外,研究还通过对国内外LIMS发展过程进行比较,提... 本论文旨在探讨智能物联网技术在提升高校实验室信息管理系统(LIMS)方面的可用性问题。论文分析了现行LIMS的局限性,提出了物联网技术在提高管理效率和安全性方面可能出现的应用模式。此外,研究还通过对国内外LIMS发展过程进行比较,提出了云计算、人工智能等技术的集成解决方案和建议,并总结了物联网技术对于促进高校科研和教学创新的重要作用。 展开更多
关键词 智能物联网 实验室信息管理系统 云计算 教学管理
在线阅读 下载PDF
福建省计算机及办公设备制造业科技创新能力评价
20
作者 苏绍玉 郑丽霞 林静静 《科技和产业》 2024年第4期172-176,共5页
数字经济上升为国家战略背景下,作为其核心产业之一的计算机及办公设备制造业发展也备受关注。构建计算机及办公设备制造业科技创新能力评价指标体系,运用模糊综合评价方法,对10个省份计算机及办公设备制造业科技创新能力进行评价分析,... 数字经济上升为国家战略背景下,作为其核心产业之一的计算机及办公设备制造业发展也备受关注。构建计算机及办公设备制造业科技创新能力评价指标体系,运用模糊综合评价方法,对10个省份计算机及办公设备制造业科技创新能力进行评价分析,并提出福建发展计算机及办公设备制造业相应建议。 展开更多
关键词 计算机及办公设备制造业 科技创新能力 福建 评价
在线阅读 下载PDF
上一页 1 2 34 下一页 到第
使用帮助 返回顶部