Learning to Classify Biomedical Signals

Slides:



Advertisements
Similar presentations
Perceptron Learning Rule
Advertisements

NEURAL NETWORKS Perceptron
Rule extraction in neural networks. A survey. Krzysztof Mossakowski Faculty of Mathematics and Information Science Warsaw University of Technology.
Machine Learning Neural Networks
An introduction to: Deep Learning aka or related to Deep Neural Networks Deep Structural Learning Deep Belief Networks etc,
Pattern Classification All materials in these slides were taken from Pattern Classification (2nd ed) by R. O. Duda, P. E. Hart and D. G. Stork, John Wiley.
RBF Neural Networks x x1 Examples inside circles 1 and 2 are of class +, examples outside both circles are of class – What NN does.
A commonly used feature to discriminate between hand and foot movements is the variance of the EEG signal at certain electrodes. To this end, one calculates.
Machine Learning Motivation for machine learning How to set up a problem How to design a learner Introduce one class of learners (ANN) –Perceptrons –Feed-forward.
Associative Learning in Hierarchical Self Organizing Learning Arrays Janusz A. Starzyk, Zhen Zhu, and Yue Li School of Electrical Engineering and Computer.
Radial-Basis Function Networks
嵌入式視覺 Pattern Recognition for Embedded Vision Template matching Statistical / Structural Pattern Recognition Neural networks.
Image recognition using analysis of the frequency domain features 1.
Artificial Neural Networks (ANN). Output Y is 1 if at least two of the three inputs are equal to 1.
Artificial Neural Nets and AI Connectionism Sub symbolic reasoning.
Hurieh Khalajzadeh Mohammad Mansouri Mohammad Teshnehlab
DIGITAL IMAGE PROCESSING Dr J. Shanbehzadeh M. Hosseinajad ( J.Shanbehzadeh M. Hosseinajad)
 The most intelligent device - “Human Brain”.  The machine that revolutionized the whole world – “computer”.  Inefficiencies of the computer has lead.
Explorations in Neural Networks Tianhui Cai Period 3.
Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Decision Support Systems Chapter 10.
Artificial Neural Networks. Applied Problems: Image, Sound, and Pattern recognition Decision making  Knowledge discovery  Context-Dependent Analysis.
Some working definitions…. ‘Data Mining’ and ‘Knowledge Discovery in Databases’ (KDD) are used interchangeably Data mining = –the discovery of interesting,
An informal description of artificial neural networks John MacCormick.
Analysis of Movement Related EEG Signal by Time Dependent Fractal Dimension and Neural Network for Brain Computer Interface NI NI SOE (D3) Fractal and.
Non-Bayes classifiers. Linear discriminants, neural networks.
Artificial Intelligence, Expert Systems, and Neural Networks Group 10 Cameron Kinard Leaundre Zeno Heath Carley Megan Wiedmaier.
AUDIT SOFTWARE Chapter 16. Generalized Audit Software Off-the-shelf software that provides a means to gain access to and manipulate data maintained on.
Neural Networks Demystified by Louise Francis Francis Analytics and Actuarial Data Mining, Inc.
Lucent Technologies - Proprietary 1 Interactive Pattern Discovery with Mirage Mirage uses exploratory visualization, intuitive graphical operations to.
O NCE TRADING BEGINS, PLEASE ALLOW IT TO TRADE O NCE TRADING BEGINS, PLEASE ALLOW IT TO TRADE B E REALISTIC WITH YOUR EXPECTATIONS B E REALISTIC WITH.
Pattern Recognition. What is Pattern Recognition? Pattern recognition is a sub-topic of machine learning. PR is the science that concerns the description.
How do you get here?
Michael Holden Faculty Sponsor: Professor Gordon H. Dash.
Network Management Lecture 13. MACHINE LEARNING TECHNIQUES 2 Dr. Atiq Ahmed Université de Balouchistan.
CSE343/543 Machine Learning Mayank Vatsa Lecture slides are prepared using several teaching resources and no authorship is claimed for any slides.
Introduction to Machine Learning, its potential usage in network area,
Big data classification using neural network
Multiple-Layer Networks and Backpropagation Algorithms
Machine Learning for Big Data
an introduction to: Deep Learning
Brain operated wheelchair
Learning in Neural Networks
Schizophrenia Classification Using
مدلسازی سیستم های بیولو ژیکی توسط شبکه های عصبی بازگشتی
CSSE463: Image Recognition Day 17
Pearson Lanka (Pvt) Ltd.
Machine Learning Today: Reading: Maria Florina Balcan
Artificial Neural Network & Backpropagation Algorithm
network of simple neuron-like computing elements
Introduction to Neural Networks And Their Applications - Basics
Opening Weka Select Weka from Start Menu Select Explorer Fall 2003
Neural Networks and Deep Learning
The use of Neural Networks to schedule flow-shop with dynamic job arrival ‘A Multi-Neural Network Learning for lot Sizing and Sequencing on a Flow-Shop’
Pattern Recognition & Machine Learning
Department of Electrical Engineering
MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING
Classification Boundaries
CSSE463: Image Recognition Day 17
MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING
CSSE463: Image Recognition Day 17
Lecture 02: Perceptron By: Nur Uddin, Ph.D.
CSSE463: Image Recognition Day 17
III. Introduction to Neural Networks And Their Applications - Basics
CSC321: Neural Networks Lecture 11: Learning in recurrent networks
An introduction to: Deep Learning aka or related to Deep Neural Networks Deep Structural Learning Deep Belief Networks etc,
Machine Learning Model Constructor
Image Processing and Multi-domain Translation
THE ASSISTIVE SYSTEM SHIFALI KUMAR BISHWO GURUNG JAMES CHOU
Prabhas Chongstitvatana Chulalongkorn University
Presentation transcript:

Learning to Classify Biomedical Signals Miroslav Kubat,Irena Koprinska and Gert Pfurtscheller

Contents Two Medical Domain  Decision-Tree Based Initialization of Neural Networks  Tree-Based Initialization of RBF Networks  Experiments  Discussion

Two Medical Domains Sleep Classification Hypnogram : Horizontal axis~Time Vertical axis~ different sleep state To draw a hypnogram: EEG(electroencephalogram) ~ brain activities EOG(electrooculogram) ~ eye movements EMG(electromyogram) ~ muscle contractions

Two Medical Domains Brain-Computer Interface Recognition of Motor Commands From EEG Signals

Problem The complicated nature of domains  impossible to use symbolic machine learning tech. such as rule or decision trees. Multilayer neural network  sensitive to proper initialization of topology and weight.

Decision-Tree Based Initialization of Neural Networks General Idea of TBNN

Decision-Tree Based Initialization of Neural Networks Initialization of Weights and Full interconnection of Adjacent Layers OR-neuron

AND -neuron

Decision-Tree Based Initialization of Neural Networks Softening Intervals and Neural-Network Tuning

Tree-Based Initialization of RBF Networks RBF Networks and their Parameters

Tree-Based Initialization of RBF Networks Decision Tree Based Parameter Setting

Experiment Data set  domain 1 ~ 8 data files 770~990 examples 15 attributes domain 2 ~ 3 data files 150~250 examples 11 attributes ~ 44 attributes

Experiments Results

Result and Discussion First domain(sleep state)  The accuracy achieved by TBNN and TB-RBF is not worse that that of human experts Second domain(brain computer interface) The utility is obvious because the patterns of desynchronization of EEG are difficult of describe by rules, and learning appears to be only way to accomplish the task.