Machine Learning for Healthcare
eBook - ePub

Machine Learning for Healthcare

Handling and Managing Data

Rashmi Agrawal, Jyotir Moy Chatterjee, Abhishek Kumar, Pramod Singh Rathore, Dac-Nhuong Le, Rashmi Agrawal, Jyotir Moy Chatterjee, Abhishek Kumar, Pramod Singh Rathore, Dac-Nhuong Le

  1. 212 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

Machine Learning for Healthcare

Handling and Managing Data

Rashmi Agrawal, Jyotir Moy Chatterjee, Abhishek Kumar, Pramod Singh Rathore, Dac-Nhuong Le, Rashmi Agrawal, Jyotir Moy Chatterjee, Abhishek Kumar, Pramod Singh Rathore, Dac-Nhuong Le

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Informazioni sul libro

Machine Learning for Healthcare: Handling and Managing Data provides in-depth information about handling and managing healthcare data through machine learning methods. This book expresses the long-standing challenges in healthcare informatics and provides rational explanations of how to deal with them.

Machine Learning for Healthcare: Handling and Managing Data provides techniques on how to apply machine learning within your organization and evaluate the efficacy, suitability, and efficiency of machine learning applications. These are illustrated in a case study which examines how chronic disease is being redefined through patient-led data learning and the Internet of Things. This text offers a guided tour of machine learning algorithms, architecture design, and applications of learning in healthcare. Readers will discover the ethical implications of machine learning in healthcare and the future of machine learning in population and patient health optimization. This book can also help assist in the creation of a machine learning model, performance evaluation, and the operationalization of its outcomes within organizations. It may appeal to computer science/information technology professionals and researchers working in the area of machine learning, and is especially applicable to the healthcare sector.

The features of this book include:

  • A unique and complete focus on applications of machine learning in the healthcare sector.


  • An examination of how data analysis can be done using healthcare data and bioinformatics.


  • An investigation of how healthcare companies can leverage the tapestry of big data to discover new business values.


  • An exploration of the concepts of machine learning, along with recent research developments in healthcare sectors.


Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
Machine Learning for Healthcare è disponibile online in formato PDF/ePub?
Sì, puoi accedere a Machine Learning for Healthcare di Rashmi Agrawal, Jyotir Moy Chatterjee, Abhishek Kumar, Pramod Singh Rathore, Dac-Nhuong Le, Rashmi Agrawal, Jyotir Moy Chatterjee, Abhishek Kumar, Pramod Singh Rathore, Dac-Nhuong Le in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Computer Science e Data Mining. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

Anno
2020
ISBN
9781000221886
Edizione
1
Categoria
Data Mining

1

Fundamentals of Machine Learning

Rashmi Agrawal
CONTENTS
1.1 Introduction
1.2 Data in Machine Learning
1.3 The Relationship between Data Mining, Machine Learning, and Artificial Intelligence
1.4 Applications of Machine Learning
1.4.1 Machine Learning: The Expected
1.4.2 Machine Learning: The Unexpected
1.5 Types of Machine Learning
1.5.1 Supervised Learning
1.5.1.1 Supervised Learning Use Cases
1.5.2 Unsupervised Learning
1.5.2.1 Types of Unsupervised Learning
1.5.2.2 Clustering
1.5.2.3 Association Rule
1.5.2.4 Unsupervised Learning Use Case
1.5.3 Reinforcement Learning (RL)
1.6 Conclusion
References

1.1 Introduction

Machine learning is a discipline in which algorithms are applied to help mine knowledge out of large pools of existing information. It is the science that gives power to computers to perform without being openly programmed. “It is defined by the ability to choose effective features for pattern recognition, classification, and prediction based on the models derived from existing data” (Tarca and Carey 2007). According to Arthur L Samuel (1959), “machine learning is the ability of computers to learn to function in ways that they were not specifically programmed to do”. Many factors have contributed to making machine learning a reality. These include sources of data that are generating vast information, improved computational control for processing large amounts of information in fractions of time, and algorithms which are now more reliable and efficient.
Machine learning is one of the most exciting technologies one could come by. As is apparent from its name, machine learning offers the computer the ability to learn, meaning it can become more like a human. It is being vigorously used today, perhaps in many more ways than one would expect.

1.2 Data in Machine Learning

