期刊文献+
共找到213篇文章
< 1 2 11 >
每页显示 20 50 100
Grammar Model Based on Lexical Substring Extraction for RNA Secondary Structure Prediction
1
作者 唐四薪 谭晓兰 周勇 《Agricultural Science & Technology》 CAS 2012年第4期704-707,745,共5页
[Objective] To examine the grammar model based on lexical substring exac- tion for RNA secondary structure prediction. [Method] By introducing cloud model into stochastic grammar model, a machine learning algorithm su... [Objective] To examine the grammar model based on lexical substring exac- tion for RNA secondary structure prediction. [Method] By introducing cloud model into stochastic grammar model, a machine learning algorithm suitable for the lexicalized stochastic grammar model was proposed. The word grid mode was used to extract and divide RNA sequence to acquire lexical substring, and the cloud classifier was used to search the maximum probability of each lemma which was marked as a certain sec- ondary structure type. Then, the lemma information was introduced into the training stochastic grammar process as prior information, realizing the prediction on the sec- ondary structure of RNA, and the method was tested by experiment. [Result] The experimental results showed that the prediction accuracy and searching speed of stochastic grammar cloud model were significantly improved from the prediction with simple stochastic grammar. [Conclusion] This study laid the foundation for the wide application of stochastic grammar model for RNA secondary structure prediction. 展开更多
关键词 RNA secondary structure Stochastic grammar Lexicalize structure prediction
下载PDF
Neural Network Based on GA-BP Algorithm and its Application in the Protein Secondary Structure Prediction 被引量:8
2
作者 YANG Yang LI Kai-yang 《Chinese Journal of Biomedical Engineering(English Edition)》 2006年第1期1-9,共9页
The advantages and disadvantages of genetic algorithm and BP algorithm are introduced. A neural network based on GA-BP algorithm is proposed and applied in the prediction of protein secondary structure, which combines... The advantages and disadvantages of genetic algorithm and BP algorithm are introduced. A neural network based on GA-BP algorithm is proposed and applied in the prediction of protein secondary structure, which combines the advantages of BP and GA. The prediction and training on the neural network are made respectively based on 4 structure classifications of protein so as to get higher rate of predication---the highest prediction rate 75.65%,the average prediction rate 65.04%. 展开更多
关键词 BP ALGORITHM GENETIC algorithm NEURAL network structure classification Protein secondary structure prediction
下载PDF
Protein Secondary Structure Prediction with Dynamic Self-Adaptation Combination Strategy Based on Entropy 被引量:1
3
作者 Yuehan Du Ruoyu Zhang +4 位作者 Xu Zhang Antai Ouyang Xiaodong Zhang Jinyong Cheng Wenpeng Lu 《Journal of Quantum Computing》 2019年第1期21-28,共8页
The algorithm based on combination learning usually is superior to a singleclassification algorithm on the task of protein secondary structure prediction. However,the assignment of the weight of the base classifier us... The algorithm based on combination learning usually is superior to a singleclassification algorithm on the task of protein secondary structure prediction. However,the assignment of the weight of the base classifier usually lacks decision-makingevidence. In this paper, we propose a protein secondary structure prediction method withdynamic self-adaptation combination strategy based on entropy, where the weights areassigned according to the entropy of posterior probabilities outputted by base classifiers.The higher entropy value means a lower weight for the base classifier. The final structureprediction is decided by the weighted combination of posterior probabilities. Extensiveexperiments on CB513 dataset demonstrates that the proposed method outperforms theexisting methods, which can effectively improve the prediction performance. 展开更多
关键词 Multi-classifier combination ENTROPY protein secondary structure prediction dynamic self-adaptation
下载PDF
A Deep Learning Approach for Prediction of Protein Secondary Structure
4
作者 Muhammad Zubair Muhammad Kashif Hanif +4 位作者 Eatedal Alabdulkreem Yazeed Ghadi Muhammad Irfan Khan Muhammad Umer Sarwar Ayesha Hanif 《Computers, Materials & Continua》 SCIE EI 2022年第8期3705-3718,共14页
The secondary structure of a protein is critical for establishing a link between the protein primary and tertiary structures.For this reason,it is important to design methods for accurate protein secondary structure p... The secondary structure of a protein is critical for establishing a link between the protein primary and tertiary structures.For this reason,it is important to design methods for accurate protein secondary structure prediction.Most of the existing computational techniques for protein structural and functional prediction are based onmachine learning with shallowframeworks.Different deep learning architectures have already been applied to tackle protein secondary structure prediction problem.In this study,deep learning based models,i.e.,convolutional neural network and long short-term memory for protein secondary structure prediction were proposed.The input to proposed models is amino acid sequences which were derived from CulledPDB dataset.Hyperparameter tuning with cross validation was employed to attain best parameters for the proposed models.The proposed models enables effective processing of amino acids and attain approximately 87.05%and 87.47%Q3 accuracy of protein secondary structure prediction for convolutional neural network and long short-term memory models,respectively. 展开更多
关键词 Convolutional neural network machine learning protein secondary structure deep learning long short-term memory protein secondary structure prediction
下载PDF
Improving RNA secondary structure prediction using direct coupling analysis
5
作者 Xiaoling He Jun Wang +1 位作者 Jian Wang Yi Xiao 《Chinese Physics B》 SCIE EI CAS CSCD 2020年第7期104-110,共7页
Secondary structures of RNAs are the basis of understanding their tertiary structures and functions and so their predictions are widely needed due to increasing discovery of noncoding RNAs.In the last decades,a lot of... Secondary structures of RNAs are the basis of understanding their tertiary structures and functions and so their predictions are widely needed due to increasing discovery of noncoding RNAs.In the last decades,a lot of methods have been proposed to predict RNA secondary structures but their accuracies encountered bottleneck.Here we present a method for RNA secondary structure prediction using direct coupling analysis and a remove-and-expand algorithm that shows better performance than four existing popular multiple-sequence methods.We further show that the results can also be used to improve the prediction accuracy of the single-sequence methods. 展开更多
关键词 RNA secondary structure structure prediction direct coupling analysis
下载PDF
Ensemble Machine Learning to Enhance Q8 Protein Secondary Structure Prediction
6
作者 Moheb R.Girgis Rofida M.Gamal Enas Elgeldawi 《Computers, Materials & Continua》 SCIE EI 2022年第11期3951-3967,共17页
Protein structure prediction is one of the most essential objectives practiced by theoretical chemistry and bioinformatics as it is of a vital importance in medicine,biotechnology and more.Protein secondary structure ... Protein structure prediction is one of the most essential objectives practiced by theoretical chemistry and bioinformatics as it is of a vital importance in medicine,biotechnology and more.Protein secondary structure prediction(PSSP)has a significant role in the prediction of protein tertiary structure,as it bridges the gap between the protein primary sequences and tertiary structure prediction.Protein secondary structures are classified into two categories:3-state category and 8-state category.Predicting the 3 states and the 8 states of secondary structures from protein sequences are called the Q3 prediction and the Q8 prediction problems,respectively.The 8 classes of secondary structures reveal more precise structural information for a variety of applications than the 3 classes of secondary structures,however,Q8 prediction has been found to be very challenging,that is why all previous work done in PSSP have focused on Q3 prediction.In this paper,we develop an ensemble Machine Learning(ML)approach for Q8 PSSP to explore the performance of ensemble learning algorithms compared to that of individual ML algorithms in Q8 PSSP.The ensemble members considered for constructing the ensemble models are well known classifiers,namely SVM(Support Vector Machines),KNN(K-Nearest Neighbor),DT(Decision Tree),RF(Random Forest),and NB(Naïve Bayes),with two feature extraction techniques,namely LDA(Linear Discriminate Analysis)and PCA(Principal Component Analysis).Experiments have been conducted for evaluating the performance of single models and ensemble models,with PCA and LDA,in Q8 PSSP.The novelty of this paper lies in the introduction of ensemble learning in Q8 PSSP problem.The experimental results confirmed that ensemble ML models are more accurate than individual ML models.They also indicated that features extracted by LDA are more effective than those extracted by PCA. 展开更多
关键词 Protein secondary structure prediction(PSSP) Q3 prediction Q8 prediction ensemble machine leaning BOOSTING BAGGING
下载PDF
THE ARCHITECTURE OF A SPECIFIC CHIP FOR RNA SECONDARY STRUCTURE PREDICTION
7
作者 LiuXinchun ZhangPeiheng SunNinghui 《Journal of Electronics(China)》 2005年第3期281-287,共7页
The architecture of a BioAccel (internal code) chip for RNA secondary structure prediction is described in the letter. The system is based on a BioBus (internal code), whose distinguishing features are: Two separated ... The architecture of a BioAccel (internal code) chip for RNA secondary structure prediction is described in the letter. The system is based on a BioBus (internal code), whose distinguishing features are: Two separated control and data channels, and a slave-associated arbitration scheme. Two reference systems based on the AMBA AHB bus and Coreconnect bus are introduced to evaluate the performance of the system. The simulation results are attractive. The average communication bandwidth of the chip is increased at severalfold, and the read and write latencies are reduced about 40 percent. 展开更多
关键词 RNA secondary structure prediction BioAccel chip BioBus
下载PDF
IMPROVED METHOD FOR RNA SECONDARY STRUCTURE PREDICTION'
8
作者 Xue Mei YUAN Yu LUO Lu Hua LAI Xiao Jie XU Institute of Physical Chemistry,Peking University,Beijing 100871 《Chinese Chemical Letters》 SCIE CAS CSCD 1993年第8期737-740,共4页
A simple stepwise folding process has been developed to simulate RNA secondary structure formation.Modifications for the energy parameters of various loops were included in the program.Five possible types of pseudokno... A simple stepwise folding process has been developed to simulate RNA secondary structure formation.Modifications for the energy parameters of various loops were included in the program.Five possible types of pseudoknots including the well known H-type pseudoknot were permitted to occur if reasonable.We have applied this approach to e number of RNA sequences.The prediction accuracies we obtained were higher than those in published papers. 展开更多
关键词 RNA IMPROVED METHOD FOR RNA secondary structure prediction 吐司
下载PDF
RNA structure prediction:Progress and perspective 被引量:1
9
作者 时亚洲 吴园燕 +1 位作者 王凤华 谭志杰 《Chinese Physics B》 SCIE EI CAS CSCD 2014年第7期88-97,共10页
Many recent exciting discoveries have revealed the versatility of RNAs and their importance in a variety of cellular functions which are strongly coupled to RNA structures. To understand the functions of RNAs, some st... Many recent exciting discoveries have revealed the versatility of RNAs and their importance in a variety of cellular functions which are strongly coupled to RNA structures. To understand the functions of RNAs, some structure prediction models have been developed in recent years. In this review, the progress in computational models for RNA structure prediction is introduced and the distinguishing features of many outstanding algorithms are discussed, emphasizing three- dimensional (3D) structure prediction. A promising coarse-grained model for predicting RNA 3D structure, stability and salt effect is also introduced briefly. Finally, we discuss the major challenges in the RNA 3D structure modeling. 展开更多
关键词 RNA structure prediction secondary structure three-dimensional (3D) structure coarse-grainedmodel
下载PDF
Using Neural Networks to Predict Secondary Structure for Protein Folding 被引量:1
10
作者 Ali Abdulhafidh Ibrahim Ibrahim Sabah Yasseen 《Journal of Computer and Communications》 2017年第1期1-8,共8页
Protein Secondary Structure Prediction (PSSP) is considered as one of the major challenging tasks in bioinformatics, so many solutions have been proposed to solve that problem via trying to achieve more accurate predi... Protein Secondary Structure Prediction (PSSP) is considered as one of the major challenging tasks in bioinformatics, so many solutions have been proposed to solve that problem via trying to achieve more accurate prediction results. The goal of this paper is to develop and implement an intelligent based system to predict secondary structure of a protein from its primary amino acid sequence by using five models of Neural Network (NN). These models are Feed Forward Neural Network (FNN), Learning Vector Quantization (LVQ), Probabilistic Neural Network (PNN), Convolutional Neural Network (CNN), and CNN Fine Tuning for PSSP. To evaluate our approaches two datasets have been used. The first one contains 114 protein samples, and the second one contains 1845 protein samples. 展开更多
关键词 Protein secondary structure prediction (PSSP) NEURAL NETWORK (NN) Α-HELIX (H) Β-SHEET (E) Coil (C) Feed Forward NEURAL NETWORK (FNN) Learning Vector Quantization (LVQ) Probabilistic NEURAL NETWORK (PNN) Convolutional NEURAL NETWORK (CNN)
下载PDF
Evaluating Performance of Different RNA Secondary Structure Prediction Programs Using Self-cleaving Ribozymes
11
作者 Fei Qi Junjie Chen +4 位作者 Yue Chen Jianfeng Sun Yiting Lin Zipeng Chen Philipp Kapranov 《Genomics, Proteomics & Bioinformatics》 SCIE CAS CSCD 2024年第3期29-41,共13页
Accurate identification of the correct,biologically relevant RNA structures is critical to understanding various aspects of RNA biology since proper folding represents the key to the functionality of all types of RNA ... Accurate identification of the correct,biologically relevant RNA structures is critical to understanding various aspects of RNA biology since proper folding represents the key to the functionality of all types of RNA molecules and plays pivotal roles in many essential biological processes.Thus,a plethora of approaches have been developed to predict,identify,or solve RNA structures based on various computational,molecular,genetic,chemical,or physicochemical strategies.Purely computational approaches hold distinct advantages over all other strategies in terms of the ease of implementation,time,speed,cost,and throughput,but they strongly underperform in terms of accuracy that significantly limits their broader application.Nonetheless,the advantages of these methods led to a steady development of multiple in silico RNA secondary structure prediction approaches including recent deep learning-based programs.Here,we compared the accuracy of predictions of biologically relevant secondary structures of dozens of self-cleaving ribozyme sequences using seven in silico RNA folding prediction tools with tasks of varying complexity.We found that while many programs performed well in relatively simple tasks,their performance varied significantly in more complex RNA folding problems.However,in general,a modern deep learning method outperformed the other programs in the complex tasks in predicting the RNA secondary structures,at least based on the specific class of sequences tested,suggesting that it may represent the future of RNA structure prediction algorithms. 展开更多
关键词 RNA secondary structure RNA secondary structure prediction RIBOZYME Deep learning PSEUDOKNOT
原文传递
Functional structures and folding dynamics of two peptides
12
作者 盛乐标 李菁 +1 位作者 马保亮 王炜 《Chinese Physics B》 SCIE EI CAS CSCD 2005年第11期2365-2369,共5页
The folding dynamics and structural characteristics of peptides RTKAWNRQLYPEW (P1) and RTKQLYPEW (P2) are investigated by using all-atomic simulation procedure CHARMM in this work. The results show that P1, a segm... The folding dynamics and structural characteristics of peptides RTKAWNRQLYPEW (P1) and RTKQLYPEW (P2) are investigated by using all-atomic simulation procedure CHARMM in this work. The results show that P1, a segment of an antigen, has a folding motif of α-helix, whereas P2, which is derived by deleting four residues AWNR from peptide P1, prevents the formation of helix and presents a β-strand. And peptlde P1 experiences a more rugged energy landscape than peptide P2. From our results, it is inferred that the antibody CD8 cytolytic T lymphocyte prefers an antigen with a β-folding structure to that with an α-helical one. 展开更多
关键词 peptide folding molecular dynamics protein secondary structure prediction
下载PDF
基于二维相关红外光谱对pH值影响大豆分离蛋白二级结构含量的快速分析
13
作者 刘畅 吴丹丹 +4 位作者 王宁 王睿莹 王立琦 刘峰 于殿宇 《食品科学》 EI CAS CSCD 北大核心 2024年第17期26-34,共9页
为满足不同种类食品对大豆分离蛋白(soybean protein isolate,SPI)不同功能性的需求,本研究利用红外光谱快速采集70组不同pH值处理后SPI的数据,探讨pH值变化对SPI结构含量的影响。使用均值中心化、多元散射校正、标准正态变量变换和归... 为满足不同种类食品对大豆分离蛋白(soybean protein isolate,SPI)不同功能性的需求,本研究利用红外光谱快速采集70组不同pH值处理后SPI的数据,探讨pH值变化对SPI结构含量的影响。使用均值中心化、多元散射校正、标准正态变量变换和归一化算法对红外光谱数据进行预处理,基于二维相关红外光谱提取特征波段,再利用偏最小二乘(partial least square,PLS)法和算术优化算法-随机森林(arithmetic optimization algorithm-random forests,AOA-RF)建立不同pH值条件下SPI结构及含量的预测模型。结果表明,经均值中心化和多元散射校正结合处理后,α-螺旋、β-折叠、β-转角和无规卷曲模型的相对标准偏差分别为1.29%、1.60%、1.37%、7.28%,两者结合对光谱数据的预处理效果最佳。预测α-螺旋和β-折叠含量最优模型为AOA-RF(特征波段),校正集决定系数为0.9350和0.9266,预测集决定系数为0.8568和0.8701;预测β-转角和无规卷曲含量最优模型为PLS(特征波段),校正集决定系数为0.9154和0.8817,预测集决定系数为0.8913和0.7843。本研究结果可为工业生产过程中产品质量快速检测和工艺条件控制提供理论支撑。 展开更多
关键词 二维相关红外光谱 大豆分离蛋白 二级结构 PH值变化 预测模型 快速分析
下载PDF
Prediction and differential analysis of RNA secondary structure 被引量:1
14
作者 Bo Yu Yao Lu +1 位作者 Qiangfeng Cliff Zhang Lin Hou 《Quantitative Biology》 CAS CSCD 2020年第2期109-118,共10页
Background:RNA structure is the crucial basis for RNA function in various cellular processes.Over the last decade,high throughput structure profiling(SP)experiments have brought enormous insight into RNA secondary str... Background:RNA structure is the crucial basis for RNA function in various cellular processes.Over the last decade,high throughput structure profiling(SP)experiments have brought enormous insight into RNA secondary structure.Results:In this review,we first provide an overview of approaches for RNA secondary structure prediction,including free energy-based algorithms and comparative sequence analysis.Then we introduce SP technologies,databases to document SP data,and pipelines/algorithms to normalize and interpret SP data.Computational frameworks that incorporate SP data in RNA secondary structure prediction are also presented.Conclusions:We finally discuss potential directions for improvement in the prediction and differential analysis of RNA secondary structure. 展开更多
关键词 RNA secondary structure prediction differential analysis structure profiling
原文传递
A seqlet-based maximum entropy Markov approach for protein secondary structure prediction
15
作者 DONG Qiwen WANG Xiaolong LIN Lei GUAN Yi 《Science China(Life Sciences)》 SCIE CAS 2005年第4期394-405,共12页
A novel method for predicting the secondary structures of proteins from amino acid sequence has been presented. The protein secondary structure seqlets that are analogous to the words in natural language have been ext... A novel method for predicting the secondary structures of proteins from amino acid sequence has been presented. The protein secondary structure seqlets that are analogous to the words in natural language have been extracted. These seqlets will capture the relationship be-tween amino acid sequence and the secondary structures of proteins and further form the protein secondary structure dictionary. To be elaborate, the dictionary is organism-specific. Protein sec-ondary structure prediction is formulated as an integrated word segmentation and part of speech tagging problem. The word-lattice is used to represent the results of the word segmentation and the maximum entropy model is used to calculate the probability of a seqlet tagged as a certain secondary structure type. The method is markovian in the seqlets, permitting efficient exact cal-culation of the posterior probability distribution over all possible word segmentations and their tags by viterbi algorithm. The optimal segmentations and their tags are computed as the results of protein secondary structure prediction. The method is applied to predict the secondary struc-tures of proteins of four organisms respectively and compared with the PHD method. The results show that the performance of this method is higher than that of PHD by about 3.9% Q3 accuracy and 4.6% SOV accuracy. Combining with the local similarity protein sequences that are obtained by BLAST can give better prediction. The method is also tested on the 50 CASP5 target proteins with Q3 accuracy 78.9% and SOV accuracy 77.1%. A web server for protein secondary structure prediction has been constructed which is available at http://www.insun.hit.edu.cn:81/demos/bi-ology/index.html. 展开更多
关键词 PROTEIN secondary structure prediction PROTEIN secondary structure seqlets Word-lattice MAXIMUM ENTROPY MARKOV model.
原文传递
Population-based incremental learning for the prediction of Homo sapiens’ protein secondary structure
16
作者 Ye Chen Xiaoping Yuan Xiaohui Cang 《International Journal of Biomathematics》 SCIE 2019年第3期1-21,共21页
prediction of the protein secondary structure of Homo sapiens is one of the more important domains. Many methods have been used to feed forward neural networks or SVMs combined with a sliding window. This method’s me... prediction of the protein secondary structure of Homo sapiens is one of the more important domains. Many methods have been used to feed forward neural networks or SVMs combined with a sliding window. This method’s mechanisms are too complex to be able to extract clear and straightforward physical meanings from it. This paper explores population-based incremental learning (PBIL), which is a method that combines the mechanisms of a generational genetic algorithm with simple competitive learning. The result shows that its accuracies are particularly associated with the Homo species. This new perspective reveals a number of different possibilities for the purposes of performance improvements. 展开更多
关键词 POPULATION-BASED INCREMENTAL learning HOMO sapiens prediction of PROTEIN secondary structure
原文传递
远程模板检测算法及其在蛋白质结构预测中的应用
17
作者 梁方 徐旭瑶 +2 位作者 赵凯龙 赵炫锋 张贵军 《计算机科学》 CSCD 北大核心 2024年第S01期167-173,共7页
在从传统力场驱动的蛋白质结构预测到当前数据驱动的AI结构建模的发展历程中,蛋白质结构模板检测是蛋白质结构预测中的关键环节,如何检测高精度蛋白质结构远程模板对提升结构的预测精度具有重要的研究意义。该研究提出了一种基于自适应... 在从传统力场驱动的蛋白质结构预测到当前数据驱动的AI结构建模的发展历程中,蛋白质结构模板检测是蛋白质结构预测中的关键环节,如何检测高精度蛋白质结构远程模板对提升结构的预测精度具有重要的研究意义。该研究提出了一种基于自适应特征向量提取的远程同源模板检测算法ASEalign。首先,采用多特征信息融合的深度学习技术预测蛋白质接触图;然后,设计了融合接触图、二级结构、序列谱谱比对和溶剂可及性等多维度特征打分函数,并通过自适应地提取接触图矩阵中的特征值和特征向量进行模板比对;最后,将检测出的高质量模板输入AlphaFold2中进行结构建模。在135个蛋白质的测试集上的结果表明,ASEalign相于主流的模板检测算法HHsearch精度提升了11.5%;同时,结构建模的精度优于AlphaFold2。 展开更多
关键词 模板检测 模板建模 接触图预测 深度学习 二级结构
下载PDF
400 km/h高速铁路轮轨噪声与二次结构噪声预测及分析
18
作者 宋立忠 张艺升 +3 位作者 张海文 刘全民 刘林芽 刘兰华 《中国铁路》 北大核心 2024年第6期17-23,共7页
为评估400 km/h高速铁路列车通过桥梁时产生的轮轨噪声与二次结构噪声,基于统计能量分析法、有限元-边界元法,建立轮轨噪声和二次结构噪声数值预测模型。在此基础上,从轮轨粗糙度、车速和扣件刚度3个方面,分析轮轨粗糙度变化、车速变化... 为评估400 km/h高速铁路列车通过桥梁时产生的轮轨噪声与二次结构噪声,基于统计能量分析法、有限元-边界元法,建立轮轨噪声和二次结构噪声数值预测模型。在此基础上,从轮轨粗糙度、车速和扣件刚度3个方面,分析轮轨粗糙度变化、车速变化以及扣件刚度变化对高速铁路高架段轮轨噪声和二次结构噪声的影响。研究结果表明:(1)在仅改变轮轨粗糙度情况下,综合噪声的变化趋势一致,随着轮轨粗糙度的增大,综合噪声也呈现增大趋势,并且轮轨粗糙度每增加1 dB,声压级增加1 dB(A);(2)在仅改变车速情况下,综合噪声的变化趋势一致,随着车速的增大,综合噪声也呈现增大趋势,但是噪声增大的速率变缓;(3)在仅改变扣件刚度情况下,扣件刚度变化对综合噪声的影响,主要集中在50~800 Hz频段,在其他频段范围内,综合噪声几乎不受扣件刚度变化的影响。在50~200 Hz频段,随着扣件刚度的增大,综合噪声也相应增大;而在200~800 Hz频段,随着扣件刚度的增大综合噪声数值减小。 展开更多
关键词 高速铁路 轮轨噪声 二次结构噪声 噪声预测 轮轨粗糙度 统计能量分析法 有限元-边界元法
下载PDF
铁路客整所上盖建筑振动及二次结构噪声影响分析
19
作者 刘长卿 《上海环境科学》 2024年第2期61-64,85,共5页
采用类比实测与数值模拟相结合的方法,对铁路引起的上盖建筑振动及二次结构噪声影响进行预测分析,结果表明:在不采取减振措施的情况下,盖上建筑室内振动及二次结构噪声影响较大,高层建筑的低楼层存在超标现象,振动超标频率在50 Hz附近,... 采用类比实测与数值模拟相结合的方法,对铁路引起的上盖建筑振动及二次结构噪声影响进行预测分析,结果表明:在不采取减振措施的情况下,盖上建筑室内振动及二次结构噪声影响较大,高层建筑的低楼层存在超标现象,振动超标频率在50 Hz附近,二次结构噪声影响较大在50~80 Hz范围内。研究结论可对该类工程的降噪设计提供参考。 展开更多
关键词 铁路客整所 上盖建筑 振动及二次结构噪声 数值模拟预测
下载PDF
The Comparison between Random Forest and Support Vector Machine Algorithm for Predicting β-Hairpin Motifs in Proteins
20
作者 Shaochun Jia Xiuzhen Hu Lixia Sun 《Engineering(科研)》 2013年第10期391-395,共5页
Based on the research of predictingβ-hairpin motifs in proteins, we apply Random Forest and Support Vector Machine algorithm to predictβ-hairpin motifs in ArchDB40 dataset. The motifs with the loop length of 2 to 8 ... Based on the research of predictingβ-hairpin motifs in proteins, we apply Random Forest and Support Vector Machine algorithm to predictβ-hairpin motifs in ArchDB40 dataset. The motifs with the loop length of 2 to 8 amino acid residues are extracted as research object and thefixed-length pattern of 12 amino acids are selected. When using the same characteristic parameters and the same test method, Random Forest algorithm is more effective than Support Vector Machine. In addition, because of Random Forest algorithm doesn’t produce overfitting phenomenon while the dimension of characteristic parameters is higher, we use Random Forest based on higher dimension characteristic parameters to predictβ-hairpin motifs. The better prediction results are obtained;the overall accuracy and Matthew’s correlation coefficient of 5-fold cross-validation achieve 83.3% and 0.59, respectively. 展开更多
关键词 Random FOREST ALGORITHM Support Vector Machine ALGORITHM β-Hairpin MOTIF INCREMENT of Diversity SCORING Function predicted secondary structure Information
下载PDF
上一页 1 2 11 下一页 到第
使用帮助 返回顶部