International Journal of Advance Engineering and Research Development SURVEY IN ARTIFICIAL NEURAL NETWORKS IN MYOCARDIAL INFARCTION

Size: px
Start display at page:

Download "International Journal of Advance Engineering and Research Development SURVEY IN ARTIFICIAL NEURAL NETWORKS IN MYOCARDIAL INFARCTION"

Transcription

1 Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 03, March e-issn (O): p-issn (P): SURVEY IN ARTIFICIAL NEURAL NETWORKS IN MYOCARDIAL INFARCTION Dr. Veena. S 1, Nerisai. M. V 2, Vignesh. P 3 1 Professor, Department of Computer Science and Engineering 2 Student, Department of Computer Science and Engineering 3 Student, Department of Computer Science and Engineering S. A. Engineeering College Abstract- The most important branches of computer science are the Artificial Intelligence, which increases the capability of analyzing complex medical data. It contains more potential which has to be exploited by the human beings for sake of them. It helps to diagnose, to treat and to predict the outcome in many clinical scenarios as it have good relationship with a data set. Since accuracy and efficiency are the two principles needed for the better treatment to save the life of a human community, the proficiency in Artificial Intelligence is an essential high time need in all the fields of medicine. Based on this, the present paper tries to explore the various outlooks of AI in medicinal field. Keywords- Artificial Intelligence, Medicine, Neural Networks, neural topology I. INTRODUCTION Aristotle s attempt to formalize right thinking (logic) through a three part deductive reasoning, inspires many modern era workers to study on the operation of mind helped to establish contemporary logical thinking. Computer programs, makes it function in such a way that make the people to think as intelligent is called Artificial Intelligence system. The technology (Artificial Intelligence) that has been created to assist human beings to perform various activities with more accuracy and efficiency. The development of AI is associated with human intelligence like learning, reasoning and problem solving. Though the process for developing AI began in the first half of the 20th century, the creation of The Logic theorist designed by Newell and Simon in the year 1955 was the first ahead step towards the modern AI. Earlier it was related to engineering. Later the applications are extended towards all departments of science and technology including medicine field. The application of AI technology in medicine was first successfully investigated by Gunn in 1976 and explored the possibility of diagnosing acute abdominal pain with computer analysis. In the last three decades we have seen a surge in the interest in medical AI. The ultimate problem of resource scarcity in India is the health care issues. The country requires more medical facilities and expertise but it needs more time and money to develop. As they are not easily obtainable, we should consider different ways to increase access to the existing resources in an inexpensive and effective way. A company named Tricog Health is a startup company which was handpicked by GE s health care accelerator program for cloud-based cardiac diagnosis problem. Nearly 26% of adult deaths in 2003 are escalated to 32% in 2013 due to Coronary heart disease as they are increasingly prevalent in India. This company uses specialized Artificial Intelligence to process the collected physiological data and ECGs from medical devices in real time and give cardiologist a diagnosis. After that, the cardiologist reviews the given diagnosis and recommends next steps to the nurse using the mobile app created by Tricog. A few specialists can diagnose over 20,000 patients using Tricog s AI engine. Now-a-days we are facing many challenges in acquiring, analyzing and applying the large amount of data and knowledge to solve complex clinical problems. Modern AI extends its helping hands for the formulation of a diagnosis, making therapeutic decisions and the prediction of outcome. They also face challenges like poor safety record, environmental pollution, unreliability capacity problems and wasted energy. The challenge is the fact that transportation systems are All rights Reserved 1568

2 complex systems which involves large number of components and different parties, each of them having different and conflicting objectives often. Artificial Neural Networks (ANN), evolutionary computation and hybrid intelligent systems are very much assisting and supporting the health care workers on their daily activities. India has the capacity to provide the huge amounts of data required to improve the accuracy of these algorithms and empower both startups and large companies to help solve health care problems around the world with 1.3 billion citizens. So, by utilizing this potential works to be triggered on this field which forms the basis for the present work. II. ARTIFICIAL NEURAL NETWORKS (ANN):- Dr. Robert Hecht- Nelson who is the inventor of neurocomputer, defines a neural network as a computing system made up of a number of a simple, highly linked processing elements, which process information by their dynamic state response to external in puts. In the past three decades, ANN becomes more popular in the field of medicine. ANN are nothing but computational analytical tool whose inspiration came from biological nervous system. Just like interconnected neurons in the brain to receive, store, recall, analyze the data and give information for performance, ANN has capable of performing parallel computations for data processing. It learns from previous experiences stored as data and perform accordingly in response patterns accurately, so the researchers are interested to solve many clinical problems by applying them in it. It helps for diagnosis, treatment and predicting outcome in many critical clinical situations. In 1990, one of the first researchers to explore the clinical potentials of ANNs newly developed neuronal network model by Baxt, accurately diagnosed acute myocardial infarction and latter possibly validated his work with similar accuracy (Ledley and Lusted, 1959). From this onwards, the application of ANN in medicine field becomes most wanted one. ANN has been used in the clinical diagnosis, image analysis in radiology and histopathology, data interpretation in intensive care setting and waveform analysis. Prost A sure Index, neuronal network derived classification algorithm was developed by Stamey etal (1996). With 90% diagnosed accuracy validated for many years. Then, it was extended to surgically relevant applications including abdomen pain, appendicitis, common bile stone problems, glaucoma, back pain and to classify prostates as benign or malignant. PAPNET, another ANN, computerized automated screening system based neuronal networks assisted cytological workers as it helps to screen, breast cancer, gastric cancer, thyroid cancer, oral cancer, urothelial cells, pleural and peritoneal effusion cytology. Pattern identification ability of ANN makes to analyse ECG pattern to diagnose myocardial infarction, atrial fibrillation and neutricular arrhythmias. Analysis of EEG (electroencephalogram) also possible by it. III. SOME TYPES OF ARTIFICIAL NEURAL NETWORKS:- a)multi-layer perceptron: In this study, the Artificial Neural Network classifier used for the multi-layer perceptron (MLP) network is a standard feedforward system which contains a single hidden layer and a back propagation training algorithm. Every single input neuron is attached to a hidden neuron, and all of them are subsequently connected to the output neuron. A numerical input is received for each input neuron from all input features, which are normalized within an interval of 0-1. The values are then multiplied by the connection weights, that represent the relative influences between the neurons from the layer one to the next layer. All the multiplications are added and sent through the network. The function that is most frequently activated is the sigmoid function. It simulates the all-or-none behavior of biological neurons. The output of hidden neurons is multiplied with appropriate connection weights and fed to the last decision-maker neuron. The output neuron also performs identical calculations which produce the output of the network that s final. The optimal number of hidden neurons that was selected would result in a predictive network with maximal sensitivity and All rights Reserved 1569

