SlideShare una empresa de Scribd logo
1 de 53
A Bio Text Mining Workbench combined with Active Machine Learning Gary Geunbae Lee Postech 11/25 LBM2005
Contents ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Introduction ,[object Object]
Introduction  ,[object Object],[object Object],[object Object],Biological  Papers ,[object Object]
Introduction  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Contents ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/W : A development W orkbench ,[object Object]
POSBIOTM/W Workbench ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/W Workbench ,[object Object],[object Object]
POSBIOTM/W Workbench ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/W Workbench ,[object Object],[object Object]
POSBIOTM/W Workbench ,[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/W Workbench ,[object Object],[object Object],<Result> <NER> .... <Sentence SNum = &quot;4&quot;><protein>EDG-1</protein>, encoded by the <gene>endothelial_differentiation_gene-1</gene>  , is a <protein>heterotrimeric_guanine_nucleotide_binding_protein-coupled_receptor</protein>  ( <protein >GPCR</ protein >  ) for < small_molecule >sphingosine-1-phosphate</  small_molecule > ( <  small_molecule >SPP</  small_molecule > ) that has been shown to stimulate <  cellular_process >angiogenesis</  cellular_process > and < cellular_process >cell_migration</  cellular_process > in cultured endothelial cells.  </Sentence> ..... </NER> <Event_Extraction> <Event SNum = &quot;4&quot;> <Interaction>stimulate</Interaction> <Effecter>sphingosine-1-phosphate</Effecter> <Reactant>angiogenesis</Reactant> </Event> ..... </ Event_Extraction > </Result>
POSBIOTM/W Workbench ,[object Object],[object Object]
POSBIOTM/W Workbench ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/W Workbench ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/W Workbench ,[object Object]
Contents ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/NER System ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/NER System ,[object Object],[object Object],base noun phrase tag of the previous/current/next words. Base noun phrase tag POS tag of the previous/current/next words. The part of speech is the term used to describe how a particular word is used. E.g. nouns, verb, etc. part-of-speech tag Prefixes/suffixes which are contained in the prefix/suffix dictionary. Biological prefix, suffix concept – ase, blast, cyt, phore, plast. prefix/suffix orthographical feature of the  previous/current/next words. Upper case letters, numbers, non-alphabet letters. Greek words – alpha cells, beta hemolysis, tau interferon. word feature only in the case that the previous/current/next words are in the surface word dictionary. Lexical word   Description Feature
POSBIOTM/NER System ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/NER System ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/NER System ,[object Object],[object Object],0.7 9 82 0.8 4 04 0. 75 50 GENE-NER 0.7370 0.8135 0.6736 GPCR-NER 0.6945 0.6929 0.6960 GENIA-NER F-Measure Recall Precision Corpus
Contents ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/NER  with Active Learning ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/NER  with Active Learning ,[object Object]
POSBIOTM/NER  with Active Learning ,[object Object],[object Object],[object Object],[object Object]
POSBIOTM/NER  with Active Learning ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],( for syntactic path)
POSBIOTM/NER  with Active Learning ,[object Object],[object Object],[object Object]
POSBIOTM/NER  with Active Learning ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/NER  with Active Learning ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/NER  with Active Learning ,[object Object]
POSBIOTM/NER  with Active Learning ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Contents ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/Event System ,[object Object]
POSBIOTM/Event System ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/Event System ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],The  cross-talk  between  PDGF  and  SPP  is   required   for these embryonic  cell movements .
POSBIOTM/Event System ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/Event System ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/Event System ,[object Object],[object Object]
POSBIOTM/Event System ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/Event System ,[object Object],[object Object],4. Learn the long-span rule with the re-annotated sentence  {NP}  <E>cross-talk_between_PDGF_and_SPP</E>  {/NP}  {VP} is <BI>required</BI> {/VP} for {NP} these embryonic <CP>cell_movements</CP> {/NP} <TAGS> B {interaction require} {effecter cross-talk} {reactant cell movement} 1. Marking long NP boundary 2. Learn the short-span rule corresponding to the NP: “<BI>cross-talk</BI> between <P>PDGF</P> and <SM>SPP</SM>”   “  {NP} (<BI>)[I] between (<P>)[E] and (<SM>)[R] {/NP} “ 3. Re-annotate the short-span interaction as one noun with regular expression format {NP}  <BI>cross-talk</BI> between <P>PDGF</P> and <SM>SPP</SM>  {/NP}  {VP} is <BI>required</BI> {/VP} for {NP} these embryonic <CP>cell_movements</CP> {/NP} <TAGS> B {interaction cross-talk} {effecter PDGF} {reactant SPP} <TAGS> B {interaction require} {effecter cross-talk} {reactant cell movement}
POSBIOTM/Event System ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/Event System ,[object Object]
POSBIOTM/Event System ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/Event System ,[object Object]
POSBIOTM/Event System ,[object Object],[object Object],Verified Biological Extracted Events Ev1: Requires (I)  sphingosine_kinase (E)   cell_migration (R) Ev2: Requires (I)  EDG-1 (E)   cell_migration (R) Event Component Verifier Results I : Requires E :  EDG-1, sphingosine_kinase, PDGF R :  cell_migration Extracted Biological Events Ev1: Requires (I)  sphingosine_kinase(E)   cell_migration (R) Ev2: Requires (I)  EDG-1 (E)   cell_migration (R) Ev3: Requires (I)  EDG-1 (E)   PDGF (R)
POSBIOTM/Event System ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],46.1 58.0 38.3 Before verification Flat rule learner 51.8 49.2 54.7 After verification 48.2 54.6 48.9 F-measure 63 56.1 68.0 Recall(%) 39 53.1 38.2 Precision(%) After verification Before verification Comparison system Two-level rule learner
POSBIOTM/Event System ,[object Object],[object Object],[object Object],[object Object],[object Object]
POSBIOTM/Event System ,[object Object],[object Object]
Other Corpora for Bio-Relation Extraction ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Contents ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Current Status & future works ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Workbench Demo

