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 páginas
  2. English
  3. ePUB (apto para móviles)
  4. Disponible en iOS y 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

Detalles del libro
Vista previa del libro
Índice
Citas

Información del 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.


Preguntas frecuentes

¿Cómo cancelo mi suscripción?
Simplemente, dirígete a la sección ajustes de la cuenta y haz clic en «Cancelar suscripción». Así de sencillo. Después de cancelar tu suscripción, esta permanecerá activa el tiempo restante que hayas pagado. Obtén más información aquí.
¿Cómo descargo los libros?
Por el momento, todos nuestros libros ePub adaptables a dispositivos móviles se pueden descargar a través de la aplicación. La mayor parte de nuestros PDF también se puede descargar y ya estamos trabajando para que el resto también sea descargable. Obtén más información aquí.
¿En qué se diferencian los planes de precios?
Ambos planes te permiten acceder por completo a la biblioteca y a todas las funciones de Perlego. Las únicas diferencias son el precio y el período de suscripción: con el plan anual ahorrarás en torno a un 30 % en comparación con 12 meses de un plan mensual.
¿Qué es Perlego?
Somos un servicio de suscripción de libros de texto en línea que te permite acceder a toda una biblioteca en línea por menos de lo que cuesta un libro al mes. Con más de un millón de libros sobre más de 1000 categorías, ¡tenemos todo lo que necesitas! Obtén más información aquí.
¿Perlego ofrece la función de texto a voz?
Busca el símbolo de lectura en voz alta en tu próximo libro para ver si puedes escucharlo. La herramienta de lectura en voz alta lee el texto en voz alta por ti, resaltando el texto a medida que se lee. Puedes pausarla, acelerarla y ralentizarla. Obtén más información aquí.
¿Es Machine Learning for Healthcare un PDF/ePUB en línea?
Sí, puedes acceder a Machine Learning for Healthcare de 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 en formato PDF o ePUB, así como a otros libros populares de Computer Science y Data Mining. Tenemos más de un millón de libros disponibles en nuestro catálogo para que explores.

Información

Año
2020
ISBN
9781000221886
Edición
1
Categoría
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...

Índice

  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
Estilos de citas para 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.