Artificial Neural Network for Drug Design, Delivery and Disposition
eBook - ePub

Artificial Neural Network for Drug Design, Delivery and Disposition

Munish Puri,Yashwant Pathak,Vijay Kumar Sutariya,Srinivas Tipparaju,Wilfrido Moreno

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

Artificial Neural Network for Drug Design, Delivery and Disposition

Munish Puri,Yashwant Pathak,Vijay Kumar Sutariya,Srinivas Tipparaju,Wilfrido Moreno

Book details
Book preview
Table of contents
Citations

About This Book

Artificial Neural Network for Drug Design, Delivery and Disposition provides an in-depth look at the use of artificial neural networks (ANN) in pharmaceutical research. With its ability to learn and self-correct in a highly complex environment, this predictive tool has tremendous potential to help researchers more effectively design, develop, and deliver successful drugs.

This book illustrates how to use ANN methodologies and models with the intent to treat diseases like breast cancer, cardiac disease, and more. It contains the latest cutting-edge research, an analysis of the benefits of ANN, and relevant industry examples. As such, this book is an essential resource for academic and industry researchers across the pharmaceutical and biomedical sciences.

  • Written by leading academic and industry scientists who have contributed significantly to the field and are at the forefront of artificial neural network (ANN) research
  • Focuses on ANN in drug design, discovery and delivery, as well as adopted methodologies and their applications to the treatment of various diseases and disorders
  • Chapters cover important topics across the pharmaceutical process, such as ANN in structure-based drug design and the application of ANN in modern drug discovery
  • Presents the future potential of ANN-based strategies in biomedical image analysis and much more

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on ā€œCancel Subscriptionā€ - itā€™s as simple as that. After you cancel, your membership will stay active for the remainder of the time youā€™ve paid for. Learn more here.
Can/how do I download books?
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.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlegoā€™s features. The only differences are the price and subscription period: With the annual plan youā€™ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
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.
Do you support text-to-speech?
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.
Is Artificial Neural Network for Drug Design, Delivery and Disposition an online PDF/ePUB?
Yes, you can access Artificial Neural Network for Drug Design, Delivery and Disposition by Munish Puri,Yashwant Pathak,Vijay Kumar Sutariya,Srinivas Tipparaju,Wilfrido Moreno in PDF and/or ePUB format, as well as other popular books in Business & Business Intelligence. We have over one million books available in our catalogue for you to explore.

Information

Year
2015
ISBN
9780128017449
Section 1
Basics of ANN: Concept and Strategy in Drug Design
Chapter 1

Introduction to Artificial Neural Network (ANN) as a Predictive Tool for Drug Design, Discovery, Delivery, and Disposition

Basic Concepts and Modeling

Munish Puri1, Aum Solanki2, Timothy Padawer2, Srinivas M. Tipparaju2, Wilfrido Alejandro Moreno3, and Yashwant Pathak4 1Visiting Fellow, National Cancer Institute, NIH, Bethesda, MD, USA 2Department of Pharmaceutical Sciences, College of Pharmacy, University of South Florida, Tampa, FL, USA 3Department of Electrical Engineering, University of South Florida, Tampa, FL, USA; and R&D of Ibero-American Science and Technology Education Consortium (ISTEC) 4USF College of Pharmacy, University of South Florida, Tampa, FL, USA

Abstract

An ANN is a computational model inspired by networks of biological neurons, wherein the neurons compute output values from inputs. It learns from its past experience and errors in a non-linear parallel processing manner. The neuron is the basic calculating entities which computes from a number of inputs and deliver one output comparing with threshold value and turned on (fired). The computational processing is done by internal structural arrangement consists of hidden layers which utilizes the back propagation and feed forward mechanism to deliver output close to accuracy. The learning is based on reinforcement (supervised) and unsupervised (no target) type. The unsupervised mimics the biological neuron pattern of learning. ANN is widely used in medicine as classifier in cancer applications, drug delivery, pharmaceutical research and Blood-Brain Barrier (BBB) permeability.

Keywords

Artificial Neural Network; ANN in medicine; ANN as classifier; neural network in pharmaceutical; ANN in Blood-Brain Barrier (BBB) permeability

1. Artificial Neural Network

