Machine Learning in Healthcare Fundamentals and Recent Applications 1st Edition Reference Book Download
Machine Learning in Healthcare Fundamentals and Recent Applications 1st Edition Reference Book Download
Visit the link below to download the full version of this book:
https://medipdf.com/product/machine-learning-in-healthcare-fundamentals-and-rece
nt-applications-1st-edition/
Contents
List of Figures..........................................................................................................xiii
List of Tables...........................................................................................................xvii
Preface......................................................................................................................xix
Acknowledgments..................................................................................................xxiii
Author Bio.............................................................................................................. xxv
Chapter 1 Biostatistics........................................................................................... 1
1.1 Data and Variables......................................................................1
1.2 Types of Research Studies.......................................................... 2
1.3 Sources of Medical Data............................................................. 2
1.4 Measures of Central Tendency.................................................... 3
1.5 Data Sampling and Its Types...................................................... 5
1.5.1 Probability Sampling Methods...................................... 5
1.5.2 Non-probability Sampling Methods.............................. 6
1.6 Statistical Significance Analysis................................................. 6
1.7 Skewness................................................................................... 10
1.8 Kurtosis..................................................................................... 11
1.8.1 Mesokurtic................................................................... 13
1.8.2 Leptokurtic.................................................................. 13
1.8.3 Platykurtic................................................................... 14
1.9 Curve Fitting............................................................................. 14
1.9.1 Linear and Non-linear Relationship............................ 14
1.9.2 Use of Curve-Fitting Method...................................... 14
1.10 Correlation................................................................................ 14
1.10.1 Pearson Correlation (PC)............................................15
1.10.2 Spearman Rank Correlation (SRC)............................. 16
1.11 Regression................................................................................. 18
1.11.1 Linear Regression........................................................ 18
1.11.2 Estimation of Regression Coefficients........................ 19
vii
viii
viii Contents
Contents ix
Chapter 5 Bio-signals........................................................................................... 65
5.1 Origin of Bio-signals................................................................. 65
5.2 Different Types of Bio-signals.................................................. 65
5.2.1 Electrocardiogram....................................................... 65
5.2.2 Electroencephalogram (EEG).....................................68
5.2.3 Electroocculogram (EOG)........................................... 69
5.2.4 Electromyogram (EMG).............................................69
5.3 Noise and Artefacts................................................................... 72
5.4 Filtering of Bio-signals............................................................. 73
5.5 Applications of Bio-signals....................................................... 74
x Contents
Contents xi
xii Contents
Index....................................................................................................................... 225
xiii
Figures
1.1 Steps involved in statistical analysis of data................................................... 7
1.2 Illustration of skewness................................................................................. 11
1.3 Illustration of skewness. (a) Negative skewed, (b) Normal (symmetric)
and (c) Positive skewed................................................................................. 12
1.4 Illustration of kurtosis................................................................................... 13
1.5 An example of curve fitting.......................................................................... 15
1.6 Scatter plots between variables “A” and “B”................................................ 16
1.7 Regression plot for variables x (independent) and y (dependent)................. 20
1.8 Severity of cancer patients’ disease.............................................................. 20
2.1 Venn diagram representation of various types of events............................... 26
2.2 Bayes theorem............................................................................................... 27
2.3 Normal distribution bell curve...................................................................... 31
3.1 File formats for medical imaging.................................................................. 36
3.2 File formats for medical signals.................................................................... 37
3.3 Labelling process for supervised learning model......................................... 39
4.1 A typical block diagram of an ultrasound imaging system........................... 48
4.2 Classification of image enhancement methods............................................. 49
4.3 Point processing of image enhancement....................................................... 50
4.4 Masking operation........................................................................................ 50
4.5 Image complement of a mammogram.......................................................... 51
4.6 Logarithmic transformation.......................................................................... 51
4.7 Contrast enhancement................................................................................... 52
4.8 A typical histogram and histograms of images having different
values of contrast.......................................................................................... 52
4.9 Histogram of input image............................................................................. 53
4.10 Histogram of output image after histogram equalization............................. 54
4.11 An example of histogram equalization......................................................... 54
4.12 Frequency domain operations....................................................................... 55
4.13 Various de-noising techniques used in medical image processing............... 57
4.14 Different segmentation techniques used in Image processing...................... 60
4.15 Region-growing segmentation...................................................................... 61
4.16 (a) Original ultrasound image of benign breast, (b) Result of
segmentation using FCM.............................................................................. 62
4.17 (a) Original ultrasound image of benign breast, (b) Result of
segmentation using k-means......................................................................... 62
5.1 A typical ECG waveform.............................................................................. 66
5.2 ECG leads and Einthoven triangle................................................................ 67
5.3 EEG 10–20 electrode placement................................................................... 68
5.4 EEG bands.................................................................................................... 70
5.5 EOG signal [9].............................................................................................. 71
5.6 EMG signal................................................................................................... 72
xiii
xiv