3 b) Network model of Radial basis function: The RBF network also has a feed-forward structure like multi-layer perceptron consists of a single hidden layer containing J locally tuned units are fully interconnected to an output layer which contains a decision-maker neuron. It should be observed that the hidden neurons are more biased to the central data located around the centers. All hidden units receive the n- dimensional real value input vector X in parallel. The RBF networks can also be used for reversion and pattern classification tasks. Its network has 3 layers. Layer one consists of receptor neurons and the hidden layer usually contains several neurons with a Gaussian activation function. c) Neural Network topologies: This section mostly focuses on the pattern of connections between the propagation and the units of data. For this pattern of connections, the main distinction we can make is between: In Feed-forward neural networks, the data flow from input to output units is strictly feed-forward. Over multiple units can be extended in data processing. But no feedback connections are present, that is, the connections extending from outputs of units to inputs of units in the same layer or previous layers. d)recurrent neural network: It contains feedback connections. In opposite to feed-forward networks, the dynamical properties of the network are important. The activation values of the units undergo a relaxation process in some cases such that the neural network will evolve to a stable state in which these activations do not change anymore. The change of the activation values of the output neurons are significant in other applications. Some examples for feed-forward neural networks are the Perceptron and Adaline. Anderson presented the examples of recurrent networks such as (Anderson, 1977), Kohonen (Kohonen, 1977), and Hopfield (Hopfield, 1982). Area: 2000cm 2 Figure 1. Types of Neural Networks Weight: 1,5 kg Covering the hemispheres of the cerebral cortex contains neurons: The number of connections between cells: The cells send and receive signals, the speed of operation= operations / sec The neural network is a simplified model of the brain IV. NEURAL NETWORKS IN MEDICINE FIELD:- At the moment, the research on ANN in medicine field is on modelling parts of the human body and in recognising diseases from various scans like cardiograms, CAT scans, ultrasonic scans, etc. Neural networks can recognize diseases using scans as there is no need for providing a specific algorithm on how to identify the disease. Neural networks are learned by example so the information of how to recognise the disease is All rights Reserved 1570

4 needed. What is required is a set of examples that represents all the variations of the disease. All these examples are should to be selected very carefully if the system should perform reliably. V. FUNDAMENTAL TRAIT OF INTELLIGENCE IS THE ABILITY TO LEARN:- Even though a precise definition of learning is difficult to formulate, learning process in ANN context can be viewed as the problem of updating network architecture and connection weights so that a network can perform a specific task efficiently. Usually the network must be learned by the connection weights from available training patterns. The performance is improved by updating the weights in the network. The ability to automatically learn from examples makes ANN more attractive and exciting. ANN learn underlying rules (like input-output relationships) from the given collection of representative examples. It is one of the major advantages of neural networks over traditional expert systems. VI. REASONS FOR MISCLASSIFICATION:- Some ECGS were misclassified by the ANN and correctly classified by the electrocardiographer. To train the neural networks (in this study), a relatively small number of input variables was used. A network that is fed with many input variables requires many examples in the training set. The number of training examples required for appropriate training is 10 times the total no of inter neuron connections in the neural network. Here, only eight variables from each of three leads were used, but the number of weights was as high as the network of this size could be trained by using a database of some 1,500 ECGS, as in this study, but much larger networks would probably not be sufficiently trained. In Contrast to it, the electrocardiographer makes his decision based on much more data. Hence, it is not surprising that the electrocardiographer outperforms the neural networks in few ECGS with minor configurational deviations, such as notches in the QRS complex. The neural networks may have been Volum:140 c 3 Figure 2. An example for input-output relationship that the networks in this study were only trained to diagnose anterior myocardial infarction. So, some ECGS with deep inverted T waves but normal QRS configuration, are likely to be classified as showing anterior myocardial infarction. This is also an another reason for misclassification. When all precordial leads are taken into account, left ventricular hypertrophy with strain is a probable diagnosis. Anyways, a neural network could only earn this pattern when number of examples is sufficient of left ventricular hypertrophy were added to the All rights Reserved 1571

5 VII. CLINICAL IMPLICATIONS:- The advantage of ANN overrule-based criteria is the enhanced diagnostic performance. Another one is the ability to easily adjust the network outputs in different clinical situations. Neural network outputs can be regarded as Bayesian aposteriori probabilities when the apriori probabilities of the classes in the training database are the same as the apriori probabilities in the test situation. An experienced electrocardiographer takes into account the clinical situation in which an ECG is recorded and adjusts the interpretation accordingly. The disadvantage in artificial neural networks is the lack of reasons for a certain diagnosis. These criteria are usually very complex because they are studied rarely in clinical practice and may not be easy for many ECG readers to understand. Nevertheless, they are well accepted by millions of users. VIII. WHERE ARE NEURAL NETWSORKS BEING USED? They are used in Signal processing: suppress line noise, with adaptive echo canceling, blind source separation Control: backing up a truck: cab position, rear position, and match with the dock get converted to steering instructions. Manufacturing plants for controlling automated machines. Siemens successfully uses neural networks for process automation in basic industries, e.g., in rolling mill control more than 100 neural networks do their job, 24 hours a day Robotics - navigation, vision recognition Pattern recognition, i.e. recognizing handwritten characters, e.g. the current version of Apple's Newton uses a neural net Medicine, storing medical records based on case information Speech production: reading text aloud (NETtalk) Vision: face recognition, edge detection, visual search engines Business, rules for mortgage decisions are extracted from past decisions made by experienced evaluators, resulting in a network that has a high level of agreement with human experts. Financial Applications: time series analysis, stock market prediction Data Compression: speech signal, image, e.g. faces Game Playing: chess, go,... IX. a)advantages: ADVANTAGES, LIMITATIONS AND APPLICATIONS OF NEURAL NETWORKS:- They can be applied to any problems, as long as there is some data. They can also be applied to problems, for which analytical methods do not exist Neural networks are used to design non-linear dependencies. If there is a pattern, neural networks will quickly work it out, even if the data is noisy. It Always gives some answer even when the input information is not complete. Networks are easy to maintain. b)limitations:- If there is no or very little data available, any data-driven models cannot be All rights Reserved 1572