An Artificial Neural Network (ANN) is a computational model inspired by networks of biological neurons, wherein the neurons compute output values from inputs. All signals can be assigned binary values as either 1 or āˆ’1. The neuron calculates a weighted sum of inputs and compares it to a threshold of 0. If the calculated sum is higher than the threshold, the output is set to 1 or to āˆ’1. The power of the neuron results from its collective behavior in a network where all neurons are interconnected. The network starts evolving: neurons continuously evaluate their output by looking at their inputs, calculating the weighted sum, and then comparing to a threshold to decide if they should fire. This is a highly complex parallel process whose features cannot be reduced to phenomena taking place with individual neurons. One observation is that the evolution of an ANN causes it to eventually reach a state where all neurons continue working, but no further changes in their state occur. A network may have more than one stable state, and it is determined by the choice of synaptic weights and thresholds for the neurons.
ANN is a computational model that is based on a machine learning technique. It works like a human brain neuron system. This machine learning technique follows the same pattern of learning, that is, learning from its past experience and mistakes like mammalian neurons to achieve the target value. An algorithm is designed on the basis of a neural network system to implement a parallel computational power of neurons. ANN learns from its past experience and errors in a nonlinear parallel processing manner using a popular algorithm named ā€œfeed forward and backpropagation.ā€ The term ā€œfeed forwardā€ describes how the neural network processes and recalls patterns. In a feed forward neural network, neurons are only connected forward. Each layer of the neural network contains connections to the next layer, but there are no connections back. The term ā€œbackpropagationā€ describes how this type of neural network is trained. Backpropagation is a form of supervised training. When using a supervised training method, the network must be provided with both sample inputs and anticipated outputs. The anticipated outputs are compared against the actual outputs for given input. Using the anticipated outputs, the backpropagation training algorithm takes a calculated error and adjusts the weights of the various layers backward from the output layer to the input layer to reduce the value of error. The information is delivered to output if it achieves the target; otherwise, it is backpropagated. Hence the name of the algorithm is feed forward backpropagation. The target value will only be achieved if the weighted sum will meet the minimum threshold and hence feed forward or backpropagate for further processing. ANN could be an excellent choice to process large biological data for a more accurate prognosis. The prognostic tools can be designed based on ANN's powerful learning and processing characteristics, which can work perfectly even in a highly probabilistic and noisy environment. The power of the neuron results from its collective behavior in a network where all neurons are interconnected. The network starts evolving; neurons continuously evaluate their output by looking at their inputs, calculating the weighted sum, and then comparing to a threshold to decide if they should fire.
The neuron is the basic calculating entity in ANN processing, which accepts information from a number of inputs and delivers one output by comparing with a threshold value. The computational processing is accomplished by internal structural arrangements that consist of hidden layers and algorithms to deliver a specified output. The learning is based on reinforcement (supervised) and unsupervised (no target) types. The unsupervised mimics the biological neuron pattern of learning.
Basically, ANN is a mathematical model that is used to implement the designed algorithm-based machine learning techniques. ANN communication is performed by calculating the weights of neural inputs, which works on the basis of mathematical operations such as multiplication and addition. Each input received at a nodal point is multiplied with its weights and summed together before activation (firing). In the case of a biological neuron, the information is received at dendrites, processed at soma (cell body), and delivered to axon (output). Similarly, in ANN, the artificial neuron is the basic unit of information reception where the inputs are received and multiplied, summed, and processed via a transfer function before being delivered to the output. An ANN model is so simple and natural that it can handle very complex real-life problems in a nonparallel and distributive way like a biological neural network. The mathematical description of ANN can be understood by the following equation:
image
(1)
where
Xi(t) is the input value at time t,
Wi(t) is the weight of neural input at time t,
c is the bias,
F is a transfer function,
Y(t) is the output value at time t.
Note that the transfer function F is to be selected on the basis of the nature of the problem. It mathematically defines the properties of neurons. It can be any step function or nonlinear sigmoid function, depending on the problem. The step function is used to handle classification problems like classifying the benign and malignant state of breast tumors. Similar to a human neuron network, ANN should be trained before it is actually applied to a specific problem. This learning can be supervised or unsupervised in nature.

2. ANN as a Classifier

ANN can be used to classify the complex and noisy biological data for prognosis. For example, in breast cancer tumor data, an ANN classifier can be trained to classify the benign and malignancy states based on descriptors like cell uniformity, clump thickness, size, shape, intensity, mitosis, etc. Its performance is then judged through mean square error and confusion matrices. Data are loaded in terms of feature elements.
The data available for processing under ANN are distributed in categories such as training, validation, and testing. Training data are the actual data offered to a network during training and adjusted according to errors and mistakes. Validation data are used to test the network performance directly and stop the processing in case of overfitting. Out of sample testing is an independent operation and has no effect on ANN operation durin...

Table of contents

  1. Cover image
  2. Title page
  3. Table of Contents
  4. Copyright
  5. Dedication
  6. Contributors
  7. Foreword
  8. Preface
  9. Section 1. Basics of ANN: Concept and Strategy in Drug Design
  10. Section 2. Basics and Application of ANN in Drug Discovery
  11. Section 3. ANN in Drug Delivery
  12. Section 4. ANN in Drug Disposition
  13. Section 5. ANN in Various Applications in Medicine
  14. Index
Citation styles for Artificial Neural Network for Drug Design, Delivery and Disposition

APA 6 Citation

Puri, M., Pathak, Y., Sutariya, V. K., Tipparaju, S., & Moreno, W. (2015). Artificial Neural Network for Drug Design, Delivery and Disposition ([edition unavailable]). Elsevier Science. Retrieved from https://www.perlego.com/book/1831463/artificial-neural-network-for-drug-design-delivery-and-disposition-pdf (Original work published 2015)

Chicago Citation

Puri, Munish, Yashwant Pathak, Vijay Kumar Sutariya, Srinivas Tipparaju, and Wilfrido Moreno. (2015) 2015. Artificial Neural Network for Drug Design, Delivery and Disposition. [Edition unavailable]. Elsevier Science. https://www.perlego.com/book/1831463/artificial-neural-network-for-drug-design-delivery-and-disposition-pdf.

Harvard Citation

Puri, M. et al. (2015) Artificial Neural Network for Drug Design, Delivery and Disposition. [edition unavailable]. Elsevier Science. Available at: https://www.perlego.com/book/1831463/artificial-neural-network-for-drug-design-delivery-and-disposition-pdf (Accessed: 15 October 2022).

MLA 7 Citation

Puri, Munish et al. Artificial Neural Network for Drug Design, Delivery and Disposition. [edition unavailable]. Elsevier Science, 2015. Web. 15 Oct. 2022.