Introduction to Deep Learning for Healthcare

Introduction to Deep Learning for Healthcare

          
5
4
3
2
1

Available


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Quantity:
Add to Wishlist

About the Book

This textbook presents deep learning models and their healthcare applications. It focuses on rich health data and deep learning models that can effectively model health data. Healthcare data: Among all healthcare technologies, electronic health records (EHRs) had vast adoption and a significant impact on healthcare delivery in recent years. One crucial benefit of EHRs is to capture all the patient encounters with rich multi-modality data. Healthcare data include both structured and unstructured information. Structured data include various medical codes for diagnoses and procedures, lab results, and medication information. Unstructured data contain 1) clinical notes as text, 2) medical imaging data such as X-rays, echocardiogram, and magnetic resonance imaging (MRI), and 3) time-series data such as the electrocardiogram (ECG) and electroencephalogram (EEG). Beyond the data collected during clinical visits, patient self-generated/reported data start to grow thanks to wearable sensors’increasing use.  The authors  present deep learning case studies on all data described. Deep learning models: Neural network models are a class of machine learning methods with a long history. Deep learning models are neural networks of many layers, which can extract multiple levels of features from raw data. Deep learning applied to healthcare is a natural and promising direction with many initial successes. The authors cover deep neural networks, convolutional neural networks, recurrent neural networks, embedding methods, autoencoders, attention models, graph neural networks, memory networks, and generative models. It’s presented with concrete healthcare case studies such as clinical predictive modeling, readmission prediction, phenotyping, x-ray classification, ECG diagnosis, sleep monitoring, automatic diagnosis coding from clinical notes, automatic deidentification, medication recommendation, drug discovery (drug property prediction and molecule generation), and clinical trial matching. This textbook targets graduate-level students focused on deep learning methods and their healthcare applications. It can be used for the concepts of deep learning and its applications as well. Researchers working in this field will also find this book to be extremely useful and valuable for their research.