6 There are many free parameters, such as the number of hidden nodes, the learning rate, minimal error, which may greatly influence the final result. Not good for arithmetics and precise calculations. Neural networks do not provide explanations. If there are many nodes, then there are too many weights that are difficult to interprete (unlike the slopes in linear models, which can be seen as correlations). In some tasks, explanations are crucial (e.g. air traffic control, medical diagnosis). X. CONCLUSION: - The Artificial Intelligence updating and extending its applications to different fields is increasing effectively. Since the field of medicine plays a vital role in the life saving activities on human, it gets more attention in both the fields. To derive final conclusion about the patient, it is mandatory to look back his past clinical history. Keeping history in the memory of a doctor is very difficult one. So the artificial Intelligence take over this function and saving the data for a long period and also reproduce it very quickly whenever it is needed. It also helps the doctors to take right decision based on the Artificial Intelligence prediction on a particular matter without any geographical barrier. There are many intelligent systems having been introduced depending upon today s needs. The present work analyzed the advantages and disadvantages and emphasized the need for future work which has to be towards more perfection and accuracy. XI. REFERENCES:- 1. Adel W.Sadek, Artificial Intelligence Applications in transportation, University of Vermont. 2. Baxt WG. Use of an artificial neural network for data analysis in clinical decision-making: the diagnosis of acute coronary occlusion. Neural Comput 1990; 2: Buchanan, Bruce G. A (very) brief history of Artificial Intelligence. AI Magazine 26(4): Winter 2005, Cohen, Jonathan. Human robots in myth and science. NY: A.S.Barnes, Feigenbaum, E.A. & Feldman, J. (eds.) Computers and Thought. NY: McGraw-Hill, Gardner, Martin. Logic Machines and Diagrams NY: McGraw-Hill, Gunn AA. The diagnosis of acute abdominal pain with computer analysis. J R Coll Surg Edinb 1976; 21: Ledley RS, Lusted LB. Reasoning foundations of medical diagnosis. Science 1959; 130: McCorduck, Pamela. Machines who Think. San Francisco: W.H. Freeman, Minsky, M. L., and S. Papert. Perceptrons: An Introduction to Computational Geometry (First edition). 11. MIT Press, Cambridge, Massachusetts, Pranav Deshpande works with Startup Bridge at Stanford, an annual conference held in December at Stanford where top technology innovators from India and Silicon Valley build strategic partnerships to innovate for the world. 13. Russel, S. J., and P. Norvig. Artificial Intelligence: A Modern Approach. Prentice-Hall, Upper Saddle River, New Jersey, Stamey TA, Barnhill SD, Zang Z. Effectiveness of ProstAsureTM in detecting prostate cancer (PCa) and benign prostatic hyperplasia (BPH) in men age 50 and older. J Urol 1996; 155: 436A. 15. Zadeh, L. A. Fuzzy Sets. Information and Control. Vol. 8, 1965, pp. 338 All rights Reserved 1573

MINE 432 Industrial Automation and Robotics

MINE 432 Industrial Automation and Robotics MINE 432 Industrial Automation and Robotics Part 3, Lecture 5 Overview of Artificial Neural Networks A. Farzanegan (Visiting Associate Professor) Fall 2014 Norman B. Keevil Institute of Mining Engineering

More information

Course Objectives. This course gives a basic neural network architectures and learning rules.

Course Objectives. This course gives a basic neural network architectures and learning rules. Introduction Course Objectives This course gives a basic neural network architectures and learning rules. Emphasis is placed on the mathematical analysis of these networks, on methods of training them

More information

The Use of Neural Network to Recognize the Parts of the Computer Motherboard

The Use of Neural Network to Recognize the Parts of the Computer Motherboard Journal of Computer Sciences 1 (4 ): 477-481, 2005 ISSN 1549-3636 Science Publications, 2005 The Use of Neural Network to Recognize the Parts of the Computer Motherboard Abbas M. Ali, S.D.Gore and Musaab

More information

Computational Intelligence Introduction

Computational Intelligence Introduction Computational Intelligence Introduction Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Fall 2011 Farzaneh Abdollahi Neural Networks 1/21 Fuzzy Systems What are

More information

Comparison of MLP and RBF neural networks for Prediction of ECG Signals

Comparison of MLP and RBF neural networks for Prediction of ECG Signals 124 Comparison of MLP and RBF neural networks for Prediction of ECG Signals Ali Sadr 1, Najmeh Mohsenifar 2, Raziyeh Sadat Okhovat 3 Department Of electrical engineering Iran University of Science and

More information

Artificial Neural Networks

Artificial Neural Networks Artificial Neural Networks ABSTRACT Just as life attempts to understand itself better by modeling it, and in the process create something new, so Neural computing is an attempt at modeling the workings

More information

بسم اهلل الرحمن الرحيم. Introduction to Neural Networks

بسم اهلل الرحمن الرحيم. Introduction to Neural Networks Textbooks: بسم اهلل الرحمن الرحيم. Introduction to Neural Networks Martin T. Hagan, Howard B. Demuth, Mark Beale, Orlando De Jesús, Neural Network Design. 2014. Simon Haykin, Neural Networks and Learning

More information

ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS

ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS Prof.Somashekara Reddy 1, Kusuma S 2 1 Department of MCA, NHCE Bangalore, India 2 Kusuma S, Department of MCA, NHCE Bangalore, India Abstract: Artificial Intelligence

More information

Internet Based Artificial Neural Networks for the Interpretation of Medical Images

Internet Based Artificial Neural Networks for the Interpretation of Medical Images Internet Based Artificial Neural Networks for the Interpretation of Medical Images Andreas Järund, Lars Edenbrandt Department of Clinical Physiology, Lund University, Lund, Sweden andreas.järund@klinfys.lu.se

More information

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw Review Analysis of Pattern Recognition by Neural Network Soni Chaturvedi A.A.Khurshid Meftah Boudjelal Electronics & Comm Engg Electronics & Comm Engg Dept. of Computer Science P.I.E.T, Nagpur RCOEM, Nagpur

More information

Analysis of Learning Paradigms and Prediction Accuracy using Artificial Neural Network Models

