Artificial Neural Networks and Their Applications Prof. Les Sztandera.

Slides:



Advertisements
Similar presentations
Decision Support and Artificial Intelligence Jack G. Zheng May 21 st 2008 MIS Chapter 4.
Advertisements

Neural Networks in Financial Analysis
Complex Land Valuation in current times Short review of the methods.
Chapter 1 Introduction to Modeling DECISION MODELING WITH MICROSOFT EXCEL Copyright 2001 Prentice Hall.
1 Pertemuan 1 SEJARAH JARINGAN SYARAF TIRUAN Matakuliah: H0434/Jaringan Syaraf Tiruan Tahun: 2005 Versi: 1.
Neural Network Approach to Modeling the Laser Material-Removal Process By Basem. F. Yousef London, Canada, N6A 5B9 December 2001.
Chapter 1 Introduction to Modeling DECISION MODELING WITH MICROSOFT EXCEL Copyright 2001 Prentice Hall Publishers and Ardith E. Baker.
Brian Merrick CS498 Seminar.  Introduction to Neural Networks  Types of Neural Networks  Neural Networks with Pattern Recognition  Applications.
Decision Support Systems
Overview of Computer Vision CS491E/791E. What is Computer Vision? Deals with the development of the theoretical and algorithmic basis by which useful.
Introduction to Neural Network Justin Jansen December 9 th 2002.
Introduction to Neural Networks Simon Durrant Quantitative Methods December 15th.
Power Systems Application of Artificial Neural Networks. (ANN)  Introduction  Brief history.  Structure  How they work  Sample Simulations. (EasyNN)
Artificial Neural Networks (ANNs)
CIS 588 Neural Computing Course details. CIS 588 Neural Computing Course basics:  Instructor - Iren Valova  Tuesday, Thursday 5 - 6:15pm, T 101  1.
AMOS TAKING YOUR RESEARCH TO THE NEXT LEVEL Mara Timofe Research Intern.
Neural Networks And Its Applications By Dr. Surya Chitra.
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.
Core Group: Soft Computing Techniques and Application Fuzzy Logic Artificial Neural Network Genetic Algorithms & Evolution Prog. Hybrid Models.
Revision Michael J. Watts
Model: Relations and Groups Prabin Gautam CS/SE 6361, Fall 2013 Under the guidance of: Prof. Lawrence Chung University of Texas at Dallas.
By Paul Cottrell, BSc, MBA, ABD. Author Complexity Science, Behavioral Finance, Dynamic Hedging, Financial Statistics, Chaos Theory Proprietary Trader.
Modeling and study of lithium ion cell at Nano scale.
Neural Networks Applications Versatile learners that can be applied to nearly any learning task: classification numeric prediction unsupervised pattern.
PPT 206 Instrumentation, Measurement and Control SEM 2 (2012/2013) Dr. Hayder Kh. Q. Ali 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.
Overview of Data Mining Methods Data mining techniques What techniques do, examples, advantages & disadvantages.
11 C H A P T E R Artificial Intelligence and Expert Systems.
What is AI:-  Ai is the science of making machine do things that would requires intelligence.  Computers with the ability to mimic or duplicate the.
Parallel Artificial Neural Networks Ian Wesley-Smith Frameworks Division Center for Computation and Technology Louisiana State University
IE 585 Introduction to Neural Networks. 2 Modeling Continuum Unarticulated Wisdom Articulated Qualitative Models Theoretic (First Principles) Models Empirical.
Outline What Neural Networks are and why they are desirable Historical background Applications Strengths neural networks and advantages Status N.N and.
An Introduction to Artificial Neural Networks Wu Ping.
NEURAL NETWORKS FOR DATA MINING
Chapter 7 Neural Networks in Data Mining Automatic Model Building (Machine Learning) Artificial Intelligence.
Introduction to Machine Learning Instructor Shie-Jue Lee ( 李錫智 )
April CHAPTER 16 APPLICATIONS OF SOFT COMPUTING.
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.
Institute for Advanced Studies in Basic Sciences – Zanjan Kohonen Artificial Neural Networks in Analytical Chemistry Mahdi Vasighi.
Neural Networks II By Jinhwa Kim. 2 Neural Computing is a problem solving methodology that attempts to mimic how human brain function Artificial Neural.
Chapter 5: Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization DECISION SUPPORT SYSTEMS AND BUSINESS.
ECE 466/658: Performance Evaluation and Simulation Introduction Instructor: Christos Panayiotou.
Akram Bitar and Larry Manevitz Department of Computer Science
Artificial Intelligence, Expert Systems, and Neural Networks Group 10 Cameron Kinard Leaundre Zeno Heath Carley Megan Wiedmaier.
Neural Networks Presented by M. Abbasi Course lecturer: Dr.Tohidkhah.
Explore the mysteries of the world Learn, understand, and apply the scientific/engineering methods Interpretation and analysis of data Communicating both.
Dr.Abeer Mahmoud ARTIFICIAL INTELLIGENCE (CS 461D) Dr. Abeer Mahmoud Computer science Department Princess Nora University Faculty of Computer & Information.
PROCESS MODELLING AND MODEL ANALYSIS © CAPE Centre, The University of Queensland Hungarian Academy of Sciences A Model Building Framework.
Example of prediction quality for the first (10 min) and last (3 h) prediction horizon element for the same sequence of WF Danilo power production events.
Artificial Neural Systems. Intro Artificial neural systems try to process information in the same way as the human brain does. Traditional computer systems.
ITEC 1010 Information and Organizations Chapter V Expert Systems.
Artificial Neural Networks for Data Mining. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 6-2 Learning Objectives Understand the.
COMPUTE INVERSE KINEMATICS IN A ROBOTIC ARM BY USING FUZZY LOGIC Subject: Robotics Applications Student: Bui Huy Tien Student ID: M961Y204.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
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..
Artificial neural networks
ANN-based program for Tablet PC character recognition
Intro to Machine Learning
ARTIFICIAL NEURAL NETWORKS
MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING
MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING
Introduction.
The Network Approach: Mind as a Web
SIMULATION IN THE FINANCE INDUSTRY BY HARESH JANI
Introduction to Neural Networks
Patterson: Chap 1 A Review of Machine Learning
Presentation transcript:

