Classification of models

Slides:



Advertisements
Similar presentations
Approaches, Tools, and Applications Islam A. El-Shaarawy Shoubra Faculty of Eng.
Advertisements

Artificial Intelligence
Computer Science Department FMIPA IPB 2003 Neural Computing Yeni Herdiyeni Computer Science Dept. FMIPA IPB.
Tools: Computers and IT. VB, VBA, Excel, InterDev, Etc. Humans: Decision Making Process Algorithms: Math/Flow Chart stuff that helps the tools help the.
Artificial Intelligence
4 Intelligent Systems.
 Course  Name  Student ID  Discipline  Introduction to computing  xxxxxx  xxxxx.
Decision Support Systems
1 Information Requirements by Management Level Strategic Management Tactical Management Operational Management Decisions Information.
1 Chapter 4 Decision Support and Artificial Intelligence Brainpower for Your Business.
S. Mandayam/ ANN/ECE Dept./Rowan University Smart Sensors / Spring 2004 Shreekanth Mandayam ECE Department Rowan University Artificial.
Artificial Intelligence
CHAPTER 11 Managerial Support Systems. CHAPTER OUTLINE  Managers and Decision Making  Business Intelligence Systems  Data Visualization Technologies.
Artificial Intelligence By Ryan Shoultes & Jeremy Creighton.
Succeeding with Technology Information, Decision Support… Decision Making and Problem Solving Management Information Systems Decision Support Systems Group.
A Genetic Algorithms Approach to Feature Subset Selection Problem by Hasan Doğu TAŞKIRAN CS 550 – Machine Learning Workshop Department of Computer Engineering.
Artificial Intelligence Dr. Paul Wagner Department of Computer Science University of Wisconsin – Eau Claire.
Artificial Intelligence CIS 342 The College of Saint Rose David Goldschmidt, Ph.D.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Chapter 10 Artificial Intelligence. © 2005 Pearson Addison-Wesley. All rights reserved 10-2 Chapter 10: Artificial Intelligence 10.1 Intelligence and.
What is Artificial Intelligence? AI is the effort to develop systems that can behave/act like humans. Turing Test The problem = unrestricted domains –human.
intelligence study and design of intelligent agentsis the intelligence of machines and the branch of computer science that aims to create it. AI textbooks.
AI Overview Reference: "Artificial Intelligence, a Modern Approach, 3 rd ed."
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.
Management in complexity The exploration of a new paradigm Complexity in computing and AI Walter Baets, PhD, HDR Associate Dean for Innovation and Social.
A RTIFICIAL I NTELLIGENCE Introduction 3 October
Psy Introduction1 Introduction Psychology 612.
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.
Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Decision Support Systems Chapter 10.
NEURAL NETWORKS FOR DATA MINING
Artificial Intelligence Lecture No. 29 Dr. Asad Ali Safi ​ Assistant Professor, Department of Computer Science, COMSATS Institute of Information Technology.
Introduction to Artificial Intelligence and Soft Computing
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
Chapter 13 Artificial Intelligence and Expert Systems.
I Robot.
Natural intelligence Artificial intelligence (AI) History of AI Characteristics of AI system AI tasks AI roots and applications.
 Based on observed functioning of human brain.  (Artificial Neural Networks (ANN)  Our view of neural networks is very simplistic.  We view a neural.
Artificial Intelligence, Expert Systems, and Neural Networks Group 10 Cameron Kinard Leaundre Zeno Heath Carley Megan Wiedmaier.
University of Kurdistan Artificial Intelligence Methods (AIM) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
ARTIFICIALINTELLIGENCE ARTIFICIAL INTELLIGENCE EXPERT SYSTEMS.
Dr.Abeer Mahmoud ARTIFICIAL INTELLIGENCE (CS 461D) Dr. Abeer Mahmoud Computer science Department Princess Nora University Faculty of Computer & Information.
Chong Ho Yu.  Data mining (DM) is a cluster of techniques, including decision trees, artificial neural networks, and clustering, which has been employed.
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 Intelligence: Research and Collaborative Possibilities a presentation by: Dr. Ernest L. McDuffie, Assistant Professor Department of Computer.
A field of study that encompasses computational techniques for performing tasks that require intelligence when performed by humans. Simulation of human.
Artificial Neural Networks for Data Mining. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 6-2 Learning Objectives Understand the.
Pattern Recognition. What is Pattern Recognition? Pattern recognition is a sub-topic of machine learning. PR is the science that concerns the description.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
AI Overview Reference: "Artificial Intelligence, a Modern Approach, 3 rd ed."
Chapter 13 Artificial Intelligence. Artificial Intelligence – Figure 13.1 The Turing Test.
Artificial Intelligence
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
Chapter 11: Artificial Intelligence
Fundamentals of Information Systems
Other Classification Models: Neural Network
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Artificial Intelligence (CS 370D)
Other Classification Models: Neural Network
Artificial Intelligence ppt
Introduction to Neural Networks And Their Applications
What is Pattern Recognition?
Artificial Intelligence introduction(2)
Introduction to Artificial Intelligence and Soft Computing
3.1.1 Introduction to Machine Learning
Prepared by: Mahmoud Rafeek Al-Farra
Artificial Intelligence
Artificial Intelligence
1 What do you think AI is? AI, difficult to define
Presentation transcript:

Classification of models Prepared by M .U. Kale Assistant professor Irrigation & Drainage Engineering Dr. P.D.K.V. Akola

Physically based model It also called knowledge driven model It aims to reproduce the real world hydrological model It’s behavior in a physically realistic manner It is based on detailed description of the system They take into account the physical law that underline the processes.

Disadvantages physically based model: Excessive data requirements Large computational demand Over parameterization effect Parameter redundancy effect

Data driven models It is based on the analysis of all the data characterizing the system under study. It define on the basis of connection between the system state variables with only limited number of assumption about the physically behavior of the system. It is developed with the contribution ot artificial intelligence, data mining, computational intelligence.

Data driven model are based on pure relationships between input (X) and output (Y) data. It is a modeling approach, which focuses on using machine learning methods in building models of physical processes. More complex data driven models are highly non-linear.

Artificial intelligence John McCarthy, one of the founders of artificial intelligence research, once defined the field as “getting a computer to do things which, when done by people, are said to involve intelligence.” “Artificial Intelligence, or AI for short, is a combination of computer science, physiology, and philosophy

Artificial Intelligence Approach Acting humanly: The Turing Test approach Thinking humanly: The cognitive modeling approach Thinking rationally: The "laws of thought" approach  Acting rationally: The rational agent approach

Artificial intelligence applications Artificial Neural Networks (ANN) An expert system Genetic Algorithms Speech recognition Understanding natural language Computer vision

Artificial Neural Networks (ANN) It simulate neural networks found in nature, such as the human brain. The term artificial is used to distinguish ANNs from their biological counterparts. An ANN is trained through a learning process, and knowledge is retained through synaptic weights. Synaptic weights between nodes are adjusted based on the desired output.

Advantages of ANN Able to simulate non-linearity in a system They can also effectively distinguish relevant data from irrelevant data. It is non- parametric Self adjusting Flexible and compact

Expert system An expert system is computer software that embodies a significant portion of the specialized knowledge of a human expert in a specific, narrow domain, and emulates the decision-making ability of the human expert

Thank you!