Topics: more AI Expert systems. Genetic algorithms. Neural Networks. Review for midterm.

Slides:



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

Biologically Inspired Computing: Operators for Evolutionary Algorithms
An Introduction to Artificial Intelligence By Dr Brad Morantz Viral Immunology Center Georgia State University.
TECHNOLOGY GUIDE 4: Intelligent Systems
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
Clinical decision support system (CDSS). Knowledge-based systems Knowledge based systems are artificial intelligent tools working in a narrow domain to.
EXPERT SYSTEMS apply rules to solve a problem. –The system uses IF statements and user answers to questions in order to reason just like a human does.
Biologically Inspired AI (mostly GAs). Some Examples of Biologically Inspired Computation Neural networks Evolutionary computation (e.g., genetic algorithms)
Genetic Algorithms. Some Examples of Biologically Inspired AI Neural networks Evolutionary computation (e.g., genetic algorithms) Immune-system-inspired.
Assignment: Improving search rank – search engine optimization Read the following post carefully.
The Decision-Making Process IT Brainpower
MP3 / MD740 Strategy & Information Systems Oct. 13, 2004 Databases & the Data Asset, Types of Information Systems, Artificial Intelligence.
Genetic Algorithms Learning Machines for knowledge discovery.
ISP 433/633 Week 7 Web IR. Web is a unique collection Largest repository of data Unedited Can be anything –Information type –Sources Changing –Growing.
Recursion Chapter 7. Chapter 7: Recursion2 Chapter Objectives To understand how to think recursively To learn how to trace a recursive method To learn.
ICT in Healthcare Expert Systems.
Chapter 8 Web Structure Mining Part-1 1. Web Structure Mining Deals mainly with discovering the model underlying the link structure of the web Deals with.
Λ14 Διαδικτυακά Κοινωνικά Δίκτυα και Μέσα
How Search Engines Work. Any ideas? Building an index Dan taylor Flickr Creative Commons.
Robotics AI Illusions of intelligence Alan Turing Lab: Combine sound and light exercises. Homework: Identify & describe problems with the automatic solution.
CHAPTER 12 ADVANCED INTELLIGENT SYSTEMS © 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang.
Presentation tools and Language learning & translation Recap on visualization. NLP example (Histor) PowerPoint. Google presentation. Prezi. Translation.
Chapter 10. Global Village “… is the shrinking of the world society because of the ability to communicate.” Positive: The best from diverse cultures will.
SYSTEMS SUPPORT FOR GRAPHICAL LEARNING Ken Birman 1 CS6410 Fall /18/2014.
Four Types of Decisions (p p.130) Structured vs. Nonstructured(Examples?) –Structured: Follow rules and criteria. The right answer exists. No “feel”
PLUG IT IN 5 Intelligent Systems. 1.Introduction to intelligent systems 2.Expert Systems 3.Neural Networks 4.Fuzzy Logic 5.Genetic Algorithms 6.Intelligent.
An Introduction to Artificial Intelligence and Knowledge Engineering N. Kasabov, Foundations of Neural Networks, Fuzzy Systems, and Knowledge Engineering,
Artificial Intelligence: Prospects for the 21 st Century Henry Kautz Department of Computer Science University of Rochester.
Ensemble of ensemble of tree and neural network Louis Duclos-Gosselin.
Lecture 8: 24/5/1435 Genetic Algorithms Lecturer/ Kawther Abas 363CS – Artificial Intelligence.
Cognitive Psychology: Thinking, Intelligence, and Language
Ms. Mitchell Freshman Composition Andover High School.
110/19/2015CS360 AI & Robotics AI Application Areas  Neural Networks and Genetic Algorithms  These model the structure of neurons in the brain  Humans.
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
Case study of Several Case Based Reasoners Sandesh.
EE459 I ntroduction to Artificial I ntelligence Genetic Algorithms Kasin Prakobwaitayakit Department of Electrical Engineering Chiangmai University.
ADVANCED PERCEPTRON LEARNING David Kauchak CS 451 – Fall 2013.
Game Theory, Social Interactions and Artificial Intelligence Supervisor: Philip Sterne Supervisee: John Richter.
Chapter 15: KNOWLEDGE-BASED INFORMATION SYSTEMS. What is Knowledge? Data: Raw facts, e.g., Annual Expenses = $2 million Information: Data given context,
Evaluating Websites: A Paul Cuffee Guide A URL is a Uniform Resource Locator, or the ADDRESS or the website. Each file on the Internet has a unique address.
Chapter 4 Decision Support System & Artificial Intelligence.
PLUG IT IN 5 Intelligent Systems. 1.Introduction to intelligent systems 2.Expert Systems 3.Neural Networks 4.Fuzzy Logic 5.Genetic Algorithms 6.Intelligent.
Chapter 6 Finding a Job Chapter 6 Finding a Job Lesson 6.1 Gathering Leads Lesson 6.1 Gathering Leads.
Course Overview  What is AI?  What are the Major Challenges?  What are the Main Techniques?  Where are we failing, and why?  Step back and look at.
Artificial Intelligence: Research and Collaborative Possibilities a presentation by: Dr. Ernest L. McDuffie, Assistant Professor Department of Computer.
Neural Networks And Its Applications By Dr. Surya Chitra.
CS1001 Lecture 25. Overview Homework 4 Homework 4 Artificial Intelligence Artificial Intelligence Database Systems Database Systems.
Minds and Computers Discovering the nature of intelligence by studying intelligence in all its forms: human and machine Artificial intelligence (A.I.)
Artificial Intelligence, simulation and modelling.
Genetic Algorithms. Overview “A genetic algorithm (or GA) is a variant of stochastic beam search in which successor states are generated by combining.
5 Intelligent Systems.
MKTG 311 TUTORIAL 1 Understanding the Challenge. UNDERSTANDING THE CHALLENGE 1.Form design community 2.Research Process 3.The Design Notebook o Confidentiality.
Artificial Intelligence: Applications
George Yauneridge.  Machine learning basics  Types of learning algorithms  Genetic algorithm basics  Applications and the future of genetic algorithms.
Genetic Algorithm (Knapsack Problem)
Introduction to Genetic Algorithms
Treating Genetic Disorders
Evolutionary Algorithms Jim Whitehead
TECHNOLOGY GUIDE FOUR Intelligent Systems.
Artificial Intelligence and Society
CS 4700: Foundations of Artificial Intelligence
First work in AI 1943 The name “Artificial Intelligence” coined 1956
CS621: Artificial Intelligence
MANAGING KNOWLEDGE FOR THE DIGITAL FIRM
Future of Artificial Intelligence
Artificial Intelligence in Medicine
Interpretation Interprets the evidence and how it supports your claim (explains why and how the evidence proves the claim) A reasonable interpretation.
Week of March
Active Reading Series: How to Critically Annotate
Artificial Intelligence Machine Learning
Presentation transcript:

Topics: more AI Expert systems. Genetic algorithms. Neural Networks. Review for midterm

Catch-up Anyone try duolingo? Anything else? Reactions to presentations?

Artificial Intelligence is an old-fashioned term. Complaint was that anything that worked ceased to be termed AI and so AI never had successes.

Expert systems [also old-fashioned term] Collect large number of items if A, B, … true, then do X, and/or declare V, W, … to be true. The ES engine keeps track of what is known and determines a next step. One of the first applications was for medical diagnosis: Mycin Posting / talk possibility

Note so-called check lists for medical procedures are considered a best practice.

Abominable abdominal report My experience in about 1970: study large set of symptoms and initial and confirmed diagnoses Critical reaction/finding for me what that the PI very much did not want a natural language interface. Material was too technical.

Genetic algorithms Based on notion of DNA combining and successful strands lasting… Needs a way to encode proposed solutions to [your] problem. Combine, perhaps with some random effects, perhaps based on goodness of solution. Repeat. Inspired by chromosomes and evolution.

Reactions to reading What do you think?

Neural networks Inspired by general idea that new connections are established in the brain. Again, need to encode candidate solutions. Try connections. If connections work or work better, than the connection is given more strength; otherwise less strength. Iterate: making new connections.

Reflection general versus specific approaches to problems Another general solution is to bring in people or evidence of some kind. Cloud sourcing. –Part of Google search is to establish page-rank based on links from sites to sites. Note: new idea is to feature links from 'your friends'…. –Duolingo –Note: captcha using 2 clues assumes that if you got 'theirs' correct, then it assumes you probably were correct on the other one. Does 'take a vote'.

Midterm review Questions?