Machine Learning and Deep Learning Techniques for Medical Science
eBook - ePub

Machine Learning and Deep Learning Techniques for Medical Science

  1. 410 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Machine Learning and Deep Learning Techniques for Medical Science

About this book

The application of machine learning is growing exponentially into every branch of business and science, including medical science. This book presents the integration of machine learning (ML) and deep learning (DL) algorithms that can be applied in the healthcare sector to reduce the time required by doctors, radiologists, and other medical professionals for analyzing, predicting, and diagnosing the conditions with accurate results. The book offers important key aspects in the development and implementation of ML and DL approaches toward developing prediction tools and models and improving medical diagnosis.

The contributors explore the recent trends, innovations, challenges, and solutions, as well as case studies of the applications of ML and DL in intelligent system-based disease diagnosis. The chapters also highlight the basics and the need for applying mathematical aspects with reference to the development of new medical models. Authors also explore ML and DL in relation to artificial intelligence (AI) prediction tools, the discovery of drugs, neuroscience, diagnosis in multiple imaging modalities, and pattern recognition approaches to functional magnetic resonance imaging images.

This book is for students and researchers of computer science and engineering, electronics and communication engineering, and information technology; for biomedical engineering researchers, academicians, and educators; and for students and professionals in other areas of the healthcare sector.

  • Presents key aspects in the development and the implementation of ML and DL approaches toward developing prediction tools, models, and improving medical diagnosis
  • Discusses the recent trends, innovations, challenges, solutions, and applications of intelligent system-based disease diagnosis
  • Examines DL theories, models, and tools to enhance health information systems
  • Explores ML and DL in relation to AI prediction tools, discovery of drugs, neuroscience, and diagnosis in multiple imaging modalities

Dr. K. Gayathri Devi is a Professor at the Department of Electronics and Communication Engineering, Dr. N.G.P Institute of Technology, Tamil Nadu, India.

Dr. Kishore Balasubramanian is an Assistant Professor (Senior Scale) at the Department of EEE at Dr. Mahalingam College of Engineering & Technology, Tamil Nadu, India.

Dr. Le Anh Ngoc is a Director of Swinburne Innovation Space and Professor in Swinburne University of Technology (Vietnam).

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, weโ€™ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere โ€” even offline. Perfect for commutes or when youโ€™re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Machine Learning and Deep Learning Techniques for Medical Science by K. Gayathri Devi,Kishore Balasubramanian,Le Anh Ngoc in PDF and/or ePUB format, as well as other popular books in Technology & Engineering & Computer Science General. We have over one million books available in our catalogue for you to explore.

1 A Comprehensive Study on MLP and CNN, and the Implementation of Multi-Class Image Classification using Deep CNN

S.P. Balamurugan
Assistant Professor/Programmer, Department of Computer and Information Science, Faculty of Science, Annamalai University, Tamil Nadu, India
DOI: 10.1201/9781003217497-1
CONTENTS
  1. 1.1 Introduction
  2. 1.2 The Processes of the Neural Network
  3. 1.2.1 Basics of Neural Network
  4. 1.2.1.1 Architecture of Neural Network
  5. 1.2.1.2 Working Principles of Neural Network
  6. 1.2.1.3 Learning Methods of Neural Network
  7. 1.2.1.4 Drawbacks of Neural Network
  8. 1.2.2 Convolutional Neural Network (CNN) Algorithm
  9. 1.2.2.1 Merits of CNN over MLP
  10. 1.2.2.2 Contents of CNN
  11. 1.2.2.3 Working of CNN Algorithm
  12. 1.2.2.4 Deep CNN
  13. 1.3 Experimental Procedure
  14. 1.3.1 Preparing the Dataset
  15. 1.3.2 Model Training and Testing
  16. 1.4 Results and Discussion
  17. 1.4.1 MNIST Dataset Image Classifications
  18. 1.4.2 CIFAR-10 Dataset Image Classifications
  19. 1.5 Conclusion
  20. References

1.1 Introduction