Más contenido relacionado

Destacado

CSIR NET Life Science Exam: Syllabus & Exam Pattern
CSIR NET Life Science Exam:  Syllabus & Exam PatternCSIR NET Life Science Exam:  Syllabus & Exam Pattern
CSIR NET Life Science Exam: Syllabus & Exam Patternsakshi
 
Intro to genetics ppt
Intro to genetics pptIntro to genetics ppt
Intro to genetics pptmrimbiology
 
Receptors with intrinsic protein kinase activity
Receptors with intrinsic protein kinase activityReceptors with intrinsic protein kinase activity
Receptors with intrinsic protein kinase activityDr.M.Prasad Naidu
 
Anti-cancer as Protein kinase C & tyrosine inhibitor.
Anti-cancer as Protein kinase C & tyrosine inhibitor.Anti-cancer as Protein kinase C & tyrosine inhibitor.
Anti-cancer as Protein kinase C & tyrosine inhibitor.Omer Bayazeid, PhD
 
TYROSINE KINASE INHIBITORS
TYROSINE KINASE INHIBITORSTYROSINE KINASE INHIBITORS
TYROSINE KINASE INHIBITORSyerroju vijay
 
G protein coupled receptor
G protein coupled receptorG protein coupled receptor
G protein coupled receptormahdi zarei
 
Receptor tyrosine kinase
Receptor tyrosine kinaseReceptor tyrosine kinase
Receptor tyrosine kinaseSobia
 
G protein coupled receptor
G protein coupled receptorG protein coupled receptor
G protein coupled receptorFardan Qadeer
 
Ion channels, types and their importace in managment of diseases
Ion channels, types and their importace in managment of diseasesIon channels, types and their importace in managment of diseases
Ion channels, types and their importace in managment of diseasesFarazaJaved
 
Tyrosine kinase inhibitors
Tyrosine kinase inhibitorsTyrosine kinase inhibitors
Tyrosine kinase inhibitorsAhmad AlJifri
 