Table of Contents:
I Introduction.-  I.1 Who should read this book?.- I.2 Book organization.- II Health Data.- II.1 The growth of EHR Adoption.- II.2 Health Data.- II.2.1 Life cycle of health data.- II.2.2 Structured Health Data.- II.2.3 Unstructured clinical notes.- II.2.4 Continuous signals.- II.2.5 Medical Imaging Data.- II.2.6 Biomedical data for in silico drug Discovery .- II.3 Health Data Standards.- III Machine Learning Basics.- III.1 Supervised Learning.- III.1.1 Logistic Regression.- III.1.2 Softmax Regression.- III.1.3 Gradient Descent.- III.1.4 Stochastic and Minibatch Gradient Descent.- III.2 Unsupervised Learning.- III.2.1 Principal component analysis.- III.2.2 t-distributed stochastic neighbor embedding (t-SNE).- III.2.3 Clustering.- III.3 Assessing Model Performance.- III.3.1 Evaluation Metrics for Regression Tasks.- III.3.2 Evaluation Metrics for Classification Tasks.- III.3.3 Evaluation Metrics for Clustering Tasks.- III.3.4 Evaluation Strategy.- III.4 Modeling Exercise.- III.5 Hands-On Practice.- 3.- 4 CONTENTS.- IVDeep Neural Networks (DNN).- IV.1 A Single neuron.- IV.1.1 Activation function.- IV.1.2 Loss Function.- IV.1.3 Train a single neuron.- IV.2 Multilayer Neural Network.- IV.2.1 Network Representation.- IV.2.2 Train a Multilayer Neural Network.- IV.2.3 Summary of the Backpropagation Algorithm.- IV.2.4 Parameters and Hyper-parameters.- IV.3 Readmission Prediction from EHR Data with DNN.- IV.4 DNN for Drug Property Prediction.- V Embedding.- V.1 Overview.- V.2 Word2Vec.- V.2.1 Idea and Formulation of Word2Vec.- V.2.2 Healthcare application of Word2Vec.- V.3 Med2Vec: two-level embedding for EHR.- V.3.1 Med2Vec Method.- V.4 MiME: Embed Internal Structure.- V.4.1 Notations of MIME.- V.4.2 Description of MIME.- V.4.3 Experiment results of MIME.- VI Convolutional Neural Networks (CNN).- VI.1 CNN intuition.- VI.2 Architecture of CNN.- VI.2.1 Convolution layer - 1D.- VI.2.2 Convolution layer - 2D.- VI.2.3 Pooling Layer.- VI.2.4 Fully Connected Layer.- VI.3 Backpropagation Algorithm in CNN*.- VI.3.1 Forward and Backward Computation for 1-D Data.- VI.3.2 Forward Computation and Backpropagation for 2-D Convolution.- Layer . .- VI.3.3 Special CNN Architecture.- VI.4 Healthcare Applications .- VI.5 Automated surveillance of cranial images for acute neurologic events.- VI.6 Detection of Lymph Node Metastases from Pathology Images.- VI.7 Cardiologist-level arrhythmia detection and classification in ambulatory.- ECG.- CONTENTS 5.- VIIRecurrent Neural Networks (RNN).- VII.1Basic Concepts and Notations.- VII.2Backpropagation Through Time (BPTT) algorithm.- VII.2.1Forward Pass.- VII.2.2 Backward Pass.- VII.3RNN Variants.- VII.3.1 Long Short-Term Memory (LSTM).- VII.3.2 Gated Recurrent Unit (GRU).- VII.3.3 Bidirectional RNN.- VII.3.4 Encoder-Decoder Sequence-to-Sequence Models.- VII.4Case Study: Early detection of heart failure.- VII.5Case Study: Sequential clinical event prediction.- VII.6Case Study: De-identification of Clinical Notes.- VII.7Case Study:Automatic Detection of Heart Disease from electrocardiography.- (ECG) Data.- VIIAIutoencoders (AE).- VIII.1Overview.- VIII.2Autoencoders.- VIII.3Sparse Autoencoders.- VIII.4Stacked Autoencoders.- VIII.5Denoising Autoencoders.- VIII.6Case Study: “Deep Patient” via stacked denoising autoencoders.- VIII.7Case Study: Learning from Noisy, Sparse, and Irregular Clinical.- data.- IX Attention Models.- IX.1 Overview.- IX.2 Attention Mechanism.- IX.2.1 Attention based on Encoder-Decoder RNN Models.- IX.2.2 Case Study: Attention Model over Longitudinal EHR.- IX.2.3 Case Study: Attention model over a Medical Ontology.- IX.2.4 Case Study: ICD Classification from Clinical Notes.- X Memory Networks.- X.1 Original Memory Networks.- X.2 End-to-end Memory Networks.- X.3 Case Study: Medication Recommendation.- X.4 EEG-RelNet: Memory Derived from Data.- X.5 Incorporate Memory from Unstructured Knowledge Base.- XIGraph Neural Networks.- XI.1 Overview.- XI.2 Graph Convolutional Networks.- XI.2.1 Basic Setting of GCN.- XI.2.2 Spatial Convolution on Graphs.- 6 CONTENTS.- XI.2.3 Spectral Convolution on Graphs.- XI.2.4 Approximate Graph Convolution.- XI.2.5 Neighborhood Aggregation.- XI.3 Neural Fingerprinting: Drug Molecule Embedding with GCN.- XI.4 Decagon: Modeling Polypharmacy Side Effects with GCN.- XI.5 Case Study: Multiview Drug-drug Interaction Prediction.- XIIGenerative Models.- XII.1Generative adversarial networks (GAN).- XII.1.1 The GAN Framework.- XII.1.2 The Cost Function of Discriminator.- XII.1.3 The Cost Function of Generator.- XII.2Variational Autoencoders (VAE).- XII.2.1 Latent Variable Models.- XII.2.2Objective Formulation.- XII.2.3Objective Approximation.- XII.2.4 Reparameterization Trick.- XII.3Case Study: Generating Patient Records.- XII.4Case Study: Small Molecule Generation for Drug Discovery.- XII CIonclusion.- XIII.1Model Setup.- XIII.2Model Training.- XIII.3Testing and Performance Evaluation.- XIII.4Result Visualization.- XIII.5Case Studies.- XIVAppendix.- XIV.1Regularization*.- XIV.1.1Vanishing or Exploding Gradient Problem.- XIV.1.2Dropout.- XIV.1.3Batch normalization.- XIV.2Stochastic Gradient Descent and Minibatch gradient descent*.- XIV.3Advanced optimization*.- XIV.3.1Momentum.- XIV.3.2Adagrad, Adadelta, and RMSprop.- XIV.3.3Adam.-


Best Sellers


Product Details
  • ISBN-13: 9783030821838
  • Publisher: Springer Nature Switzerland AG
  • Publisher Imprint: Springer Nature Switzerland AG
  • Height: 235 mm
  • No of Pages: 232
  • Spine Width: 21 mm
  • Width: 155 mm
  • ISBN-10: 3030821838
  • Publisher Date: 12 Nov 2021
  • Binding: Hardback
  • Language: English
  • Returnable: Y
  • Weight: 536 gr


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Introduction to Deep Learning for Healthcare
Springer Nature Switzerland AG -
Introduction to Deep Learning for Healthcare
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Introduction to Deep Learning for Healthcare

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA