HIV Mutation Classifier HIV Mutation Classifier Hannah Bier’s Project Proposal.

Slides:



Advertisements
Similar presentations
Use of Bioisosteric Replacement Tools to Obtain Mutation- Resistant Antivirals Mattia CF Prosperi University of Roma TRE Faculty of Computer Science Engineering.
Advertisements

Introduction to Neural Networks 2. Overview  The McCulloch-Pitts neuron  Pattern space  Limitations  Learning.
ONLINE ARABIC HANDWRITING RECOGNITION By George Kour Supervised by Dr. Raid Saabne.
Support Vector Machines
Face Recognition & Biometric Systems Support Vector Machines (part 2)
High Throughput Computing and Protein Structure Stephen E. Hamby.
Mike Arnoult 9/30/2010 The role of Artificial Neural Networks in Phage Research.
Lecture 14 – Neural Networks
CES 514 – Data Mining Lecture 8 classification (contd…)
Evolutionary Computing and the Traveling Salesman
Greg GrudicIntro AI1 Introduction to Artificial Intelligence CSCI 3202: The Perceptron Algorithm Greg Grudic.
SVM (Support Vector Machines) Base on statistical learning theory choose the kernel before the learning process.
Optimization Theory Primal Optimization Problem subject to: Primal Optimal Value:
ACTG 333 The Antiviral Effect of Switching from Saquinavir to the New Formulation of Saquinavir vs. Switching to Indinavir After >1 year of Saquinavir.
An Example of Course Project Face Identification.
Classifier Evaluation Vasileios Hatzivassiloglou University of Texas at Dallas.
Object-Oriented Programming (OOP). Implementing an OOD in Java Each class is stored in a separate file. All files must be stored in the same package.
Artificial Intelligence Techniques Multilayer Perceptrons.
The Perceptron. Perceptron Pattern Classification One of the purposes that neural networks are used for is pattern classification. Once the neural network.
Frontiers in the Convergence of Bioscience and Information Technologies 2007 Seyed Koosha Golmohammadi, Lukasz Kurgan, Brendan Crowley, and Marek Reformat.
Logan Lebanoff Mentor: Haroon Idrees. Two-layer method  Trying a method that will have two layers of neural networks.
Meng-Han Yang September 9, 2009 A sequence-based hybrid predictor for identifying conformationally ambivalent regions in proteins.
School of Engineering and Computer Science Victoria University of Wellington Copyright: Peter Andreae, VUW Image Recognition COMP # 18.
Human pose recognition from depth image MS Research Cambridge.
Digestive system – Quiz 1 (Difficult) Answers on the last slide.
RSVM: Reduced Support Vector Machines Y.-J. Lee & O. L. Mangasarian First SIAM International Conference on Data Mining Chicago, April 6, 2001 University.
1 Improve Protein Disorder Prediction Using Homology Instructor: Dr. Slobodan Vucetic Student: Kang Peng.
Feature extraction using fuzzy complete linear discriminant analysis The reporter : Cui Yan
University of Texas at Austin Machine Learning Group Department of Computer Sciences University of Texas at Austin Support Vector Machines.
FCM WIZARD IN ACTION SCENARIO: HIV DRUG RESISTANCE PREDICTION Main developers: Gonzalo NÁPOLES and Isel GRAU Supervisors: Elpiniki PAPAGEORGIOU and Koen.
26/01/20161Gianluca Demartini Ranking Categories for Faceted Search Gianluca Demartini L3S Research Seminars Hannover, 09 June 2006.
Locally Linear Support Vector Machines Ľubor Ladický Philip H.S. Torr.
Support Vector Machines Optimization objective Machine Learning.
Extending linear models by transformation (section 3.4 in text) (lectures 3&4 on amlbook.com)
Learning by Loss Minimization. Machine learning: Learn a Function from Examples Function: Examples: – Supervised: – Unsupervised: – Semisuprvised:
What are the Chemical Building Blocks of all Life? C (carbon) H (hydrogen) O (Oxygen) N (Nitrogen) The chemical building blocks of ALL amino acids.
Data Mining: Concepts and Techniques1 Prediction Prediction vs. classification Classification predicts categorical class label Prediction predicts continuous-valued.
CZ5225 Methods in Computational Biology Lecture 6: Drug resistance mutations and model developments CZ5225 Methods in Computational Biology.
Population sequencing using short reads: HIV as a case study Vladimir Jojic et.al. PSB 13: (2008) Presenter: Yong Li.
Mutations 13.3.
Wireless Sensor Network Localization with Neural Networks
INNOVATION IN THE DEVELOPMENT OF NEW DRUGS AND CREATIVE SOLUTIONS TO ENSURING EARLY AND ENHANCED ACCESS Paul Stoffels, M.D. Chief Scientific Officer,
Efficient Image Classification on Vertically Decomposed Data
第 3 章 神经网络.
Announcements HW4 due today (11:59pm) HW5 out today (due 11/17 11:59pm)
Classification with Perceptrons Reading:
Annual Income Prediction Modeling Using SVM
CSc 219 Project Proposal Raymond Fraizer.
A Comparative Study of Kernel Methods for Classification Applications
Efficient Image Classification on Vertically Decomposed Data
ريكاوري (بازگشت به حالت اوليه)
RGB-D Image for Scene Recognition by Jiaqi Guo
Face Components detection
Artificial Intelligence Chapter 3 Neural Networks
Similarity based on Shape and Appearance
Drug Overdose Classification with NLP and Deep Learning: Background
Supervised vs. unsupervised Learning
Label Name Label Name Label Name Label Name Label Name Label Name
Artificial Intelligence Chapter 3 Neural Networks
Classification Boundaries
The Naïve Bayes (NB) Classifier
STORE MANAGER RESPONSIBILITIES.
Other Classification Models: Support Vector Machine (SVM)
Artificial Intelligence Chapter 3 Neural Networks
Zhedong Zheng, Liang Zheng and Yi Yang
Artificial Intelligence Chapter 3 Neural Networks
Logistic Regression Chapter 7.
CIS 519 Recitation 11/15/18.
Environment.
Image Processing and Multi-domain Translation
Presentation transcript:

HIV Mutation Classifier HIV Mutation Classifier Hannah Bier’s Project Proposal

HIV Protease and Drug Resistance

Classification Each strain of HIV protease will be stored as a chain of amino acids Each strain of HIV protease will be stored as a chain of amino acids They will be grouped according to mutations that correspond with antiviral resistance They will be grouped according to mutations that correspond with antiviral resistance To do this, I will implement a neural network To do this, I will implement a neural network

Overview of Neural Networks

Polynomial vs. Linear Separability

Training and Testing I will train and test on a dataset of HIV protease labeled with drug resistance data I will train and test on a dataset of HIV protease labeled with drug resistance data The data will be separated into a training set and a testing set The data will be separated into a training set and a testing set Once trained, the neural network should classify the elements of the testing set in accordance with their labels. Once trained, the neural network should classify the elements of the testing set in accordance with their labels.