The data required for analysis is gathered from various sources such as web pages, emails, IoT sensors, text files, etc. This data serves as the input needed for machine learning algorithms to generate insights. Without data, we can’t train any models and all contemporary research and automation would be ineffective. Large initiatives are spending masses of money just to collect as much specific data as possible. Data uncertainty is common in real-world applications. Various factors like physical data generation and collection processes, unreliable data transmission, transmission bandwidth, measurement errors, and decision errors contribute to the uncertainty in data. This may apply for both numerical data and categorical data (Agrawal and Ram 2015).
After collecting data, it is preprocessed and used for extracting information and knowledge (Figure 1.1).
FIGURE 1.1
Data, information and knowledge.
Now the question of how the data is used in machine learning arises. As shown in Figure 1.2, the data is split into three parts – testing, training, and validation data.
FIGURE 1.2
Types of data.
Training data is applied to train machine learning models and, after completion of the training part, testing data is used for unprejudiced valuation of the model. Validation data is used for frequent evaluation of the model thereafter. Thus, the data plays an important role in the model building and selection. Data has a lot of potential for organizations and almost all large- and mid-level organizations are therefore continuously looking for ways to utilize it (Agrawal 2020). Some of the important dimensions of big data are described here:
  1. 1) Volume: the main characteristic feature or dimension of big data is its sheer volume. The term volume refers to the amount of data an organization, or an individual, collects and/or generates. Currently, to qualify as big data, a minimum of 1 terabyte is the threshold for big data which stores as much data as would fit on 1,500 CDs or 220 DVDs, (or enough to store approximately 16 million Facebook images). The vast amounts of data are generated every second. E-commerce, social media, and various sensors produce high volumes of unstructured data in the form of various audio, images, and video files. Today big data is also generated by machines, networks, and human interaction on systems and the volume of data to be analyzed is massive.
  2. 2) Variety: is one of the most attractive dimensions in technology, as almost all information is digitized nowadays. Traditional data types or structured data include information (such as date, amount, and time) in a structured way which can easily fit neatly in a relational database. Structured data is augmented by unstructured data. Modern day data sources include Twitter feeds, YouTube videos, audio files, MRI images, web pages, web logs, and anything else that can be captured and stored and does not require any meta model for its structure to access it later on.
  3. Unstructured data i...

Indice dei contenuti

  1. Cover
  2. Half-Title
  3. Title
  4. Copyright
  5. Contents
  6. Preface
  7. Acknowledgments
  8. Editors
  9. List of Contributors
  10. 1. Fundamentals of Machine Learning
  11. 2. Medical Information Systems
  12. 3. The Role of Metaheuristic Algorithms in Healthcare
  13. 4. Decision Support System to Improve Patient Care
  14. 5. Effects of Cell Phone Usage on Human Health and Specifically on the Brain
  15. 6. Feature Extraction and Bio Signals
  16. 7. Comparison Analysis of Multidimensional Segmentation Using Medical Health-Care Information
  17. 8. Deep Convolutional Network Based Approach for Detection of Liver Cancer and Predictive Analytics on Cloud
  18. 9. Performance Analysis of Machine Learning Algorithm for Healthcare Tools with High Dimension Segmentation
  19. 10. Patient Report Analysis for Identification and Diagnosis of Disease
  20. 11. Statistical Analysis of the Pre- and Post-Surgery in the Healthcare Sector Using High Dimension Segmentation
  21. 12. Machine Learning in Diagnosis of Children with Disorders
  22. 13. Forecasting Dengue Incidence Rate in Tamil Nadu Using ARIMA Time Series Model
  23. Index
Stili delle citazioni per Machine Learning for Healthcare

APA 6 Citation

Agrawal, R., Chatterjee, J. M., Kumar, A., Rathore, P. S., & Le, D.-N. (2020). Machine Learning for Healthcare (1st ed.). CRC Press. Retrieved from https://www.perlego.com/book/1899953/machine-learning-for-healthcare-handling-and-managing-data-pdf (Original work published 2020)

Chicago Citation

Agrawal, Rashmi, Jyotir Moy Chatterjee, Abhishek Kumar, Pramod Singh Rathore, and Dac-Nhuong Le. (2020) 2020. Machine Learning for Healthcare. 1st ed. CRC Press. https://www.perlego.com/book/1899953/machine-learning-for-healthcare-handling-and-managing-data-pdf.

Harvard Citation

Agrawal, R. et al. (2020) Machine Learning for Healthcare. 1st edn. CRC Press. Available at: https://www.perlego.com/book/1899953/machine-learning-for-healthcare-handling-and-managing-data-pdf (Accessed: 15 October 2022).

MLA 7 Citation

Agrawal, Rashmi et al. Machine Learning for Healthcare. 1st ed. CRC Press, 2020. Web. 15 Oct. 2022.