Signal Transduction Revised
Signal Transduction RevisedSignal Transduction Revised
Signal Transduction RevisedMD Specialclass
 
Gpcr structures 041213
Gpcr structures 041213Gpcr structures 041213
Gpcr structures 041213Anthony Harmar
 

Destacado (20)

CSIR NET Life Science Exam: Syllabus & Exam Pattern
CSIR NET Life Science Exam:  Syllabus & Exam PatternCSIR NET Life Science Exam:  Syllabus & Exam Pattern
CSIR NET Life Science Exam: Syllabus & Exam Pattern
 
Rhodopsin
RhodopsinRhodopsin
Rhodopsin
 
Ion channels
Ion channelsIon channels
Ion channels
 
Intro to genetics ppt
Intro to genetics pptIntro to genetics ppt
Intro to genetics ppt
 
Receptors with intrinsic protein kinase activity
Receptors with intrinsic protein kinase activityReceptors with intrinsic protein kinase activity
Receptors with intrinsic protein kinase activity
 
Protein Kinase A
Protein Kinase AProtein Kinase A
Protein Kinase A
 
Anti-cancer as Protein kinase C & tyrosine inhibitor.
Anti-cancer as Protein kinase C & tyrosine inhibitor.Anti-cancer as Protein kinase C & tyrosine inhibitor.
Anti-cancer as Protein kinase C & tyrosine inhibitor.
 
Tyrosine kinase ppt
Tyrosine kinase pptTyrosine kinase ppt
Tyrosine kinase ppt
 
Nuclear Receptors
Nuclear ReceptorsNuclear Receptors
Nuclear Receptors
 
TYROSINE KINASE INHIBITORS
TYROSINE KINASE INHIBITORSTYROSINE KINASE INHIBITORS
TYROSINE KINASE INHIBITORS
 
G protein coupled receptor
G protein coupled receptorG protein coupled receptor
G protein coupled receptor
 
Introduction of cell signaling
Introduction of cell signalingIntroduction of cell signaling
Introduction of cell signaling
 
Receptor tyrosine kinase
Receptor tyrosine kinaseReceptor tyrosine kinase
Receptor tyrosine kinase
 
G protein coupled receptor
G protein coupled receptorG protein coupled receptor
G protein coupled receptor
 
Ion channels, types and their importace in managment of diseases
Ion channels, types and their importace in managment of diseasesIon channels, types and their importace in managment of diseases
Ion channels, types and their importace in managment of diseases
 
Tyrosine kinase inhibitors
Tyrosine kinase inhibitorsTyrosine kinase inhibitors
Tyrosine kinase inhibitors
 
Signal Transduction Revised
Signal Transduction RevisedSignal Transduction Revised
Signal Transduction Revised
 
Gpcr structures 041213
Gpcr structures 041213Gpcr structures 041213
Gpcr structures 041213
 
Lipoproteins
LipoproteinsLipoproteins
Lipoproteins
 
Nuclear Receptors
Nuclear ReceptorsNuclear Receptors
Nuclear Receptors
 

Similar a Presentation material

BioInformatics Tools -Genomics , Proteomics and metablomics
BioInformatics Tools -Genomics , Proteomics and metablomicsBioInformatics Tools -Genomics , Proteomics and metablomics
BioInformatics Tools -Genomics , Proteomics and metablomicsAyeshaYousaf20
 
BIOMARKER EXTRACTION FROM EMR / EHR DATA - ASHISH SHARMA & KAIWEN ZHONG
 BIOMARKER EXTRACTION FROM EMR / EHR DATA - ASHISH SHARMA & KAIWEN ZHONG BIOMARKER EXTRACTION FROM EMR / EHR DATA - ASHISH SHARMA & KAIWEN ZHONG
BIOMARKER EXTRACTION FROM EMR / EHR DATA - ASHISH SHARMA & KAIWEN ZHONGAshish Sharma
 
Bioinformatic, and tools by kk sahu
Bioinformatic, and tools by kk sahuBioinformatic, and tools by kk sahu
Bioinformatic, and tools by kk sahuKAUSHAL SAHU
 
The roles communities play in improving bioinformatics: better software, bett...
The roles communities play in improving bioinformatics: better software, bett...The roles communities play in improving bioinformatics: better software, bett...
The roles communities play in improving bioinformatics: better software, bett...Iddo
 
32_Nov07_MachineLear..
32_Nov07_MachineLear..32_Nov07_MachineLear..
32_Nov07_MachineLear..butest
 
Functional ANNOTATION OF GENOME.pptx
Functional ANNOTATION OF GENOME.pptxFunctional ANNOTATION OF GENOME.pptx
Functional ANNOTATION OF GENOME.pptxUmerjibranRaza
 
OpenMS: Quantitative proteomics at large scale
OpenMS: Quantitative proteomics at large scaleOpenMS: Quantitative proteomics at large scale
OpenMS: Quantitative proteomics at large scaleYasset Perez-Riverol
 
A Novel Technique for Name Identification from Homeopathy Diagnosis Discussio...
A Novel Technique for Name Identification from Homeopathy Diagnosis Discussio...A Novel Technique for Name Identification from Homeopathy Diagnosis Discussio...
A Novel Technique for Name Identification from Homeopathy Diagnosis Discussio...home
 
Introduction to BioNLP and its applications
Introduction to BioNLP and its applicationsIntroduction to BioNLP and its applications
Introduction to BioNLP and its applicationsShankaiYan
 
Web Apollo Workshop University of Exeter
Web Apollo Workshop University of ExeterWeb Apollo Workshop University of Exeter
Web Apollo Workshop University of ExeterMonica Munoz-Torres
 
171017 giab for giab grc workshop
171017 giab for giab grc workshop171017 giab for giab grc workshop
171017 giab for giab grc workshopGenomeInABottle
 

Similar a Presentation material (20)

Eccmid meet the expert 2015
Eccmid meet the expert 2015Eccmid meet the expert 2015
Eccmid meet the expert 2015
 
BioInformatics Tools -Genomics , Proteomics and metablomics
BioInformatics Tools -Genomics , Proteomics and metablomicsBioInformatics Tools -Genomics , Proteomics and metablomics
BioInformatics Tools -Genomics , Proteomics and metablomics
 
BIOMARKER EXTRACTION FROM EMR / EHR DATA - ASHISH SHARMA & KAIWEN ZHONG
 BIOMARKER EXTRACTION FROM EMR / EHR DATA - ASHISH SHARMA & KAIWEN ZHONG BIOMARKER EXTRACTION FROM EMR / EHR DATA - ASHISH SHARMA & KAIWEN ZHONG
BIOMARKER EXTRACTION FROM EMR / EHR DATA - ASHISH SHARMA & KAIWEN ZHONG
 
Bioinformatic, and tools by kk sahu
Bioinformatic, and tools by kk sahuBioinformatic, and tools by kk sahu
Bioinformatic, and tools by kk sahu
 
The roles communities play in improving bioinformatics: better software, bett...
The roles communities play in improving bioinformatics: better software, bett...The roles communities play in improving bioinformatics: better software, bett...
The roles communities play in improving bioinformatics: better software, bett...
 
32_Nov07_MachineLear..
32_Nov07_MachineLear..32_Nov07_MachineLear..
32_Nov07_MachineLear..
 
Functional ANNOTATION OF GENOME.pptx
Functional ANNOTATION OF GENOME.pptxFunctional ANNOTATION OF GENOME.pptx
Functional ANNOTATION OF GENOME.pptx
 
OpenMS: Quantitative proteomics at large scale
OpenMS: Quantitative proteomics at large scaleOpenMS: Quantitative proteomics at large scale
OpenMS: Quantitative proteomics at large scale
 
PPT
PPTPPT
PPT
 
Understanding Genome
Understanding Genome Understanding Genome
Understanding Genome
 
Harvester I
Harvester IHarvester I
Harvester I
 
