Artificial Intelligence/Life Presented by James H. Sunshine September 2, 2004.

Slides:



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

Genetic Algorithms Vida Movahedi November Contents What are Genetic Algorithms? From Biology … Evolution … To Genetic Algorithms Demo.
1.Data categorization 2.Information 3.Knowledge 4.Wisdom 5.Social understanding Which of the following requires a firm to expend resources to organize.
Artificial Intelligence
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
Biologically Inspired AI (mostly GAs). Some Examples of Biologically Inspired Computation Neural networks Evolutionary computation (e.g., genetic algorithms)
4-1 Management Information Systems for the Information Age Copyright 2002 The McGraw-Hill Companies, Inc. All rights reserved Chapter 4 Decision Support.
Chapter 4 DECISION SUPPORT AND ARTIFICIAL INTELLIGENCE
Genetic Algorithms. Some Examples of Biologically Inspired AI Neural networks Evolutionary computation (e.g., genetic algorithms) Immune-system-inspired.
The Decision-Making Process IT Brainpower
1 Chapter 13 Artificial Life: Learning through Emergent Behavior.
ARTIFICIAL INTELLIGENCE Rachelle Yando, Nina Kostyk, & Dave Tokarowski.
Evolutionary Algorithms Simon M. Lucas. The basic idea Initialise a random population of individuals repeat { evaluate select vary (e.g. mutate or crossover)
Genetic Algorithms Learning Machines for knowledge discovery.
Natural Computation: computational models inspired by nature Dr. Daniel Tauritz Department of Computer Science University of Missouri-Rolla CS347 Lecture.
1 Chapter 4 Decision Support and Artificial Intelligence Brainpower for Your Business.
Evolutionary Computation Application Peter Andras peter.andras/lectures.
McGraw-Hill/Irwin ©2005 The McGraw-Hill Companies, All rights reserved ©2005 The McGraw-Hill Companies, All rights reserved McGraw-Hill/Irwin.
Artificial Intelligence
Artificial Intelligence By Ryan Shoultes & Jeremy Creighton.
제 5 주. Art and Design Computer Animation: from Avatars to Unrestricted Autonomous Actors A. Pina, E. Cerezo and F. Seron, Computers & Graphics, vol. 24,
컴퓨터 그래픽스 분야의 캐릭터 자동생성을 위하여 인공생명의 여러 가지 방법론이 어떻게 적용될 수 있는지 이해
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 4 Analytics, Decision Support, and Artificial Intelligence:
Artificial Intelligence CIS 342 The College of Saint Rose David Goldschmidt, Ph.D.
Artificial Intelligence: Its Roots and Scope
Artificial Intelligence
Department of Information Technology Indian Institute of Information Technology and Management Gwalior AASF hIQ 1 st Nov ‘09 Department of Information.
Introduction to Genetic Algorithms and Evolutionary Computation
Four Types of Decisions (p p.130) Structured vs. Nonstructured(Examples?) –Structured: Follow rules and criteria. The right answer exists. No “feel”
Soft Computing Lecture 18 Foundations of genetic algorithms (GA). Using of GA.
Evolution Strategies Evolutionary Programming Genetic Programming Michael J. Watts
CS 484 – Artificial Intelligence1 Announcements Lab 4 due today, November 8 Homework 8 due Tuesday, November 13 ½ to 1 page description of final project.
Lecture 8: 24/5/1435 Genetic Algorithms Lecturer/ Kawther Abas 363CS – Artificial Intelligence.
CS440 Computer Science Seminar Introduction to Evolutionary Computing.
1 Chapter 13 Artificial Life: Learning through Emergent Behavior.
Succeeding with Technology: Second Edition
Fuzzy Genetic Algorithm
Genetic Algorithms K.Ganesh Reasearch Scholar, Ph.D., Industrial Management Division, Humanities and Social Sciences Department, Indian Institute of Technology.
Soft Computing A Gentle introduction Richard P. Simpson.
Autonomy and Artificiality Margaret A. Boden Hojin Youn.
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
I Robot.
Genetic Algorithms Przemyslaw Pawluk CSE 6111 Advanced Algorithm Design and Analysis
Neural Networks and Machine Learning Applications CSC 563 Prof. Mohamed Batouche Computer Science Department CCIS – King Saud University Riyadh, Saudi.
1. Genetic Algorithms: An Overview  Objectives - Studying basic principle of GA - Understanding applications in prisoner’s dilemma & sorting network.
Biologically inspired algorithms BY: Andy Garrett YE Ziyu.
Pac-Man AI using GA. Why Machine Learning in Video Games? Better player experience Agents can adapt to player Increased variety of agent behaviors Ever-changing.
Evolutionary Computation (P. Koumoutsakos) 1 What is Life  Key point : Ability to reproduce.  Are computer programs alive ? Are viruses a form of life.
Welcome and Introduction to the Course MSE 2400 EaLiCaRA Spring 2015 Dr. Tom Way.
TRU-COMP3710 Artificial Life and Emergent Behavior1 Course Outline Part I – Introduction to Artificial Intelligence Part II – Classical Artificial Intelligence.
Artificial Intelligence: Research and Collaborative Possibilities a presentation by: Dr. Ernest L. McDuffie, Assistant Professor Department of Computer.
Organic Evolution and Problem Solving Je-Gun Joung.
An Evolutionary Algorithm for Neural Network Learning using Direct Encoding Paul Batchis Department of Computer Science Rutgers University.
George Yauneridge.  Machine learning basics  Types of learning algorithms  Genetic algorithm basics  Applications and the future of genetic algorithms.
March 1, 2016Introduction to Artificial Intelligence Lecture 11: Machine Evolution 1 Let’s look at… Machine Evolution.
Presented By: Farid, Alidoust Vahid, Akbari 18 th May IAUT University – Faculty.
Overview of Artificial Intelligence (1) Artificial intelligence (AI) Computers with the ability to mimic or duplicate the functions of the human brain.
Evolution Strategies Evolutionary Programming
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Evolving the goal priorities of autonomous agents
Chapter 11: Artificial Intelligence
Artificial Intelligence and Society
Introduction to Artificial Intelligence Lecture 11: Machine Evolution
Evolving Logical-Linear Edge Detector with Evolutionary Algorithms
Dr. Unnikrishnan P.C. Professor, EEE
Integrating Deep Learning with Cyber Forensics
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Artificial Intelligence
Genetic Algorithm Soft Computing: use of inexact t solution to compute hard task problems. Soft computing tolerant of imprecision, uncertainty, partial.
Presentation transcript:

Artificial Intelligence/Life Presented by James H. Sunshine September 2, 2004

Overview Definitions Intelligence Life Evolution Morality

Definitions Genetic Algorithms: An evolutionary algorithm which generates each individual from some encoded form known as a "chromosome" or "genome". Chromosomes are combined or mutated to breed new individuals. Evolutionary Computing: An algorithm which incorporates aspects of natural selection or survival of the fittest. An evolutionary algorithm maintains a population of structures (usually randomly generated initially), that evolves according to rules of selection, recombination, mutation and survival, referred to as genetic operators.

Artificial Intelligence Artificial Intelligence: the branch of computer science that deal with writing computer programs that can solve problems creatively; "workers in AI hope to imitate or duplicate intelligence in computers and robots"

Artificial Intelligence Creating a singular program/entity capable of independent, creative thought. Creating a species of programs/entities. (i.e. web- bots) Is Deep Blue intelligent?

Artificial Life Artificial Life: The study of synthetic systems which behave like natural living systems in some way. Artificial Life complements the traditional biological sciences concerned with the analysis of living organisms by attempting to create lifelike behaviors within computers and other artificial media.

Examples Efloys – group/community behavior made of simpler behaviorsEfloys Traveling SalesPerson – mind-numbing tasks using genetic algorithmsTraveling SalesPerson Conway's Game of Life – simple cellular behaviorConway's Game of Life Self Replicating Loops – complex cellular behaviorSelf Replicating Loops Neural Networks– Adaptive behaviorNeural Networks

1 Pole is easy you say???? How ‘bout 2!

Evolution The Evolution of self- replicating loopsEvolution Colonies???Colonies

Future Skynet???

What’s the point? New ways to solve problems? New problems to solve? Pattern recognition – security applications. Redundancy – the internet. Study/breakdown of real world behaviors.

Moral implications… If we create artificial intelligence/life, is it murder to pull the plug? Will we allow a “community” to develop its own rules/morals? Will we see each other as a threat? (Skynet…) What can we learn about ourselves watching artificial beings interact?

The big question… If a machine can think (and proves to us humans that it can), what rights does that machine have?

Summary Artificial Intelligence/Life are providing new methods of solving problems. The study of one or more “life forms” is providing insight into organic behaviors. Organic behavior is helping to solve age-old and some new problems. Will we ever produce a truly “intelligent” machine?

References AIDepot Artis Artificial Life and Other Experiments bovine.net :: Jeff Hiroki Sayama, D.Sc. Hyperdictionary.com University of Texas