Analysis of Learning Paradigms and Prediction Accuracy using Artificial Neural Network Models Analysis of Learning Paradigms and Prediction Accuracy using Artificial Neural Network Models Poornashankar 1 and V.P. Pawar 2 Abstract: The proposed work is related to prediction of tumor growth through

More information

Identification of Cardiac Arrhythmias using ECG

Identification of Cardiac Arrhythmias using ECG Pooja Sharma,Int.J.Computer Technology & Applications,Vol 3 (1), 293-297 Identification of Cardiac Arrhythmias using ECG Pooja Sharma Pooja15bhilai@gmail.com RCET Bhilai Ms.Lakhwinder Kaur lakhwinder20063@yahoo.com

More information

ECG QRS Enhancement Using Artificial Neural Network

ECG QRS Enhancement Using Artificial Neural Network 6 ECG QRS Enhancement Using Artificial Neural Network ECG QRS Enhancement Using Artificial Neural Network Sambita Dalal, Laxmikanta Sahoo Department of Applied Electronics and Instrumentation Engineering

More information

How Machine Learning and AI Are Disrupting the Current Healthcare System. Session #30, March 6, 2018 Cris Ross, CIO Mayo Clinic, Jim Golden, PwC

How Machine Learning and AI Are Disrupting the Current Healthcare System. Session #30, March 6, 2018 Cris Ross, CIO Mayo Clinic, Jim Golden, PwC How Machine Learning and AI Are Disrupting the Current Healthcare System Session #30, March 6, 2018 Cris Ross, CIO Mayo Clinic, Jim Golden, PwC 1 Conflicts of Interest: Christopher Ross, MBA Has no real

More information

A Case Study on the Use of Unstructured Data in Healthcare Analytics. Analysis of Images for Diabetic Retinopathy

A Case Study on the Use of Unstructured Data in Healthcare Analytics. Analysis of Images for Diabetic Retinopathy A Case Study on the Use of Unstructured Data in Healthcare Analytics Analysis of Images for Diabetic Retinopathy A Case Study on the Use of Unstructured Data in Healthcare Analytics: Analysis of Images

More information

& Medical Tourism. DIHTF - Dubai 20 th -21 st Feb 2018 V S Venkatesh -India

& Medical Tourism. DIHTF - Dubai 20 th -21 st Feb 2018 V S Venkatesh -India & Medical Tourism DIHTF - Dubai 20 th -21 st Feb 2018 V S Venkatesh -India The human brain is an amazing work of art, it has very complex neural circuits and the way it registers, stores, processes and

More information

Abstract. Most OCR systems decompose the process into several stages:

Abstract. Most OCR systems decompose the process into several stages: Artificial Neural Network Based On Optical Character Recognition Sameeksha Barve Computer Science Department Jawaharlal Institute of Technology, Khargone (M.P) Abstract The recognition of optical characters

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 4, April 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Novel Approach

More information

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016 Artificial Neural Networks Artificial Intelligence Santa Clara, 2016 Simulate the functioning of the brain Can simulate actual neurons: Computational neuroscience Can introduce simplified neurons: Neural

More information

CSC 550: Introduction to Artificial Intelligence. Fall 2004

CSC 550: Introduction to Artificial Intelligence. Fall 2004 CSC 550: Introduction to Artificial Intelligence Fall 2004 See online syllabus at: http://www.creighton.edu/~davereed/csc550 Course goals: survey the field of Artificial Intelligence, including major areas

More information

CSC384 Intro to Artificial Intelligence* *The following slides are based on Fahiem Bacchus course lecture notes.

CSC384 Intro to Artificial Intelligence* *The following slides are based on Fahiem Bacchus course lecture notes. CSC384 Intro to Artificial Intelligence* *The following slides are based on Fahiem Bacchus course lecture notes. Artificial Intelligence A branch of Computer Science. Examines how we can achieve intelligent

More information

Introduction to Computational Intelligence in Healthcare

Introduction to Computational Intelligence in Healthcare 1 Introduction to Computational Intelligence in Healthcare H. Yoshida, S. Vaidya, and L.C. Jain Abstract. This chapter presents introductory remarks on computational intelligence in healthcare practice,

More information

Neural Network Principles By Robert L. Harvey

Neural Network Principles By Robert L. Harvey Neural Network Principles By Robert L. Harvey 0130633305 - Neural Network Principles by Harvey, - Neural Network Principles by Robert L. Harvey and a great selection of similar Used, New and Collectible

More information

Disclosure: Within the past 12 months, I have had no financial relationships with proprietary entities that produce health care goods and services.

Disclosure: Within the past 12 months, I have had no financial relationships with proprietary entities that produce health care goods and services. Disclosure: Within the past 12 months, I have had no financial relationships with proprietary entities that produce health care goods and services. Artificial Intelligence (AI): definition John McCarthy,

More information

Executive Summary Industry s Responsibility in Promoting Responsible Development and Use:

Executive Summary Industry s Responsibility in Promoting Responsible Development and Use: Executive Summary Artificial Intelligence (AI) is a suite of technologies capable of learning, reasoning, adapting, and performing tasks in ways inspired by the human mind. With access to data and the

More information

INTEGRATED APPROACH TO ECG SIGNAL PROCESSING

INTEGRATED APPROACH TO ECG SIGNAL PROCESSING International Journal on Information Sciences and Computing, Vol. 5, No.1, January 2011 13 INTEGRATED APPROACH TO ECG SIGNAL PROCESSING Manpreet Kaur 1, Ubhi J.S. 2, Birmohan Singh 3, Seema 4 1 Department

More information

Outline. What is AI? A brief history of AI State of the art

Outline. What is AI? A brief history of AI State of the art Introduction to AI Outline What is AI? A brief history of AI State of the art What is AI? AI is a branch of CS with connections to psychology, linguistics, economics, Goal make artificial systems solve

More information

Artificial Intelligence: An overview

Artificial Intelligence: An overview Artificial Intelligence: An overview Thomas Trappenberg January 4, 2009 Based on the slides provided by Russell and Norvig, Chapter 1 & 2 What is AI? Systems that think like humans Systems that act like

More information

Application of Soft Computing Techniques in Water Resources Engineering

