1 / 20

Artificial Intelligence and Lisp TDDC65

Course leader: Erik Sandewall Lab assistants: Henrik Lundberg, John Olsson Administrator: Anna Grabska Eklund Webpage: http://www.ida.liu.se/ext/TDDC65/. Artificial Intelligence and Lisp TDDC65. Monday 15.15 – 17.00: Lecture (except this week) Friday 8.15 – 10.00 and 10.15 – 12.00: Tutorial.

rbess
Download Presentation

Artificial Intelligence and Lisp TDDC65

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Course leader: Erik Sandewall Lab assistants: Henrik Lundberg, John Olsson Administrator: Anna Grabska Eklund Webpage: http://www.ida.liu.se/ext/TDDC65/ Artificial Intelligence and LispTDDC65

  2. Monday 15.15 – 17.00: Lecture (except this week) Friday 8.15 – 10.00 and 10.15 – 12.00: Tutorial Teaching plan

  3. Today's lecture topics • The concept of intelligence • Mechanization of intelligence • The Leonardo software system, starting with the labs • (If time allows:) Knowledge acquisition for AI

  4. (Using whiteboard for a while)

  5. Develop software techniques whereby computer programs can be less stupid, and whereby ultimately they can exhibit intelligence Goal of Artificial Intelligence:

  6. Develop software techniques whereby computer programs can be less stupid, and whereby ultimately they can exhibit intelligence that is, exhibit behavior that is called intelligent when it is observed in humans Goal of Artificial Intelligence:

  7. What is required for not to be stupid? • Know procedures/ scripts/ methods • … and be able to apply them • Diagnose problems and resolve them • Imagine what will happen • Use earlier experience and adapt it (learning) • Have facts and apply them • Acquire facts

  8. Other examples

  9. Additional requirements • Adapt earlier solutions to problems • Identify relevant facts • Structure a given problem and its solution • Draw conclusions from selected facts • Identify and apply constraints

  10. Scientific study of intelligence • Francis Galton • Alfred Binet • Large topic of study in psychology and elsewhere

  11. Standard definition approach • Identify certain more specific capabilities • Design tests for measuring these • It is observed that these capabilities tend to co-occur, statistically speaking • Use the term intelligence as an umbrella for the set of co-occurring capabilities • Maybe: hypothesize a single underlying 'intelligence factor'

  12. A very general mental capability that, among other things, involves the ability to reason, plan, solve problems, think abstractly, comprehend complex ideas, learn quickly and learn from experience. It is not merely book learning, a narrow academic skill, or test-taking smarts. Rather, it reflects a broader and deeper capability for comprehending our surroundings—"catching on", "making sense" of things, or "figuring out" what to do. “Mainstream science of intelligence”

  13. Why do these capabilities occur and co-occur? • By the existence of a specific “organ”? • By genetically dictated, physiological factors? • By developmental physiological factors? • By social training and upbringing?

  14. Other aspects • Animal intelligence • Social intelligence • The concept of intelligence is strongly loaded emotionally • Intelligence is not an object that can be extracted and observed, it is a property of a very complex system

  15. Manifestations of intelligence • In the physical behavior of e.g. a mobile robot • In dialog behavior, in particular using language • In understanding input which is later reflected in behavior that in itself does not need to be 'intelligent' • Therefore, actual AI systems contain many parts that are not 'intelligence' but serve other aspects of the total system • We will focus on the AI aspect of such systems.

  16. Approach to building the AI kernel • Implement general capabilities such as those mentioned above • Make it possible for the system to contain information on a spectrum from facts to knowledge • Make it possible for the system to improve the capabilities and to acquire facts...knowledge • Scripts are an important kind of knowledge here • Arrange for world simulation within the system.

  17. Cognitive agents • Cognitive software agents is a standard implementation technique for these purposes: • Integrate programs and data • The agent can analyze and modify all information in itself • Agents can communicate with each other • Most suitable programming languages: Lisp, Scheme, Python. (Java is so-so).

  18. The Leonardo system • A system for cognitive agents, developed here • Uses the basic ideas of Lisp, but adds many other aspects • Presently implemented in Lisp, but can be implemented in other languages as well • Will be used in the present course, especially for the labs • The theoretical parts of the course will use the same notation as in Leonardo

  19. Your personal Leonardo agent • Each course participant will have her or his own Leonardo agent for use during the course, in particular for the labs • Lab 1 consists of setting up your agent. It consists of four parts: • 1. Install Allegro CommonLisp • 2. Install the Leonardo agent • 3. Register the Leonardo agent • 4. Play with it.

  20. Besides intelligence: knowledgebase • Availability of a knowledgebase is paramount for AI systems • Current sources: Dbpedia, Factbase, Common Knowledge Library (CKL), many others • (continued in other set of slides)

More Related