By Eng. Monther Alhamdoosh Supervisor: Prof. Rita Casadio Co-supervisor: Dr. Piero Fariselli Disulfide Connectivity Prediction Using Machine Learning Approaches.

Slides:



Advertisements
Similar presentations
FUNCTION FITTING Student’s name: Ruba Eyal Salman Supervisor:
Advertisements

Neural networks Introduction Fitting neural networks
ETHEM ALPAYDIN © The MIT Press, Lecture Slides for.
Qi Yu, Antti Sorjamaa, Yoan Miche, and Eric Severin (Jean-Paul Murara) Wednesday
Machine Learning: Connectionist McCulloch-Pitts Neuron Perceptrons Multilayer Networks Support Vector Machines Feedback Networks Hopfield Networks.
Non-linear classification problem using NN Fainan May 2006 Pattern Classification and Machine Learning Course Three layers Feedforward Neural Network (FFNN)
Lecture 14 – Neural Networks
RBF Neural Networks x x1 Examples inside circles 1 and 2 are of class +, examples outside both circles are of class – What NN does.
Identifying Extracellular Plant Proteins Based on Frequent Subsequences of Amino Acids Y. Wang, O. Zaiane, R. Goebel.
Chapter 5 NEURAL NETWORKS
Slide 1 EE3J2 Data Mining EE3J2 Data Mining Lecture 15: Introduction to Artificial Neural Networks Martin Russell.
Radial Basis Function Networks 표현아 Computer Science, KAIST.
November 2, 2010Neural Networks Lecture 14: Radial Basis Functions 1 Cascade Correlation Weights to each new hidden node are trained to maximize the covariance.
Prediction Networks Prediction –Predict f(t) based on values of f(t – 1), f(t – 2),… –Two NN models: feedforward and recurrent A simple example (section.
Presenting: Itai Avron Supervisor: Chen Koren Characterization Presentation Spring 2005 Implementation of Artificial Intelligence System on FPGA.
Supervised Learning Networks. Linear perceptron networks Multi-layer perceptrons Mixture of experts Decision-based neural networks Hierarchical neural.
CHAPTER 11 Back-Propagation Ming-Feng Yeh.
Hazırlayan NEURAL NETWORKS Radial Basis Function Networks I PROF. DR. YUSUF OYSAL.
Aula 4 Radial Basis Function Networks
Artificial Neural Network
Radial Basis Function G.Anuradha.
Radial-Basis Function Networks
Hazırlayan NEURAL NETWORKS Radial Basis Function Networks II PROF. DR. YUSUF OYSAL.
8/10/ RBF NetworksM.W. Mak Radial Basis Function Networks 1. Introduction 2. Finding RBF Parameters 3. Decision Surface of RBF Networks 4. Comparison.
Ranga Rodrigo April 5, 2014 Most of the sides are from the Matlab tutorial. 1.
Traffic Sign Recognition Using Artificial Neural Network Radi Bekker
Radial Basis Function Networks
Intrusion Detection Using Hybrid Neural Networks Vishal Sevani ( )
11 CSE 4705 Artificial Intelligence Jinbo Bi Department of Computer Science & Engineering
Appendix B: An Example of Back-propagation algorithm
COMPARISON OF IMAGE ANALYSIS FOR THAI HANDWRITTEN CHARACTER RECOGNITION Olarik Surinta, chatklaw Jareanpon Department of Management Information System.
Support Vector Machine With Adaptive Parameters in Financial Time Series Forecasting by L. J. Cao and Francis E. H. Tay IEEE Transactions On Neural Networks,
Machine Learning Using Support Vector Machines (Paper Review) Presented to: Prof. Dr. Mohamed Batouche Prepared By: Asma B. Al-Saleh Amani A. Al-Ajlan.
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
M Machine Learning F# and Accord.net. Alena Dzenisenka Software architect at Luxoft Poland Member of F# Software Foundation Board of Trustees Researcher.
A hybrid SOFM-SVR with a filter-based feature selection for stock market forecasting Huang, C. L. & Tsai, C. Y. Expert Systems with Applications 2008.
Artificial Intelligence Chapter 3 Neural Networks Artificial Intelligence Chapter 3 Neural Networks Biointelligence Lab School of Computer Sci. & Eng.
Multi-Layer Perceptron
EE459 Neural Networks Examples of using Neural Networks Kasin Prakobwaitayakit Department of Electrical Engineering Chiangmai University.
Fast Learning in Networks of Locally-Tuned Processing Units John Moody and Christian J. Darken Yale Computer Science Neural Computation 1, (1989)
Computational Intelligence Winter Term 2015/16 Prof. Dr. Günter Rudolph Lehrstuhl für Algorithm Engineering (LS 11) Fakultät für Informatik TU Dortmund.
Hazırlayan NEURAL NETWORKS Backpropagation Network PROF. DR. YUSUF OYSAL.
Neural Networks Vladimir Pleskonjić 3188/ /20 Vladimir Pleskonjić General Feedforward neural networks Inputs are numeric features Outputs are in.
Introduction to Neural Networks Freek Stulp. 2 Overview Biological Background Artificial Neuron Classes of Neural Networks 1. Perceptrons 2. Multi-Layered.
RiskTeam/ Zürich, 6 July 1998 Andreas S. Weigend, Data Mining Group, Information Systems Department, Stern School of Business, NYU 2: 1 Nonlinear Models.
Feasibility of Using Machine Learning Algorithms to Determine Future Price Points of Stocks By: Alexander Dumont.
Improved Protein Secondary Structure Prediction. Secondary Structure Prediction Given a protein sequence a 1 a 2 …a N, secondary structure prediction.
Pattern Recognition Lecture 20: Neural Networks 3 Dr. Richard Spillman Pacific Lutheran University.
Extreme Learning Machine
第 3 章 神经网络.
Radial Basis Function G.Anuradha.
SMA5422: Special Topics in Biotechnology
NEURAL NETWORK APPROACHES FOR AUTOMOBILE MPG PREDICTION
Introduction Feature Extraction Discussions Conclusions Results
Extra Tree Classifier-WS3 Bagging Classifier-WS3
Computational Intelligence
Neuro-Computing Lecture 4 Radial Basis Function Network
Artificial Intelligence Chapter 3 Neural Networks
network of simple neuron-like computing elements
Neural Networks Chapter 5
Computational Intelligence
Artificial Intelligence Chapter 3 Neural Networks
Classification Boundaries
Introduction to Radial Basis Function Networks
CSCE833 Machine Learning Lecture 9 Linear Discriminant Analysis
Artificial Intelligence Chapter 3 Neural Networks
Artificial Intelligence Chapter 3 Neural Networks
Computational Intelligence
Prediction Networks Prediction A simple example (section 3.7.3)
Artificial Intelligence Chapter 3 Neural Networks
Presentation transcript:

By Eng. Monther Alhamdoosh Supervisor: Prof. Rita Casadio Co-supervisor: Dr. Piero Fariselli Disulfide Connectivity Prediction Using Machine Learning Approaches LAUREA MAGISTRALE IN BIOINFORMATICS INTERNATIONAL BOLOGNA MASTER IN BIOINFORMATICS ALMA MATER STUDIORUM ▪ UNIVERSITÀ DI BOLOGNA Session II 2009/2010

In Literature September 10th, 2010 M.Sc. Thesis in Bioinformatics Eng. Monther Alhamdoosh 2 Accuracy indices The percentage of connectivity patterns that are correctly predicted. The percentage of disulfide bridges that are correctly predicted. δ(x, y) = 1 when the predicted pattern y matches the correct pattern x. Introduction  The Amino Acid Cysteine  Importance of SS Bonds  Machine Learning Statement of the Problem  Aim of Research  In Literature Our Proposed Solutions Results Comparisons with previous methods Conclusions

Our Proposed Solutions September 10th, 2010 M.Sc. Thesis in Bioinformatics Eng. Monther Alhamdoosh 3 Introduction  The Amino Acid Cysteine  Importance of SS Bonds  Machine Learning Statement of the Problem  Aim of Research  In Literature Our Proposed Solutions Results Comparisons with previous methods Conclusions Machine Learning Basic System Design Pattern Scoring Schemes

Our Proposed Solutions September 10th, 2010 M.Sc. Thesis in Bioinformatics Eng. Monther Alhamdoosh 4 Step 3: Estimate the disulfide propensity Neural Networks-based Models Single-Layer Feed-forward Network (SLFN). Extreme Learning Machines (ELMs). Pseudo-inverse matrix to get output weights. Additive (Sigmoid) Hidden Neurons RBF (Guassian) Hidden Neurons. Back-propagation (BP). Gradient Descent to get all weights. Support Vector Machines (SVM) Support Vector Regression (SVR). Radial Basis Function (RBF) Kernels. Grid Search is used to find the best values for g and c. Introduction  The Amino Acid Cysteine  Importance of SS Bonds  Machine Learning Statement of the Problem  Aim of Research  In Literature Our Proposed Solutions Results Comparisons with previous methods Conclusions

SLFN September 10th, 2010 M.Sc. Thesis in Bioinformatics Eng. Monther Alhamdoosh 5 ELM (Additive vs. RBF hidden neurons) Training Time curves Introduction  The Amino Acid Cysteine  Importance of SS Bonds  Machine Learning Statement of the Problem  Aim of Research  In Literature Our Proposed Solutions Results Comparisons with previous methods Conclusions Additive Hidden NeuronsRBF Hidden Neurons Number of Neurons

ELM outperforms BP September 10th, 2010 M.Sc. Thesis in Bioinformatics Eng. Monther Alhamdoosh 6 The accuracy values of ELM and BP Performance Enhancement Introduction  The Amino Acid Cysteine  Importance of SS Bonds  Machine Learning Statement of the Problem  Aim of Research  In Literature Our Proposed Solutions Results Comparisons with previous methods Conclusions Comparison of different ELM and BP models. Model B = 2B = 3B = 4B = 5Overall Best # of neurons Time (s) QcQc QpQp QcQc QpQp QcQc QpQp QcQc QpQp QcQc QpQp ELM (Sig) ELM (RBF) BP (Sig) Our method performance with L1 RBF kernels initialized using k-mean clustering. The Best performing number of hidden neurons is 270 and the corresponding training time is seconds. Connectivity Size 2345overal QcQc QpQp

SVR vs. NN September 10th, 2010 M.Sc. Thesis in Bioinformatics Eng. Monther Alhamdoosh 7 Comparison of SVR and NN-based methods Both tested on PDB0909 with Set A of descriptors. Introduction  The Amino Acid Cysteine  Importance of SS Bonds  Machine Learning Statement of the Problem  Aim of Research  In Literature Our Proposed Solutions Results Comparisons with previous methods Conclusions Method B = 2B = 3B = 4B = 5Overall QcQc QpQp QcQc QpQp QcQc QpQp QcQc QpQp QcQc QpQp SVR (BSP) NN (ELM)