Artificial Neural Networks and Their Applications Prof. Les Sztandera

Artificial Neural Networks Artificial neural networks (ANNs) are programs designed to simulate the way a simple biological nervous system is believed to operate. These networks have the capacity to learn, memorize and create relationships amongst data The most widely used ANN is known as the back propagation ANN. This type of ANN is excellent at prediction and classification tasks Another is the Kohonen or self organizing map which is excellent at finding relationships amongst complex sets of data.

Who Needs ANNs?  People that have to work with or analyze data of any kind.  People in business, finance, industry, education and science whose problems are complex, laborious, fuzzy or simply un- resolvable using present methods.  People who want better solutions and wish to gain a competitive edge.

Why Are ANNs Better? 1. They deal with the non-linearity in the world in which we live. 2. They handle noisy or missing data. 3. They create their own relationship amongst information - no equations! 4. They can work with large numbers of variables or parameters. 5. They provide general solutions with good predictive accuracy.

What Are ANNs Used For ? Their applications are almost limitless, but fall into a few simple categories  Classification  Forecasting  Modeling

Classification Customer/market profiles, medical diagnosis, signature verification, loan risk evaluation, voice recognition, image recognition, spectra identification, property valuation, classification of cell types, microbes, materials, samples.

Forecasting Future sales, production requirements, market performance, economic indicators, energy requirements, medical outcomes, chemical reaction products, weather, crop forecasts, environmental risk, horse races, jury panels.

Modeling Process control, systems control, chemical structures, dynamic systems, signal compression, plastics molding, welding control, robot control, and many more.

Neural Networks at work – an example  This simulation will take you inside a neural network, so you can get a good overview of how neural networks are constructed internally