Brian Merrick 3-25-10 CS498 Seminar.  Introduction to Neural Networks  Types of Neural Networks  Neural Networks with Pattern Recognition  Applications.

Slides:



Advertisements
Similar presentations
Machine Learning: Connectionist McCulloch-Pitts Neuron Perceptrons Multilayer Networks Support Vector Machines Feedback Networks Hopfield Networks.
Advertisements

1 Lecture 35 Brief Introduction to Main AI Areas (cont’d) Overview  Lecture Objective: Present the General Ideas on the AI Branches Below  Introduction.
1 Part I Artificial Neural Networks Sofia Nikitaki.
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
Introduction to Neural Network Justin Jansen December 9 th 2002.
1 MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING By Kaan Tariman M.S. in Computer Science CSCI 8810 Course Project.
Neural Networks Lab 5. What Is Neural Networks? Neural networks are composed of simple elements( Neurons) operating in parallel. Neural networks are composed.
Hub Queue Size Analyzer Implementing Neural Networks in practice.
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.
Traffic Sign Recognition Using Artificial Neural Network Radi Bekker
A Genetic Algorithms Approach to Feature Subset Selection Problem by Hasan Doğu TAŞKIRAN CS 550 – Machine Learning Workshop Department of Computer Engineering.
1 Neural Networks- a brief intro Dr Theodoros Manavis
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.
Artificial Neural Networks (ANN). Output Y is 1 if at least two of the three inputs are equal to 1.
Artificial Neural Network Theory and Application Ashish Venugopal Sriram Gollapalli Ulas Bardak.
Using Neural Networks in Database Mining Tino Jimenez CS157B MW 9-10:15 February 19, 2009.
Data Mining and Neural Networks Danny Leung CS157B, Spring 2006 Professor Sin-Min Lee.
Artificial Neural Nets and AI Connectionism Sub symbolic reasoning.
An Introduction to Artificial Intelligence and Knowledge Engineering N. Kasabov, Foundations of Neural Networks, Fuzzy Systems, and Knowledge Engineering,
IE 585 Introduction to Neural Networks. 2 Modeling Continuum Unarticulated Wisdom Articulated Qualitative Models Theoretic (First Principles) Models Empirical.
Explorations in Neural Networks Tianhui Cai Period 3.
Outline What Neural Networks are and why they are desirable Historical background Applications Strengths neural networks and advantages Status N.N and.
Machine Learning Dr. Shazzad Hosain Department of EECS North South Universtiy
CONTENTS:  Introduction  What is neural network?  Models of neural networks  Applications  Phases in the neural network  Perceptron  Model of fire.
NEURAL NETWORKS FOR DATA MINING
Introduction to machine learning and data mining 1 iCSC2014, Juan López González, University of Oviedo Introduction to machine learning Juan López González.
LINEAR CLASSIFICATION. Biological inspirations  Some numbers…  The human brain contains about 10 billion nerve cells ( neurons )  Each neuron is connected.
Presented by Scott Lichtor An Introduction to Neural Networks.
Neural Networks for Protein Structure Prediction Brown, JMB 1999 CS 466 Saurabh Sinha.
1 Pattern Recognition: Statistical and Neural Lonnie C. Ludeman Lecture 21 Oct 28, 2005 Nanjing University of Science & Technology.
COMPARISON OF IMAGE ANALYSIS FOR THAI HANDWRITTEN CHARACTER RECOGNITION Olarik Surinta, chatklaw Jareanpon Department of Management Information System.
Lecture 10: 8/6/1435 Machine Learning Lecturer/ Kawther Abas 363CS – 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.
1 Machine Learning 1.Where does machine learning fit in computer science? 2.What is machine learning? 3.Where can machine learning be applied? 4.Should.
Artificial Neural Networks Bruno Angeles McGill University – Schulich School of Music MUMT-621 Fall 2009.
ADVANCED PERCEPTRON LEARNING David Kauchak CS 451 – Fall 2013.
Neural Networks II By Jinhwa Kim. 2 Neural Computing is a problem solving methodology that attempts to mimic how human brain function Artificial Neural.
Handwritten Recognition with Neural Network Chatklaw Jareanpon, Olarik Surinta Mahasarakham University.
Neural Networks Steven Le. Overview Introduction Architectures Learning Techniques Advantages Applications.
Behavioral Fault Model for Neural Networks A. Ahmadi, S. M. Fakhraie, and C. Lucas Silicon Intelligence and VLSI Signal Processing Laboratory, School of.
Over-Trained Network Node Removal and Neurotransmitter-Inspired Artificial Neural Networks By: Kyle Wray.
Introduction to Neural Networks Introduction to Neural Networks Applied to OCR and Speech Recognition An actual neuron A crude model of a neuron Computational.
Neural Networks Presented by M. Abbasi Course lecturer: Dr.Tohidkhah.
CSC 562: Final Project Dave Pizzolo Artificial Neural Networks.
O NCE TRADING BEGINS, PLEASE ALLOW IT TO TRADE O NCE TRADING BEGINS, PLEASE ALLOW IT TO TRADE B E REALISTIC WITH YOUR EXPECTATIONS B E REALISTIC WITH.
Artificial Neural Systems. Intro Artificial neural systems try to process information in the same way as the human brain does. Traditional computer systems.
Nicolas Galoppo von Borries COMP Motion Planning Introduction to Artificial Neural Networks.
Neural Networks. Background - Neural Networks can be : Biological - Biological models Artificial - Artificial models - Desire to produce artificial systems.
Kim HS Introduction considering that the amount of MRI data to analyze in present-day clinical trials is often on the order of hundreds or.
Artificial Neural Networks and Their Applications Prof. Les Sztandera.
Network Management Lecture 13. MACHINE LEARNING TECHNIQUES 2 Dr. Atiq Ahmed Université de Balouchistan.
A Presentation on Adaptive Neuro-Fuzzy Inference System using Particle Swarm Optimization and it’s Application By Sumanta Kundu (En.R.No.
Artificial Neural Networks By: Steve Kidos. Outline Artificial Neural Networks: An Introduction Frank Rosenblatt’s Perceptron Multi-layer Perceptron Dot.
Learning: Neural Networks Artificial Intelligence CMSC February 3, 2005.
1 Neural Networks MUMT 611 Philippe Zaborowski April 2005.
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..
Neural Networks Dr. Peter Phillips.
Motivation Computers are good at some things… Calculating 
Introduction to Neural Networks And Their Applications
network of simple neuron-like computing elements
Introduction to Neural Networks And Their Applications - Basics
MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING
MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING
III. Introduction to Neural Networks And Their Applications - Basics
ARTIFICIAL NEURAL networks.
Sanguthevar Rajasekaran University of Connecticut
Presentation transcript:

Brian Merrick CS498 Seminar

 Introduction to Neural Networks  Types of Neural Networks  Neural Networks with Pattern Recognition  Applications of Neural Networks  Conclusion  Questions

 Inspiration for development came from attempts to model the human central nervous system  Artificial network that simulates systems, such as how the brain processes information  Composed of a large number of highly interconnected processing elements (neurons) working in unison to solve specific problems

Each neural network consists of many input nodes whose input can to go one or more processing nodes to produce output

 Uses learning algorithms to compute output values based on result of the previous populations  Not rule-based like a traditional system, but trained to recognize and generalize the relationship between a set of inputs and outputs

 Prediction  Classification  Data Filtering  Supervised Learning  Unsupervised Learning

 Prediction Use input values to predict some output (e.g. pick the best stocks in the market, predict weather, identify people with cancer risks etc.) Example Networks:  Directed Random Search

 Classification Use input values to determine the classification (e.g. is the input the letter A, is the blob of video data a plane and what kind of plane is it) Example Networks:  Learning Vector Quantization  Probabilistic Neural Networks

 Data Filtering Smooth an input signal (e.g. take the noise out of a telephone signal) Example Networks:  Recirculation

 Uses a known structure with random weights. The inputs and outputs are known  The data set is large enough to complete learning and can be tested later for accuracy of computed outputs  The network adjusts weight values to some predetermined level of accuracy and then stops

 Seeks to determine how the data is organized  An answer is requested from the neural network and weights are adjusted if the answer is not ‘correct’  Uses back-propagation for each iteration in the network

 To begin, the network is initialized, all the connection strengths are set randomly, and the network sits as a blank slate  The network is then presented with information and the input nodes receive a digitized version of the image

In a gender pattern recognizer each response will be compared to the correct response for that picture (i.e., 0.0 for male, 1.0 for female) and each connection strength is adjusted so that next time it's shown that picture

 Character Recognition: handwriting recognition, number recognition  Image (Data) Compression: can compress and decompress image data  Pattern Recognition: rare coin evaluation, bomb sensing equipment in airports

 Signal Processing: removing telephone background noise, detecting engine misfires by sound in real-time  Finance: market forecasting, credit history checks, loan approval, telemarketing  Systems Control: factories, refineries, NASA space shuttle, robotics

 Neural networks try to simulate tasks of the human brain  Neural networks are very complex to implement because of the relationships between the data and the learning nodes  Unsupervised neural networks are the closest solution to modeling the human brain

 Neural Networks. nal/vol4/cs11/report.html#Introduction%20to% 20neural%20networks  Artificial Neural Networks Technology. geocomp/Week14/Network%20Selection%205_0.htm  The Neural Approach to Pattern Recognition.