A gentle introduction to support vector machines in biomedicine: 1 Theory and methods
Gespeichert in:
Format: | Buch |
---|---|
Sprache: | English |
Veröffentlicht: |
Singapore [u.a.]
World Scientific Publ.
2011
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis Klappentext |
Beschreibung: | XV, 183 S. Ill., graph. Darst. |
ISBN: | 9789814324380 9814324388 |
Internformat
MARC
LEADER | 00000nam a2200000 cc4500 | ||
---|---|---|---|
001 | BV040252486 | ||
003 | DE-604 | ||
005 | 20120723 | ||
007 | t | ||
008 | 120614s2011 ad|| |||| 00||| eng d | ||
020 | |a 9789814324380 |9 978-981-4324-38-0 | ||
020 | |a 9814324388 |9 981-4324-38-8 | ||
035 | |a (OCoLC)802344664 | ||
035 | |a (DE-599)BVBBV040252486 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-355 |a DE-19 | ||
084 | |a WC 7700 |0 (DE-625)148144: |2 rvk | ||
245 | 1 | 0 | |a A gentle introduction to support vector machines in biomedicine |n 1 |p Theory and methods |c Alexander Statnikov ... |
264 | 1 | |a Singapore [u.a.] |b World Scientific Publ. |c 2011 | |
300 | |a XV, 183 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Support-Vektor-Maschine |0 (DE-588)4505517-8 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Biomedizin |0 (DE-588)4647152-2 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Support-Vektor-Maschine |0 (DE-588)4505517-8 |D s |
689 | 0 | 1 | |a Biomedizin |0 (DE-588)4647152-2 |D s |
689 | 0 | |C b |5 DE-604 | |
700 | 1 | |a Statnikov, Alexander |e Sonstige |4 oth | |
773 | 0 | 8 | |w (DE-604)BV040252468 |g 1 |
856 | 4 | 2 | |m Digitalisierung UB Regensburg |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025108425&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
856 | 4 | 2 | |m Digitalisierung UB Regensburg |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025108425&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA |3 Klappentext |
999 | |a oai:aleph.bib-bvb.de:BVB01-025108425 |
Datensatz im Suchindex
_version_ | 1804149249776025600 |
---|---|
adam_text | Contents
Preface
........................................................................... ix
About the Authors
................................................................ xiii
1.
Introduction
.................................................................. 1
Classes of Data-Analytic Problems Considered in This Book
...................... 1
Basic Principles of Classification
................................................. 6
Main Ideas of the Support Vector Machine (SVM) Classification Algorithm
....... 12
History of SVMs and Their Use in the Literature
................................ 16
2.
Necessary Mathematical Concepts
............................................. 19
Geometrical Representation of Objects
.......................................... 19
Basic Operations on Vectors
..................................................... 24
Hyperplanes
as Decision Surfaces
................................................ 29
Basics of Optimization
.......................................................... 34
3.
Support Vector Machines (SVMs) for Binary Classification: Classical
Formulation
................................................................... 40
Hard-Margin Linear SVM for Linearly Separable Data
........................... 40
Soft-Margin Linear SVM for Data That is not Exactly Linearly Separable Due to
Noise or Outliers
............................................................ 49
Non-Linear SVM and Kernel Trick For Linearly Non-Separable Data
............. 57
4.
Basic Principles of Statistical Machine Learning
............................... 64
Generalization and Overfitting
.................................................. 64
Loss
+
Penalty Paradigm for Learning to Avoid Overfitting and Ensure
Generalization
............................................................... 68
vi A
Gentle Introduction to SVMs in
Biomedicine,
Volume
1:
Theory and Methods
5.
Model Selection for SVMs
.................................................... 73
Motivation of Model Selection Strategy
......................................... 74
Commonly Used Parameters/Kernels of SVM Classifiers
......................... 79
Cross-Validation for Accuracy Estimation
........................................ 81
Cross-Validation for Accuracy Estimation and Model Selection
................... 85
Statistical Considerations
........................................................ 90
6.
SVMs for
Multi-
Category Classification
....................................... 91
One-Versus-Rest SVMs
......................................................... 91
One-Versus-One SVMs
......................................................... 94
Methods by Crammer and Singer and by Weston and Watkins
.................... 96
7.
Support Vector Regression (SVR)
............................................. 97
Hard-Margin Linear
¿-Insensitive SVR
for Modeling Linear Relations
............ 97
Soft-Margin Linear e-Insensitive SVR for Modeling Almost Linear Relations
...... 106
Non-Linear
ε
-Insensitive SVR for Modeling Non-Linear Relations
................
Ill
Comparing «-Insensitive SVR with Other Popular Regression Methods
........... 113
On Model Selection for
е
-Insensitive SVR
....................................... 118
8.
Novelty Detection with SVM-Based Methods
................................. 119
Hard-Margin Linear One-Class SVM
............................................ 123
Soft-Margin Linear One-Class SVM
............................................. 125
Non-Linear One-Class SVM
.................................................... 129
On Model Selection for One-Class SVM
......................................... 135
9.
Support Vector Clustering (Contributed by Nikita I. Lytkin)
................. 136
The Minimal Enclosing Hyper-Sphere
........................................... 140
Cluster Assignment in SVC
..................................................... 144
Dealing with Noise in the Data
.................................................. 148
Relationship Between the Minimal Enclosing Hyper-Sphere and
One-Class SVM
............................................................. 153
10.
SVM-Based Variable Selection
............................................... 154
Understanding the SVM Weight Vector
........................................ 156
Simple SVM-Based Variable Selection Algorithm
............................... 161
Contents
vii
SVM-RFE Variable
Selection Algorithm
........................................ 164
Variable
Selection and Estimation of Generalization Accuracy
................... 166
11.
Computing Posterior Class Probabilities for SVM Classifiers
................ 168
Simple Binning Method for Posterior Probability Estimation
.................... 168
Platt s Method for Posterior Probability Estimation
............................. 171
12.
Conclusions
.................................................................. 174
Appendix
......................................................................... 176
Bibliography
..................................................................... 178
Index
............................................................................. 181
š
Support
Vector Machines (SVMs)
are among-î
fhe
[post
important recentidevelopments
in1!
pattern recognition and statistical
řnachineg:
IJeiarnirig.-Ťhey
häva
found
a greaťrangeofS
fapplications
ìn
various fields-incjudingc
f
biology and metiicine; Howevei;
biomedicalii
5
researchers
oftëri;
experience difficulties^,
ígrasping
both thV theory and
appiicaţionsîi
¿of these important friethods because of lacklj
;
(of^technical background. Th]e purpose
oí
thislf
-
book is to^introduce
SVMş
and
theiKëxtenA
Usions
and
і
al)òw
biomedical
researchers
tť№
;íiiŕiderstand
and apply
thermingreaN-iife
írésearch
in a very
easy manher.
The book
isi
:to consist oftwo^volumes: theory andu
|
any_adam_object | 1 |
building | Verbundindex |
bvnumber | BV040252486 |
classification_rvk | WC 7700 |
ctrlnum | (OCoLC)802344664 (DE-599)BVBBV040252486 |
discipline | Biologie |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01714nam a2200373 cc4500</leader><controlfield tag="001">BV040252486</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20120723 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">120614s2011 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9789814324380</subfield><subfield code="9">978-981-4324-38-0</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9814324388</subfield><subfield code="9">981-4324-38-8</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)802344664</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV040252486</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-355</subfield><subfield code="a">DE-19</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">WC 7700</subfield><subfield code="0">(DE-625)148144:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">A gentle introduction to support vector machines in biomedicine</subfield><subfield code="n">1</subfield><subfield code="p">Theory and methods</subfield><subfield code="c">Alexander Statnikov ...</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Singapore [u.a.]</subfield><subfield code="b">World Scientific Publ.</subfield><subfield code="c">2011</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XV, 183 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Support-Vektor-Maschine</subfield><subfield code="0">(DE-588)4505517-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Biomedizin</subfield><subfield code="0">(DE-588)4647152-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Support-Vektor-Maschine</subfield><subfield code="0">(DE-588)4505517-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Biomedizin</subfield><subfield code="0">(DE-588)4647152-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="C">b</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Statnikov, Alexander</subfield><subfield code="e">Sonstige</subfield><subfield code="4">oth</subfield></datafield><datafield tag="773" ind1="0" ind2="8"><subfield code="w">(DE-604)BV040252468</subfield><subfield code="g">1</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Regensburg</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025108425&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Regensburg</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025108425&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Klappentext</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-025108425</subfield></datafield></record></collection> |
id | DE-604.BV040252486 |
illustrated | Illustrated |
indexdate | 2024-07-10T00:20:02Z |
institution | BVB |
isbn | 9789814324380 9814324388 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-025108425 |
oclc_num | 802344664 |
open_access_boolean | |
owner | DE-355 DE-BY-UBR DE-19 DE-BY-UBM |
owner_facet | DE-355 DE-BY-UBR DE-19 DE-BY-UBM |
physical | XV, 183 S. Ill., graph. Darst. |
publishDate | 2011 |
publishDateSearch | 2011 |
publishDateSort | 2011 |
publisher | World Scientific Publ. |
record_format | marc |
spelling | A gentle introduction to support vector machines in biomedicine 1 Theory and methods Alexander Statnikov ... Singapore [u.a.] World Scientific Publ. 2011 XV, 183 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Support-Vektor-Maschine (DE-588)4505517-8 gnd rswk-swf Biomedizin (DE-588)4647152-2 gnd rswk-swf Support-Vektor-Maschine (DE-588)4505517-8 s Biomedizin (DE-588)4647152-2 s b DE-604 Statnikov, Alexander Sonstige oth (DE-604)BV040252468 1 Digitalisierung UB Regensburg application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025108425&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis Digitalisierung UB Regensburg application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025108425&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA Klappentext |
spellingShingle | A gentle introduction to support vector machines in biomedicine Support-Vektor-Maschine (DE-588)4505517-8 gnd Biomedizin (DE-588)4647152-2 gnd |
subject_GND | (DE-588)4505517-8 (DE-588)4647152-2 |
title | A gentle introduction to support vector machines in biomedicine |
title_auth | A gentle introduction to support vector machines in biomedicine |
title_exact_search | A gentle introduction to support vector machines in biomedicine |
title_full | A gentle introduction to support vector machines in biomedicine 1 Theory and methods Alexander Statnikov ... |
title_fullStr | A gentle introduction to support vector machines in biomedicine 1 Theory and methods Alexander Statnikov ... |
title_full_unstemmed | A gentle introduction to support vector machines in biomedicine 1 Theory and methods Alexander Statnikov ... |
title_short | A gentle introduction to support vector machines in biomedicine |
title_sort | a gentle introduction to support vector machines in biomedicine theory and methods |
topic | Support-Vektor-Maschine (DE-588)4505517-8 gnd Biomedizin (DE-588)4647152-2 gnd |
topic_facet | Support-Vektor-Maschine Biomedizin |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025108425&sequence=000003&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025108425&sequence=000004&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA |
volume_link | (DE-604)BV040252468 |
work_keys_str_mv | AT statnikovalexander agentleintroductiontosupportvectormachinesinbiomedicine1 |