Its use in various fields has increased as the efficiency of computer-assisted image processing has improved. Basic image processing techniques include restoration, enhancement, segmentation, and classification, etc. Image classification is critical in image processing. The goal of image classification is to assign images to the same class category automatically [1]. The classification may be carried out in two ways such as supervised and unsupervised. The two processes involved in image classification are training and testing. During training, the visual features are retrieved and combined to generate a unique description for each class. Depending on the type of classification challenge, such as binary or multi-class classification, the preceding method is repeated for all classes. The test images are presented to the trained model to categorize the class during testing. This assigning of classes is done based on the training features. Deep learning, also known as hierarchical learning has been a hot topic in machine learning research since 2006. Deep learning is a class of machine learning algorithms that use multiple layers of non-linear information processing for supervised or unsupervised feature extraction, transformation, pattern analysis, and classification, according to a standard definition [2]. One of the most widely used types of ANN approaches is the MLP approach. It is a member of the ANN's FFNN class structure. An FFNN framework of MLP comprises neuron that is gathered in layers. In the MLP method, the entire input nodes in input and hidden layers are dispersed to several hidden layers [3,4]. The CNN is applied in image prediction and classification, and a minimal rate of error is accomplished that is less than the maximum human error rate [5,6]. Additionally in [6], CNN is utilized for training the maximum number of images and classifying the tomato leaf's diseases. It is one of the interventions in CNN which has accomplished maximum prediction and classification. The DCNN model will convolve more of the input data. It extracts more relevant features and achieves better accuracy for bigger datasets than CNN [7,8]. In [7], DCNN is employed for classifying the interstitial lu...

Table of contents

  1. Cover
  2. Half Title
  3. Series Page
  4. Title Page
  5. Copyright Page
  6. Contents
  7. Editor Biographies
  8. List of Contributors
  9. Chapter 1 A Comprehensive Study on MLP and CNN, and the Implementation of Multi-Class Image Classification using Deep CNN
  10. Chapter 2 An Efficient Technique for Image Compression and Quality Retrieval in Diagnosis of Brain Tumour Hyper Spectral Image
  11. Chapter 3 Classification of Breast Thermograms using a Multi-layer Perceptron with Back Propagation Learning
  12. Chapter 4 Neural Networks for Medical Image Computing
  13. Chapter 5 Recent Trends in Bio-Medical Waste, Challenges and Opportunities
  14. Chapter 6 Teager-Kaiser Boost Clustered Segmentation of Retinal Fundus Images for Glaucoma Detection
  15. Chapter 7 IoT-Based Deep Neural Network Approach for Heart Rate and SpO2 Prediction
  16. Chapter 8 An Intelligent System for Diagnosis and Prediction of Breast Cancer Malignant Features using Machine Learning Algorithms
  17. Chapter 9 Medical Image Classification with Artificial and Deep Convolutional Neural Networks: A Comparative Study
  18. Chapter 10 Convolutional Neural Network for Classification of Skin Cancer Images
  19. Chapter 11 Application of Artificial Intelligence in Medical Imaging
  20. Chapter 12 Machine Learning Algorithms Used in Medical Field with a Case Study
  21. Chapter 13 Dual Customized U-Net-based Based Automated Diagnosis of Glaucoma
  22. Chapter 14 MuSCF-Net: Multi-scale, Multi-Channel Feature Network using Resnet-Based Attention Mechanism for Breast Histopathological Image Classification
  23. Chapter 15 Artificial Intelligence is Revolutionizing Cancer Research
  24. Chapter 16 Deep Learning to Diagnose Diseases and Security in 5G Healthcare Informatics
  25. Chapter 17 New Approaches in Machine-based Image Analysis for Medical Oncology
  26. Chapter 18 Performance Analysis of Deep Convolutional Neural Networks for Diagnosing COVID-19: Data to Deployment
  27. Chapter 19 Stacked Auto Encoder Deep Neural Network with Principal Components Analysis for Identification of Chronic Kidney Disease
  28. Index