Application of Soft Computing Techniques in Water Resources Engineering International Journal of Dynamics of Fluids. ISSN 0973-1784 Volume 13, Number 2 (2017), pp. 197-202 Research India Publications http://www.ripublication.com Application of Soft Computing Techniques in

More information

Creating a Poker Playing Program Using Evolutionary Computation

Creating a Poker Playing Program Using Evolutionary Computation Creating a Poker Playing Program Using Evolutionary Computation Simon Olsen and Rob LeGrand, Ph.D. Abstract Artificial intelligence is a rapidly expanding technology. We are surrounded by technology that

More information

Vision Defect Identification System (VDIS) using Knowledge Base and Image Processing Framework

Vision Defect Identification System (VDIS) using Knowledge Base and Image Processing Framework Vishal Dahiya* et al. / (IJRCCT) INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER AND COMMUNICATION TECHNOLOGY Vol No. 1, Issue No. 1 Vision Defect Identification System (VDIS) using Knowledge Base and Image

More information

COMPARATIVE STUDY ON ARTIFICIAL NEURAL NETWORK ALGORITHMS

COMPARATIVE STUDY ON ARTIFICIAL NEURAL NETWORK ALGORITHMS International Journal of Latest Trends in Engineering and Technology Special Issue SACAIM 2016, pp. 448-453 e-issn:2278-621x COMPARATIVE STUDY ON ARTIFICIAL NEURAL NETWORK ALGORITHMS Neenu Joseph 1, Melody

More information

The Impact of Artificial Intelligence. By: Steven Williamson

The Impact of Artificial Intelligence. By: Steven Williamson The Impact of Artificial Intelligence By: Steven Williamson WHAT IS ARTIFICIAL INTELLIGENCE? It is an area of computer science that deals with advanced and complex technologies that have the ability perform

More information

CSE 473 Artificial Intelligence (AI) Outline

CSE 473 Artificial Intelligence (AI) Outline CSE 473 Artificial Intelligence (AI) Rajesh Rao (Instructor) Ravi Kiran (TA) http://www.cs.washington.edu/473 UW CSE AI faculty Goals of this course Logistics What is AI? Examples Challenges Outline 2

More information

Agent Smith: An Application of Neural Networks to Directing Intelligent Agents in a Game Environment

Agent Smith: An Application of Neural Networks to Directing Intelligent Agents in a Game Environment Agent Smith: An Application of Neural Networks to Directing Intelligent Agents in a Game Environment Jonathan Wolf Tyler Haugen Dr. Antonette Logar South Dakota School of Mines and Technology Math and

More information

Geometric Neurodynamical Classifiers Applied to Breast Cancer Detection. Tijana T. Ivancevic

Geometric Neurodynamical Classifiers Applied to Breast Cancer Detection. Tijana T. Ivancevic Geometric Neurodynamical Classifiers Applied to Breast Cancer Detection Tijana T. Ivancevic Thesis submitted for the Degree of Doctor of Philosophy in Applied Mathematics at The University of Adelaide

More information

Sonia Sharma ECE Department, University Institute of Engineering and Technology, MDU, Rohtak, India. Fig.1.Neuron and its connection

Sonia Sharma ECE Department, University Institute of Engineering and Technology, MDU, Rohtak, India. Fig.1.Neuron and its connection NEUROCOMPUTATION FOR MICROSTRIP ANTENNA Sonia Sharma ECE Department, University Institute of Engineering and Technology, MDU, Rohtak, India Abstract: A Neural Network is a powerful computational tool that

More information

Application of Artificial Intelligence in Mechanical Engineering. Qi Huang

Application of Artificial Intelligence in Mechanical Engineering. Qi Huang 2nd International Conference on Computer Engineering, Information Science & Application Technology (ICCIA 2017) Application of Artificial Intelligence in Mechanical Engineering Qi Huang School of Electrical

More information

universe: How does a human mind work? Can Some accept that machines can do things that

universe: How does a human mind work? Can Some accept that machines can do things that Artificial Intelligence Background and Overview Philosophers Two big questions of the universe: How does a human mind work? Can non humans have minds? Some accept that machines can do things that human

More information

CS 1571 Introduction to AI Lecture 1. Course overview. CS 1571 Intro to AI. Course administrivia

CS 1571 Introduction to AI Lecture 1. Course overview. CS 1571 Intro to AI. Course administrivia CS 1571 Introduction to AI Lecture 1 Course overview Milos Hauskrecht milos@cs.pitt.edu 5329 Sennott Square Course administrivia Instructor: Milos Hauskrecht 5329 Sennott Square milos@cs.pitt.edu TA: Swapna

More information

Lecture 1 What is AI?

Lecture 1 What is AI? Lecture 1 What is AI? CSE 473 Artificial Intelligence Oren Etzioni 1 AI as Science What are the most fundamental scientific questions? 2 Goals of this Course To teach you the main ideas of AI. Give you

More information

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE A Thesis by Andrew J. Zerngast Bachelor of Science, Wichita State University, 2008 Submitted to the Department of Electrical

More information

A.I in Automotive? Why and When.

A.I in Automotive? Why and When. A.I in Automotive? Why and When. AGENDA 01 02 03 04 Definitions A.I? A.I in automotive Now? Next big A.I breakthrough in Automotive 01 DEFINITIONS DEFINITIONS Artificial Intelligence Artificial Intelligence:

More information

IBM SPSS Neural Networks

IBM SPSS Neural Networks IBM Software IBM SPSS Neural Networks 20 IBM SPSS Neural Networks New tools for building predictive models Highlights Explore subtle or hidden patterns in your data. Build better-performing models No programming

More information

INTRODUCTION TO DEEP LEARNING. Steve Tjoa June 2013

INTRODUCTION TO DEEP LEARNING. Steve Tjoa June 2013 INTRODUCTION TO DEEP LEARNING Steve Tjoa kiemyang@gmail.com June 2013 Acknowledgements http://ufldl.stanford.edu/wiki/index.php/ UFLDL_Tutorial http://youtu.be/ayzoubkuf3m http://youtu.be/zmnoatzigik 2

More information

MATLAB/GUI Simulation Tool for Power System Fault Analysis with Neural Network Fault Classifier

MATLAB/GUI Simulation Tool for Power System Fault Analysis with Neural Network Fault Classifier MATLAB/GUI Simulation Tool for Power System Fault Analysis with Neural Network Fault Classifier Ph Chitaranjan Sharma, Ishaan Pandiya, Dipak Swargari, Kusum Dangi * Department of Electrical Engineering,

