ARTIFICIAL NEURAL NETWORKS. Introduction to Neural Networks.

Slides:



Advertisements
Similar presentations
Introduction to Neural Networks
Advertisements

NEURAL NETWORKS Biological analogy
Neural Network I Week 7 1. Team Homework Assignment #9 Read pp. 327 – 334 and the Week 7 slide. Design a neural network for XOR (Exclusive OR) Explore.
Artificial Neural Network
Artificial Neural Networks - Introduction -
Artificial Neural Networks - Introduction -
Machine Learning Neural Networks
Artificial Intelligence (CS 461D)
Prénom Nom Document Analysis: Artificial Neural Networks Prof. Rolf Ingold, University of Fribourg Master course, spring semester 2008.
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
1 Artificial Neural Networks: An Introduction S. Bapi Raju Dept. of Computer and Information Sciences, University of Hyderabad.
Introduction to Neural Network Justin Jansen December 9 th 2002.
Neural Network: A Brief Overview
How does the mind process all the information it receives?
Power Systems Application of Artificial Neural Networks. (ANN)  Introduction  Brief history.  Structure  How they work  Sample Simulations. (EasyNN)
Artificial Neural Networks (ANNs)
Introduction to Neural Networks John Paxton Montana State University Summer 2003.
Neural Networks (NN) Ahmad Rawashdieh Sa’ad Haddad.
Artificial Neural Networks - Introduction -
Neural Networks. Background - Neural Networks can be : Biological - Biological models Artificial - Artificial models - Desire to produce artificial systems.
Artificial Neural Networks for Secondary Structure Prediction CSC391/691 Bioinformatics Spring 2004 Fetrow/Burg/Miller (slides by J. Burg)
Rohit Ray ESE 251. What are Artificial Neural Networks? ANN are inspired by models of the biological nervous systems such as the brain Novel structure.
CHAPTER 12 ADVANCED INTELLIGENT SYSTEMS © 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang.
Pattern Recognition Vidya Manian Dept. of Electrical and Computer Engineering University of Puerto Rico INEL 5046, Spring 2007
Machine Learning. Learning agent Any other agent.
MSE 2400 EaLiCaRA Spring 2015 Dr. Tom Way
Presentation on Neural Networks.. Basics Of Neural Networks Neural networks refers to a connectionist model that simulates the biophysical information.
Intrusion Detection Using Hybrid Neural Networks Vishal Sevani ( )
Using Neural Networks in Database Mining Tino Jimenez CS157B MW 9-10:15 February 19, 2009.
Artificial Neural Nets and AI Connectionism Sub symbolic reasoning.
DIGITAL IMAGE PROCESSING Dr J. Shanbehzadeh M. Hosseinajad ( J.Shanbehzadeh M. Hosseinajad)
IE 585 Introduction to Neural Networks. 2 Modeling Continuum Unarticulated Wisdom Articulated Qualitative Models Theoretic (First Principles) Models Empirical.
 The most intelligent device - “Human Brain”.  The machine that revolutionized the whole world – “computer”.  Inefficiencies of the computer has lead.
Explorations in Neural Networks Tianhui Cai Period 3.
Yung-Pin, Tsai Information Management National Taiwan University.
Outline What Neural Networks are and why they are desirable Historical background Applications Strengths neural networks and advantages Status N.N and.
Artificial Neural Networks. Applied Problems: Image, Sound, and Pattern recognition Decision making  Knowledge discovery  Context-Dependent Analysis.
Machine Learning Dr. Shazzad Hosain Department of EECS North South Universtiy
Neural Networks Kasin Prakobwaitayakit Department of Electrical Engineering Chiangmai University EE459 Neural Networks The Structure.
NEURAL NETWORKS FOR DATA MINING
Presented by Scott Lichtor An Introduction to Neural Networks.
Artificial Neural Networks. The Brain How do brains work? How do human brains differ from that of other animals? Can we base models of artificial intelligence.
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
Artificial Neural Networks An Introduction. What is a Neural Network? A human Brain A porpoise brain The brain in a living creature A computer program.
1 Introduction to Neural Networks And Their Applications.
Features of Biological Neural Networks 1)Robustness and Fault Tolerance. 2)Flexibility. 3)Ability to deal with variety of Data situations. 4)Collective.
Neural Networks Steven Le. Overview Introduction Architectures Learning Techniques Advantages Applications.
Features of Biological Neural Networks 1)Robustness and Fault Tolerance. 2)Flexibility. 3)Ability to deal with variety of Data situations. 4)Collective.
Neural Networks Chris Hall Marius Francu. An Artificial Neural Network (ANN) is an information processing paradigm that is inspired by the way biological.
Artificial Intelligence & Neural Network
Akram Bitar and Larry Manevitz Department of Computer Science
Artificial Neural Networks Students: Albu Alexandru Deaconescu Ionu.
Neural Network Basics Anns are analytical systems that address problems whose solutions have not been explicitly formulated Structure in which multiple.
Lecture 5 Neural Control
Neural Networks Presented by M. Abbasi Course lecturer: Dr.Tohidkhah.
Dr.Abeer Mahmoud ARTIFICIAL INTELLIGENCE (CS 461D) Dr. Abeer Mahmoud Computer science Department Princess Nora University Faculty of Computer & Information.
Each neuron has a threshold value Each neuron has weighted inputs from other neurons The input signals form a weighted sum If the activation level exceeds.
NEURAL NETWORKS LECTURE 1 dr Zoran Ševarac FON, 2015.
Artificial Neural Systems. Intro Artificial neural systems try to process information in the same way as the human brain does. Traditional computer systems.
Artificial Intelligence CIS 342 The College of Saint Rose David Goldschmidt, Ph.D.
Neural Networks. Background - Neural Networks can be : Biological - Biological models Artificial - Artificial models - Desire to produce artificial systems.
CSC321: Neural Networks Lecture 1: What are neural networks? Geoffrey Hinton
1 Azhari, Dr Computer Science UGM. Human brain is a densely interconnected network of approximately neurons, each connected to, on average, 10 4.
Network Management Lecture 13. MACHINE LEARNING TECHNIQUES 2 Dr. Atiq Ahmed Université de Balouchistan.
INTRODUCTION TO NEURAL NETWORKS 2 A new sort of computer What are (everyday) computer systems good at... and not so good at? Good at..Not so good at..
Big data classification using neural network
Artificial Intelligence (CS 370D)
ARTIFICIAL NEURAL networks.
Introduction to Neural Network
Presentation transcript:

ARTIFICIAL NEURAL NETWORKS

Introduction to Neural Networks

Neural network It is an information processing paradigm It is based on the way in which biological nervous system works. It helps in processing information. e.g. ANN

Use of Neural Networks Remarkable ability to derive meaning from complicated data. Used to extract patterns and detect complex trends. It can be compared to an expert. Advantages 1.Adaptive learning 2.Self organisation 3.Real time operations 4.Fault tolerance via redundant information coding.

Neural network versus Conventional Computers Conventional computers use algorithmic approach i.e. computer follows a set of instructions in order to solve a problem which is in a way limit to solving capability. Neural networks process information like our brain does. Neural networks and conventional computers are not in competition but complement to each other.

Similarities between human and Artificial Neurons

Learning of a Human Brain The structure of a Human Neuron is shown below

When a neuron receives excitatory inputs larger than inhibitory input it sends an electrical activity down its axon to the synapses and thus the communication between various neurons exists.

From human neurons to artificial neurons First we deduce essential features of neurons and their interconnection. Secondly, we program a computer to stimulate these features. Finally model achieved is a gross idealisation of real networks of neurons.

An Engineering Approach

Artificial Neuron It is a device with many inputs and one output. Two modes of operation 1.Training mode 2.Using mode

Firing Rule Important concept accounting for high flexibility in neural network. Firing rule can be implemented using hamming distance technique. Firing rule applied to a 3 - input neuron. X1: X2: X3: OUT:000/1 1 1

The truth table after generalisation : X1: X2: X3: OUT:0000/1 111

Pattern Recognition An important application of neural networks can be implemented using a feed forward neural network that has been trained accordingly.

Example: The figure is trained to recognize the following patterns:

The truth table for 3-neurons after generalisation X11: X12: X13: OUT: X21: X22: X23: OUT:10/ Top neuron Middle neuron

X21: X22: X23: OUT: Bottom neuron

From the tables following associations can be extracted Conclusion-The output is black and the total output of the network is still in favour of the “T” shape.

Architecture of Neural Networks

Feed-forward Networks Allow the signal to travel in one direction. Are straight forward networks that associate inputs with outputs. Extensively used in pattern recognition.

Feedback Networks Signal travel in both directions. Are dynamic in nature. Used to denote feedback connections in single layer organisations.

Network Layers Three units-input, hidden, output. Activities of these units. Simple network is interesting because of hidden layers. Single and multi-layer architectures.

Applications of Neural Networks

Neural Networks in Practice They are best suited for prediction or forecasting including: industrial process control, data validation, risk management, etc. Also used in specific paradigms: interpretation of multi meaning, texture analysis, facial recognition, recognition of speakers in communications,etc.

Neural Networks in medicine The research on modeling parts of the human body and recognizing diseases from various scans. Used effectively in recognizing diseases as no details are needed to how to recognize the and no specific algorithm need to be provided.

Modelling and diagonising the cardiovascular system Potential harmful medical conditions can be detected at early stage using artificial cardiovascular system models. Ann technology is used as it provides sensor fusion which is combining of several values from different sensors

Electronic Noses Neural networks have made possible to transmit various odours over long distances via communication links. This has help in enhancing telemedicine and telepresent surgery.

Instant Physician An associative neural network to store a large number medical records including symptoms,diagnosis,and treatment of specific case. After training, the net can be presented with input consisting of a set of symptoms; it will then find the full stored pattern that represents the "best" diagnosis and treatment.

Neural Networks in Business Any neural network application would fit into one business area or financial analysis. Neural networks is used for dataminig purposes, for various business purposes including resource allocation and scheduling.

Enhancing Trading The identification of specific patterns in stock price derived from technical stock analysis heuristics, which after occurring results in a predefined price movement. Neural networks are trained in the experiments to classify whether the outcome of an occurred pattern will result in a predefined price movement.

ANNs in Water Supply Engineering Whenever this technology is applied for water supply engg. problems have reported findings that were beyond the capability of traditional statistical / mathematical modeling tools. Some of the applications performed includes: Forecasting salinity levels in River Murray, South Australia; Predicting gastroenteritis rates and waterborne outbreaks; Modeling pH levels in a eutrophic Middle Loire River, France;

Understanding Brain Activity It provides a powerful new approach for neuroscience to study and manipulate signal propagation in neuronal networks It represents a new, powerful, and flexible approach for real-time cellular assays useful for drug discovery and other applications; and it opens the possibility for hybrid circuits that couple the strengths of digital nanoelectronic and biological computing components.