1 / 17

Artificial Neural Networks

Artificial Neural Networks. Artificial Neural Networks. The next intelligence. DAYANAND & ABHISHEK ECE [2-1] CMR Engineering College. ABSTRACT. Neural Networks was a result of the discovery of new techniques and developments i n computer hardware technology.

oihane
Télécharger la présentation

Artificial Neural Networks

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Artificial Neural Networks

  2. Artificial Neural Networks The next intelligence DAYANAND & ABHISHEK ECE [2-1] CMR Engineering College

  3. ABSTRACT • Neural Networks was a result of the discovery of new techniques and developments in computer hardware technology. • NNs came from the desire to produce artificial systems capable of sophisticated, perhaps intelligent, computations similar to those that of human brain. • Neural computing must not be considered as a competitor to conventional computing. Rather, it should be seen as complementary as the most successful neural solutions have been those which operate in conjunctionwith existing, traditional techniques.

  4. INTRODUCTION • A first wave of interest in neural networks emerged after the introduction of simplified neurons by McCullochand Pitts .These neurons were presented as models of biological neurons and as conceptual components for circuits that could perform computational tasks. • ANNs are commonly characterized as computational models with particular properties such as the ability to adapt or learn, generalizecluster,organize data and which operation is based on parallel processing. • The concept of neural networks is modeled afterbiological sensory mechanismswhere the neuron signals are transmitted to the brain and processed. • (ANNs) are an information processing technology pertaining to the area of machine learning in artificial intelligence.

  5. The Biological Neuron • The brain is a collection of about 10 billion interconnected neurons. Each neuron is a cell that uses biochemical reactions to receive, process and transmit information.

  6. Each terminal button is connected to other neurons across a small gap called a synapse. • A neuron's dendrite tree is connected to a thousand neighbouring neurons. When one of those neurons fire, a positive or negative charge is received by one of the dendrites. The strengths of all the received charges are added together through the processes of spatial and temporal summation.

  7. The Key Elements of Neural Networks • Neural computing requires a number of neurons, to be connected together into a neural network.neurons are arranged in layers. • Each neuron within the network is usually a simple processing unit which takes one or more inputs and produces an output. At each neuron, every input has an associatedweightwhich modifies the strength of each input. The neuron simply adds together all the inputs and calculates an outputto be passed on.

  8. Mathematical representation • The neuron calculates a weighted sum of inputs and compares it to a threshold. If the sum is higher than the threshold, the output is set to 1, otherwise to -1.

  9. NNs vs. Computers Digital Computers Neural Networks Inductive Reasoning. Given input and output data (training examples), we construct the rules. Computation is collective, asynchronous, and parallel. Memory is distributed, internalized, short term and content addressable. Fault tolerant, redundancy, and sharing of responsibilities. Inexact . Dynamic connectivity. Applicable if rules are unknown or complicated, or if data are noisy or partial. • Deductive Reasoning. We apply known rules to input data to produce output. • Computation is centralized, synchronous, and serial. • Memory is pocketed, literally stored, and location addressable. • Not fault tolerant. One transistor goes and it no longer works. • Exact. • Static connectivity. • Applicable if well defined rules with precise input data.

  10. What can you do with an NN and what not? • In principle, NNs can compute any computable function, i.e., they can do everything a normal digital computer can do. Almost any mapping between vector spaces can be approximated to arbitrary precision by feed forward NNs • In practice, NNs are especially useful for classification and function approximation problems usually when rules such as those that might be used in an expert system cannot easily be applied. • NNs are, at least today, difficult to apply successfully to problems that concern manipulation of symbols and memory. And there are no methods for training NNs that can magically create information that is not contained in the training data.

  11. Who is concerned with NNs? • Computer scientists want to find out about the properties of non-symbolic information processing with neural nets and about learning systems in general. • Statisticians use neural nets as flexible, nonlinear regression and classification models. • Engineers of many kinds exploit the capabilities of neural networks in many areas, such as signal processing and automatic control. • Cognitive scientists view neural networks as a possible apparatus to describe models of thinking and consciousness (High-level brain function). • Neuro-physiologistsuse neural networks to describe and explore medium-level brain function (e.g. memory, sensory system, motorics). • Physicistsuse neural networks to model phenomena in statistical mechanics and for a lot of other tasks. • Biologists use Neural Networks to interpret nucleotide sequences.

  12. Applications off NNs • classification • In marketing: consumer spending pattern classification . • In defence: radar and sonar image classification . • In agriculture & fishing: fruit and catch grading . • In medicine: ultrasound and electrocardiogram image classification, ECGs, medical diagnosis. • recognition and identification • In general computing and telecommunications: speech, vision andhandwriting recognition . • In finance: signature verification and bank note verification .

  13. assessment • In engineering: product inspection monitoring and control . • In defence: target tracking . • In security: motion detection, surveillance image analysis and fingerprint matching . • forecasting and prediction • In finance: foreign exchange rate and stock market forecasting . • In agriculture: crop yield forecasting . • In marketing: sales forecasting . • In meteorology: weather prediction .

  14. Recognizing and matching complicated, vague, or incomplete patterns . • Data is unreliable . • Problems with noisy data • Prediction • Classification • Data association • Data conceptualization • Filtering • Planning

  15. In news • 17-year-old boy programs ANNsto diagnose breast cancer with 99 percent sensitivity • Crowd computing taps artificial intelligence to revolutionize the power of our collective brains . • Super-Turing Network to Revolutionize Computer Intelligence . • Japanese scientist unveils ‘thinking’ robot . • Electronic tongue to identify wines . • Neural Technologies Launches Real-Time Medicaid/Medicare Fraud Detection Program using ANN . • NNsto Classify Music . • Virtual Neurons Acting Like the Real Thing - The Blue Brain Project . • Robots of the Future Will Show Empathy, Be Good Listeners . • Coming soon -- mind-reading computers . • Wheelchair moves at the speed of thought .

  16. Disadvantages • One drawback to using artificial neural networks, particularly in robotics, is that they require a large diversity of training for real-world operation. • With the advancement in the field of NNs ,computers should have to attain incredible processing speed ,efficiency ,RAM quality , HD picture quality. • Complex design & circuitry. • Brain –computer interface • Automation. • Excess evolution of variable environment • Random forest

  17. THANK YOU DAYANAND & ABHISHEK ( REMEMBER THE NAME )

More Related