More information

Transer Learning : Super Intelligence

Transer Learning : Super Intelligence Transer Learning : Super Intelligence GIS Group Dr Narayan Panigrahi, MA Rajesh, Shibumon Alampatta, Rakesh K P of Centre for AI and Robotics, Defence Research and Development Organization, C V Raman Nagar,

More information

1 Introduction. w k x k (1.1)

1 Introduction. w k x k (1.1) Neural Smithing 1 Introduction Artificial neural networks are nonlinear mapping systems whose structure is loosely based on principles observed in the nervous systems of humans and animals. The major

More information

NEURAL NETWORK BASED MAXIMUM POWER POINT TRACKING

NEURAL NETWORK BASED MAXIMUM POWER POINT TRACKING NEURAL NETWORK BASED MAXIMUM POWER POINT TRACKING 3.1 Introduction This chapter introduces concept of neural networks, it also deals with a novel approach to track the maximum power continuously from PV

More information

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL * A. K. Sharma, ** R. A. Gupta, and *** Laxmi Srivastava * Department of Electrical Engineering,

More information

How AI and wearables will take health to the next level - AI Med

How AI and wearables will take health to the next level - AI Med How AI and wearables will take health to the next level By AIMed 22 By Nick Van Terheyden, MD Wearables are everywhere and like many technology terms the early entrants have become synonymous and part

More information

A Numerical Approach to Understanding Oscillator Neural Networks

A Numerical Approach to Understanding Oscillator Neural Networks A Numerical Approach to Understanding Oscillator Neural Networks Natalie Klein Mentored by Jon Wilkins Networks of coupled oscillators are a form of dynamical network originally inspired by various biological

More information

Biomedical Signal Processing and Applications

Biomedical Signal Processing and Applications Proceedings of the 2010 International Conference on Industrial Engineering and Operations Management Dhaka, Bangladesh, January 9 10, 2010 Biomedical Signal Processing and Applications Muhammad Ibn Ibrahimy

More information

Transactions on Information and Communications Technologies vol 1, 1993 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 1, 1993 WIT Press,   ISSN Combining multi-layer perceptrons with heuristics for reliable control chart pattern classification D.T. Pham & E. Oztemel Intelligent Systems Research Laboratory, School of Electrical, Electronic and

More information

Digital image processing vs. computer vision Higher-level anchoring

Digital image processing vs. computer vision Higher-level anchoring Digital image processing vs. computer vision Higher-level anchoring Václav Hlaváč Czech Technical University in Prague Faculty of Electrical Engineering, Department of Cybernetics Center for Machine Perception

More information

NEURAL NETWORK ARCHITECTURE DESIGN FOR FEATURE EXTRACTION OF ECG BY WAVELET

NEURAL NETWORK ARCHITECTURE DESIGN FOR FEATURE EXTRACTION OF ECG BY WAVELET NEURAL NETWORK ARCHITECTURE DESIGN FOR FEATURE EXTRACTION OF ECG BY WAVELET Priyanka Agrawal student, electrical, mits, rgpv, gwalior, mp 4745, india Dr. A. K. Wadhwani professor, electrical,mits, rgpv

More information

A Novel Fuzzy Neural Network Based Distance Relaying Scheme

A Novel Fuzzy Neural Network Based Distance Relaying Scheme 902 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 15, NO. 3, JULY 2000 A Novel Fuzzy Neural Network Based Distance Relaying Scheme P. K. Dash, A. K. Pradhan, and G. Panda Abstract This paper presents a new

More information

INTRODUCTION. a complex system, that using new information technologies (software & hardware) combined

INTRODUCTION. a complex system, that using new information technologies (software & hardware) combined COMPUTATIONAL INTELLIGENCE & APPLICATIONS INTRODUCTION What is an INTELLIGENT SYSTEM? a complex system, that using new information technologies (software & hardware) combined with communication technologies,

More information

Classifying the Brain's Motor Activity via Deep Learning

Classifying the Brain's Motor Activity via Deep Learning Final Report Classifying the Brain's Motor Activity via Deep Learning Tania Morimoto & Sean Sketch Motivation Over 50 million Americans suffer from mobility or dexterity impairments. Over the past few

More information

COMPUTATONAL INTELLIGENCE

COMPUTATONAL INTELLIGENCE COMPUTATONAL INTELLIGENCE October 2011 November 2011 Siegfried Nijssen partially based on slides by Uzay Kaymak Leiden Institute of Advanced Computer Science e-mail: snijssen@liacs.nl Katholieke Universiteit

More information

Number Plate Detection with a Multi-Convolutional Neural Network Approach with Optical Character Recognition for Mobile Devices

Number Plate Detection with a Multi-Convolutional Neural Network Approach with Optical Character Recognition for Mobile Devices J Inf Process Syst, Vol.12, No.1, pp.100~108, March 2016 http://dx.doi.org/10.3745/jips.04.0022 ISSN 1976-913X (Print) ISSN 2092-805X (Electronic) Number Plate Detection with a Multi-Convolutional Neural

More information

What is matter, never mind What is mind, doesn t matter. Or Does it!!??

What is matter, never mind What is mind, doesn t matter. Or Does it!!?? What is matter, never mind What is mind, doesn t matter. Or Does it!!?? John Connor: So can learn stuff you haven t been programmed with, so that you can be more. u know more Human!!? The Terminator: My

More information

Outline. Artificial Neural Network Importance of ANN Application of ANN is Sports Science

Outline. Artificial Neural Network Importance of ANN Application of ANN is Sports Science Advances of Neural Networks in Sports Science Aviroop Dutt Mazumder 13 th Aug, 2010 COSC - 460 Sports Science Outline Artificial Neural Network Importance of ANN Application of ANN is Sports Science Modeling

More information

Lecture 1 What is AI? EECS 348 Intro to Artificial Intelligence Doug Downey

Lecture 1 What is AI? EECS 348 Intro to Artificial Intelligence Doug Downey Lecture 1 What is AI? EECS 348 Intro to Artificial Intelligence Doug Downey Outline 1) What is AI: The Course 2) What is AI: The Field 3) Why to take the class (or not) 4) A Brief History of AI 5) Predict

More information

Jeff Bezos, CEO and Founder Amazon