A Novel Technique for Name Identification from Homeopathy Diagnosis Discussio...
A Novel Technique for Name Identification from Homeopathy Diagnosis Discussio...A Novel Technique for Name Identification from Homeopathy Diagnosis Discussio...
A Novel Technique for Name Identification from Homeopathy Diagnosis Discussio...
 
171017 giab for giab grc workshop
171017 giab for giab grc workshop171017 giab for giab grc workshop
171017 giab for giab grc workshop
 
The Infobiotics workbench
The Infobiotics workbenchThe Infobiotics workbench
The Infobiotics workbench
 
Introduction to BioNLP and its applications
Introduction to BioNLP and its applicationsIntroduction to BioNLP and its applications
Introduction to BioNLP and its applications
 
Web Apollo Workshop University of Exeter
Web Apollo Workshop University of ExeterWeb Apollo Workshop University of Exeter
Web Apollo Workshop University of Exeter
 
Variant analysis and whole exome sequencing
Variant analysis and whole exome sequencingVariant analysis and whole exome sequencing
Variant analysis and whole exome sequencing
 
Cloud bioinformatics 2
Cloud bioinformatics 2Cloud bioinformatics 2
Cloud bioinformatics 2
 
171017 giab for giab grc workshop
171017 giab for giab grc workshop171017 giab for giab grc workshop
171017 giab for giab grc workshop
 
M017127578
M017127578M017127578
M017127578
 

Más de butest

EL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBEEL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBEbutest
 
1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同butest
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALbutest
 
Timeline: The Life of Michael Jackson
Timeline: The Life of Michael JacksonTimeline: The Life of Michael Jackson
Timeline: The Life of Michael Jacksonbutest
 
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...butest
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALbutest
 
Com 380, Summer II
Com 380, Summer IICom 380, Summer II
Com 380, Summer IIbutest
 
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet JazzThe MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazzbutest
 
MICHAEL JACKSON.doc
MICHAEL JACKSON.docMICHAEL JACKSON.doc
MICHAEL JACKSON.docbutest
 
Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1butest
 
Facebook
Facebook Facebook
Facebook butest
 
Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...butest
 
Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...butest
 
NEWS ANNOUNCEMENT
NEWS ANNOUNCEMENTNEWS ANNOUNCEMENT
NEWS ANNOUNCEMENTbutest
 
C-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.docC-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.docbutest
 
MAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.docMAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.docbutest
 
Mac OS X Guide.doc
Mac OS X Guide.docMac OS X Guide.doc
Mac OS X Guide.docbutest
 
WEB DESIGN!
WEB DESIGN!WEB DESIGN!
WEB DESIGN!butest
 

Más de butest (20)

EL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBEEL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBE
 
1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIAL
 
Timeline: The Life of Michael Jackson
Timeline: The Life of Michael JacksonTimeline: The Life of Michael Jackson
Timeline: The Life of Michael Jackson
 
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIAL
 
Com 380, Summer II
Com 380, Summer IICom 380, Summer II
Com 380, Summer II
 
PPT
PPTPPT
PPT
 
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet JazzThe MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
 
MICHAEL JACKSON.doc
MICHAEL JACKSON.docMICHAEL JACKSON.doc
MICHAEL JACKSON.doc
 
Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1
 
Facebook
Facebook Facebook
Facebook
 
Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...
 
Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...
 
NEWS ANNOUNCEMENT
NEWS ANNOUNCEMENTNEWS ANNOUNCEMENT
NEWS ANNOUNCEMENT
 
C-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.docC-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.doc
 
MAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.docMAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.doc
 
Mac OS X Guide.doc
Mac OS X Guide.docMac OS X Guide.doc
Mac OS X Guide.doc
 
hier
hierhier
hier
 
WEB DESIGN!
WEB DESIGN!WEB DESIGN!
WEB DESIGN!
 

Presentation material

  • 1. A Bio Text Mining Workbench combined with Active Machine Learning Gary Geunbae Lee Postech 11/25 LBM2005
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44.
  • 45.
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.