Jeff Bezos, CEO and Founder Amazon Jeff Bezos, CEO and Founder Amazon Artificial Intelligence and Machine Learning... will empower and improve every business, every government organization, every philanthropy there is not an institution

More information

Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC)

Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC) Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC) Introduction (1.1) SC Constituants and Conventional Artificial Intelligence (AI) (1.2) NF and SC Characteristics (1.3) Jyh-Shing Roger

More information

Lecture 1 What is AI?

Lecture 1 What is AI? Lecture 1 What is AI? EECS 348 Intro to Artificial Intelligence Doug Downey With material adapted from Oren Etzioni (UW) and Stuart Russell (UC Berkeley) Outline 1) What is AI: The Course 2) What is AI:

More information

Sanjivani Bhande 1, Dr. Mrs.RanjanaRaut 2

Sanjivani Bhande 1, Dr. Mrs.RanjanaRaut 2 Intelligent Decision Support System for Parkinson Diseases Using Softcomputing Sanjivani Bhande 1, Dr. Mrs.RanjanaRaut 2 1 Dept. of Electronics Engg.,B.D.C.E., Wardha, Maharashtra, India 2 Head CIC, SGB,

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

Ar#ficial)Intelligence!!

Ar#ficial)Intelligence!! Ar#ficial)Intelligence!! Ar#ficial) intelligence) is) the) science) of) making) machines) do) things) that) would) require) intelligence)if)done)by)men.) Marvin)Minsky,)1967) Roman Barták Department of

More information

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 95 CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 6.1 INTRODUCTION An artificial neural network (ANN) is an information processing model that is inspired by biological nervous systems

More information

Intro to Artificial Intelligence Lecture 1. Ahmed Sallam { }

Intro to Artificial Intelligence Lecture 1. Ahmed Sallam {   } Intro to Artificial Intelligence Lecture 1 Ahmed Sallam { http://sallam.cf } Purpose of this course Understand AI Basics Excite you about this field Definitions of AI Thinking Rationally Acting Humanly

More information

FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER

FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER FAULT DETECTION AND DIAGNOSIS OF HIGH SPEED SWITCHING DEVICES IN POWER INVERTER R. B. Dhumale 1, S. D. Lokhande 2, N. D. Thombare 3, M. P. Ghatule 4 1 Department of Electronics and Telecommunication Engineering,

More information

FACE RECOGNITION USING NEURAL NETWORKS

FACE RECOGNITION USING NEURAL NETWORKS Int. J. Elec&Electr.Eng&Telecoms. 2014 Vinoda Yaragatti and Bhaskar B, 2014 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 3, No. 3, July 2014 2014 IJEETC. All Rights Reserved FACE RECOGNITION USING

More information

FROM BRAIN RESEARCH TO FUTURE TECHNOLOGIES. Dirk Pleiter Post-H2020 Vision for HPC Workshop, Frankfurt

FROM BRAIN RESEARCH TO FUTURE TECHNOLOGIES. Dirk Pleiter Post-H2020 Vision for HPC Workshop, Frankfurt FROM BRAIN RESEARCH TO FUTURE TECHNOLOGIES Dirk Pleiter Post-H2020 Vision for HPC Workshop, Frankfurt Science Challenge and Benefits Whole brain cm scale Understanding the human brain Understand the organisation

More information

Chapter 2 Transformation Invariant Image Recognition Using Multilayer Perceptron 2.1 Introduction

Chapter 2 Transformation Invariant Image Recognition Using Multilayer Perceptron 2.1 Introduction Chapter 2 Transformation Invariant Image Recognition Using Multilayer Perceptron 2.1 Introduction A multilayer perceptron (MLP) [52, 53] comprises an input layer, any number of hidden layers and an output

More information

Fetal ECG Extraction Using Independent Component Analysis

Fetal ECG Extraction Using Independent Component Analysis Fetal ECG Extraction Using Independent Component Analysis German Borda Department of Electrical Engineering, George Mason University, Fairfax, VA, 23 Abstract: An electrocardiogram (ECG) signal contains

More information

Neural Networks for Real-time Pathfinding in Computer Games

Neural Networks for Real-time Pathfinding in Computer Games Neural Networks for Real-time Pathfinding in Computer Games Ross Graham 1, Hugh McCabe 1 & Stephen Sheridan 1 1 School of Informatics and Engineering, Institute of Technology at Blanchardstown, Dublin

More information

11/13/18. Introduction to RNNs for NLP. About Me. Overview SHANG GAO

11/13/18. Introduction to RNNs for NLP. About Me. Overview SHANG GAO Introduction to RNNs for NLP SHANG GAO About Me PhD student in the Data Science and Engineering program Took Deep Learning last year Work in the Biomedical Sciences, Engineering, and Computing group at

More information

Artificial Intelligence. What is AI?

Artificial Intelligence. What is AI? 2 Artificial Intelligence What is AI? Some Definitions of AI The scientific understanding of the mechanisms underlying thought and intelligent behavior and their embodiment in machines American Association

More information

MOBILE BASED HEALTHCARE MANAGEMENT USING ARTIFICIAL INTELLIGENCE

MOBILE BASED HEALTHCARE MANAGEMENT USING ARTIFICIAL INTELLIGENCE International Journal of Computer Engineering and Applications, Volume X, Issue III, March 16 www.ijcea.com ISSN 2321-3469 ABSTRACT: MOBILE BASED HEALTHCARE MANAGEMENT USING ARTIFICIAL INTELLIGENCE Sahil

More information

Prediction of airblast loads in complex environments using artificial neural networks

Prediction of airblast loads in complex environments using artificial neural networks Structures Under Shock and Impact IX 269 Prediction of airblast loads in complex environments using artificial neural networks A. M. Remennikov 1 & P. A. Mendis 2 1 School of Civil, Mining and Environmental

More information

What is AI? AI is the reproduction of human reasoning and intelligent behavior by computational methods. an attempt of. Intelligent behavior Computer

What is AI? AI is the reproduction of human reasoning and intelligent behavior by computational methods. an attempt of. Intelligent behavior Computer What is AI? an attempt of AI is the reproduction of human reasoning and intelligent behavior by computational methods Intelligent behavior Computer Humans 1 What is AI? (R&N) Discipline that systematizes

More information

Neural Filters: MLP VIS-A-VIS RBF Network

Neural Filters: MLP VIS-A-VIS RBF Network 6th WSEAS International Conference on CIRCUITS, SYSTEMS, ELECTRONICS,CONTROL & SIGNAL PROCESSING, Cairo, Egypt, Dec 29-31, 2007 432 Neural Filters: MLP VIS-A-VIS RBF Network V. R. MANKAR, DR. A. A. GHATOL,

More information

Executive summary. AI is the new electricity. I can hardly imagine an industry which is not going to be transformed by AI.

Executive summary. AI is the new electricity. I can hardly imagine an industry which is not going to be transformed by AI. Executive summary Artificial intelligence (AI) is increasingly driving important developments in technology and business, from autonomous vehicles to medical diagnosis to advanced manufacturing. As AI

More information

Security and Risk Assessment in GDPR: from policy to implementation

Security and Risk Assessment in GDPR: from policy to implementation Global Data Privacy Security and Risk Assessment in GDPR: from policy to implementation Enisa Workshop Roma - February 8, 2018 Nicola Orlandi Head of Data Privacy Pharma Nicola Orlandi Nicola Orlandi is

More information

Digital Health AI in Life Sciences

Digital Health AI in Life Sciences Digital Health AI in Life Sciences Surging Digital Health AI Fundraising Drives Transformation in Life Sciences DECEMBER Digital Health AI Accelerates Innovation in Life Science Industry Artificial intelligence

More information

Neuro-Fuzzy and Soft Computing: Fuzzy Sets. Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani

Neuro-Fuzzy and Soft Computing: Fuzzy Sets. Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani Outline Introduction Soft Computing (SC) vs. Conventional Artificial Intelligence (AI) Neuro-Fuzzy (NF) and SC Characteristics 2 Introduction

More information

An Introduction to Artificial Intelligence, Machine Learning, and Neural networks. Carola F. Berger

An Introduction to Artificial Intelligence, Machine Learning, and Neural networks. Carola F. Berger An Introduction to Artificial Intelligence, Machine Learning, and Neural networks ATA58 Carola F. Berger Outline What is Artificial Intelligence (AI)? What does it do? How does it work? Will there be a

More information

USING EMBEDDED PROCESSORS IN HARDWARE MODELS OF ARTIFICIAL NEURAL NETWORKS

USING EMBEDDED PROCESSORS IN HARDWARE MODELS OF ARTIFICIAL NEURAL NETWORKS USING EMBEDDED PROCESSORS IN HARDWARE MODELS OF ARTIFICIAL NEURAL NETWORKS DENIS F. WOLF, ROSELI A. F. ROMERO, EDUARDO MARQUES Universidade de São Paulo Instituto de Ciências Matemáticas e de Computação

More information

Time and Cost Analysis for Highway Road Construction Project Using Artificial Neural Networks

Time and Cost Analysis for Highway Road Construction Project Using Artificial Neural Networks KICEM Journal of Construction Engineering and Project Management Online ISSN 33-958 www.jcepm.org http://dx.doi.org/.66/jcepm.5.5..6 Time and Cost Analysis for Highway Road Construction Project Using Artificial

More information

ENTRY ARTIFICIAL INTELLIGENCE

ENTRY ARTIFICIAL INTELLIGENCE ENTRY ARTIFICIAL INTELLIGENCE [ENTRY ARTIFICIAL INTELLIGENCE] Authors: Oliver Knill: March 2000 Literature: Peter Norvig, Paradigns of Artificial Intelligence Programming Daniel Juravsky and James Martin,

More information

Application of AI Technology to Industrial Revolution

Application of AI Technology to Industrial Revolution Application of AI Technology to Industrial Revolution By Dr. Suchai Thanawastien 1. What is AI? Artificial Intelligence or AI is a branch of computer science that tries to emulate the capabilities of learning,

More information

CMSC 372 Artificial Intelligence. Fall Administrivia

CMSC 372 Artificial Intelligence. Fall Administrivia CMSC 372 Artificial Intelligence Fall 2017 Administrivia Instructor: Deepak Kumar Lectures: Mon& Wed 10:10a to 11:30a Labs: Fridays 10:10a to 11:30a Pre requisites: CMSC B206 or H106 and CMSC B231 or permission

More information

Neural Network based Multi-Dimensional Feature Forecasting for Bad Data Detection and Feature Restoration in Power Systems

Neural Network based Multi-Dimensional Feature Forecasting for Bad Data Detection and Feature Restoration in Power Systems Neural Network based Multi-Dimensional Feature Forecasting for Bad Data Detection and Feature Restoration in Power Systems S. P. Teeuwsen, Student Member, IEEE, I. Erlich, Member, IEEE, Abstract--This

More information

Evolutionary Artificial Neural Networks For Medical Data Classification

Evolutionary Artificial Neural Networks For Medical Data Classification Evolutionary Artificial Neural Networks For Medical Data Classification GRADUATE PROJECT Submitted to the Faculty of the Department of Computing Sciences Texas A&M University-Corpus Christi Corpus Christi,

More information

Artificial Intelligence for Engineers. EE 562 Winter 2015

Artificial Intelligence for Engineers. EE 562 Winter 2015 Artificial Intelligence for Engineers EE 562 Winter 2015 1 Administrative Details Instructor: Linda Shapiro, 634 CSE, shapiro@cs.washington.edu TA: ½ time Bilge Soran, bilge@cs.washington.edu Course Home

More information

Harmonic detection by using different artificial neural network topologies

Harmonic detection by using different artificial neural network topologies Harmonic detection by using different artificial neural network topologies J.L. Flores Garrido y P. Salmerón Revuelta Department of Electrical Engineering E. P. S., Huelva University Ctra de Palos de la

More information

Classification of Cardiac Arrhythmia using Hybrid Technology of Fast Discrete Stockwell-Transform (FDST) and Self Organising Map

Classification of Cardiac Arrhythmia using Hybrid Technology of Fast Discrete Stockwell-Transform (FDST) and Self Organising Map Classification of Cardiac Arrhythmia using Hybrid Technology of Fast Discrete Stockwell-Transform (FDST) and Self Organising Map Raghuvendra Pratap Tripathi 1, G.R. Mishra 1, Dinesh Bhatia 2 *, T.K.Sinha

More information

IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS

IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS Fourth International Conference on Control System and Power Electronics CSPE IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS Mr. Devadasu * and Dr. M Sushama ** * Associate

More information