CS10 Final Exam Prep. Things to Know The final exam is this Wednesday from 7 – 10pm. Held in 277 Cory Hall. Cumulative. You get three (!!!) cheat sheets.

Slides:



Advertisements
Similar presentations
Board Games Draughts/Checkers Humans 0 – 1 Computers 1962 Arthur Samuels program beat state champion 1990 world champ beaten Completely solved in 2007.
Advertisements

1 Machine Learning: Lecture 1 Overview of Machine Learning (Based on Chapter 1 of Mitchell T.., Machine Learning, 1997)
An Introduction to Artificial Intelligence Alexander Yates Temple University Computer and Information Sciences.
Presentation on Artificial Intelligence
Anonymous "Artificial Intelligence is the study of how to make real computers act like the ones in the movies."
Artificial Intelligence By: David Hunt Lee Evans Jonathan Moreton Rachel Moss.
Which units are you most interested in covering? Unit A –Management Science Unit B – Growth Unit C – Shape and Form Unit D – Statistics.
Lecture 12: Cloud Computing-A Precocious fantasies SETI.
Artificial Intelligence. Intelligent? What is intelligence? computational part of the ability to achieve goals in the world.
Aaron Summers. What is Artificial Intelligence (AI)? Great question right?
Artificial Intelligence (91.420/543) and Machine Learning and Data Mining (91.421/544) Prof. Gary Livingston.
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
CSE 5522: Survey of Artificial Intelligence II: Advanced Techniques Instructor: Alan Ritter TA: Fan Yang.
A Brief History of Artificial Intelligence
C SC 421: Artificial Intelligence …or Computational Intelligence Alex Thomo
Artificial Intelligence Austin Luczak, Katie Regin, John Trawinski.
Machine Learning (Extended) Dr. Ata Kaban
1. 1 Text Book Artificial Intelligence: A Modern Approach, S. Russell and P. Norvig, 3/e, Prentice Hall, 2010 References  Artificial Intelligence, Patrick.
Artificial Intelligence John Ross Yuki Yabushita Sharon Pieloch Steven Smith.
Artificial Intelligence
ARTIFICIAL INTELLIGENCE Artificial intelligence (AI) is the intelligence exhibited by machines or software. It is an academic field of study which studies.
Artificial Intelligence
Intelligence & Artificial Intelligence You must have a pre-prepared sentence or two to spout about what is a description of intelligence.. And what is.
Artificial Intelligence By Ryan Shoultes & Jeremy Creighton.
Chapter 10. Global Village “… is the shrinking of the world society because of the ability to communicate.” Positive: The best from diverse cultures will.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Introduction (Chapter 1) CPSC 386 Artificial Intelligence Ellen Walker Hiram College.
Introduction to Machine Learning MSE 2400 EaLiCaRA Spring 2015 Dr. Tom Way Based in part on notes from Gavin Brown, University of Manchester.
THE HISTORY OF NATURAL LANGUAGE PROCESSING (NLP) By: Ryan Lichtig.

Introduction GAM 376 Robin Burke Winter Outline Introductions Syllabus.
Thoughts about Trends1 Chapter 5: How to Think about Trends R. W. Hamming (from Beyond Calculation)
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.
 Day 59 Computer Science and Industry Exploring The Intersection Between CS and Other Fields.
1 Machine Learning (Extended) Dr. Ata Kaban Algorithms to enable computers to learn –Learning = ability to improve performance automatically through experience.
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
Artificial Intelligence (AI) is the science known for making intelligent machines. In this context intelligence means the ability of machines to simulate.
ARTIFICIAL INTELLIGENCE Jessica Nelson History of Computers.
I Robot.
The Future Artificial Intelligence Virtual Reality What’s Next Home.
Artificial intelligence
Artificial Intelligence By: Ian, Chelsea, Doug, & Grace.
Artificial Intelligence, Expert Systems, and Neural Networks Group 10 Cameron Kinard Leaundre Zeno Heath Carley Megan Wiedmaier.
Definitions of AI There are as many definitions as there are practitioners. How would you define it? What is important for a system to be intelligent?
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.
ARTIFICIALINTELLIGENCE ARTIFICIAL INTELLIGENCE EXPERT SYSTEMS.
Introduction to Artificial Intelligence CS 438 Spring 2008.
Vilalta/Norvig/Eick: History of AI Origins McCulloch and Pitts (1943) Model of Artificial Neurons. Donald Hebb (1949) Hebbian Learning Conference at Dartmouth.
Artificial Intelligence, simulation and modelling.

A Look into Autonomous Vehicles
Understanding AI of 2 Player Games. Motivation Not much experience in AI (first AI project) and no specific interests/passion that I wanted to explore.
Artificial Intelligence Yunita Sari Kamis, 23 Feb 2012.
Uses and Limitations Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
 History  What is AI?  Current implementations  Future of AI  Conclusion  References.
Overview of Artificial Intelligence (1) Artificial intelligence (AI) Computers with the ability to mimic or duplicate the functions of the human brain.
Classification of models
Artificial intelligence (AI)
Introduction Characteristics Advantages Limitations
Done Done Course Overview What is AI? What are the Major Challenges?
Artificial Intelligence
ARTIFICIAL INTELLIGENCE.
MACHINE LEARNING.
Introduction Artificial Intelligent.
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami

Artificial Intelligence
Introduction to Artificial Intelligence
Artificial Intelligence Andrea Danyluk For FPS 2/2/04.
Presentation transcript:

CS10 Final Exam Prep

Things to Know The final exam is this Wednesday from 7 – 10pm. Held in 277 Cory Hall. Cumulative. You get three (!!!) cheat sheets. It’s worth 80 points, or 20% of the total, and can replace your quest AND midterm scores.

Spoiler Alert Glenn and I have not seen the final. Do not overanalyze any “hints” we give, because really, they aren’t hints. Just helpful advice.

Readings All of the Blown to Bits & other readings from before the midterm. Since then we’ve covered two major topics in the readings: Cloud computing and artificial intelligence

Cloud Computing?

Artificial Intelligence?

Berkeley View of Cloud Computing

0 Computing as a utility 0 Providers (Google, Microsoft, Amazon, etc) often have extra computing power sitting around. 0 Users can rent this for cheap and get temporary access to massive amounts of computing power.

Berkeley View of Cloud Computing 0 Pay-as-you-go pricing 0 Concerns: 0 Data lock-in 0 Data privacy 0 Automatic scaling is a key area of research.

Berkeley View of Cloud Computing One significant technology: Virtual machines

Brian Harvey’s AI Notes

John McCarthy defined AI as: "getting computers to do things which, when done by people, are said to involve intelligence."

Brian Harvey’s AI Notes There has been interest in making computers “intelligent” since the field of computer science came into existence. Very, very challenging problems because (a) we don’t understand our intelligence and (b) thinking computationally often requires absurd amounts of system resources.

Brian Harvey’s AI Notes John McCarthy invented the Lisp programming language in 1958 in order to tackle the idea of symbolic programming: representing relationships between concepts instead of just math formulas. At the same time, others were excited about the idea of simulating human neurons in a machine.

Brian Harvey’s AI Notes And then things changed.

Brian Harvey’s AI Notes About 11 years later, some scientists published a book showing that these neuron tools, called “neural networks,” weren’t the end-all-be-all solution to AI. Scientists got very very sad as funding dried up.

Brian Harvey’s AI Notes Things clearly rebounded, and we’ve brought back ideas such as symbolic programming (Lisp), neural networks, and now statistical techniques to take the field to a whole new level. Speech recognition and character recognition were both thought to be incredibly difficult but are now employed somewhat regularly.

Brian Harvey’s AI Notes There are now at least two branches of AI with different goals: Branch #1: simulate human thinking as closely as possible. Cognitive science is closely tied. Branch #2: solving problems as efficiently as possible using computational techniques.

Computers Solve Checkers – It’s a Draw!

Computers Solve Checkers Jonathan Schaeffer recently weakly solved the game of checkers. Took him 18 years using dozens of computers.

Computers Solve Checkers Wrote a program called Chinook that could play at the grand master level. Chinook lost it’s first competition against Tinsley, the reigning world champion at the time. “Won” the second time because Tinsley was diagnosed with cancer during the series and had to withdraw.

What is IBM’s Watson?

0 Supercomputer and set of software designed to play Jeopardy! 0 A general expert system capable of answering questions about general human knowledge. 0 Article written before the televised competition but talks about Young Watson squashing its opponents (and losing a good bit too).

Why Jeopardy? Challenging phrasing of questions Covers huge breadth of knowledge

What is IBM’s Watson? “elementary, my dear contestant” Impractical a decade ago due to limited computing power and training resources.

What is IBM’s Watson? Watson was trained on huge amounts of information, much of which is freely available on the internet. Dictionaries, thesauri, encyclopedias, books, plays, religious texts, etc.

What is IBM’s Watson? Also uses > 100 algorithms to explore the question in parallel. Answers are ranked and weighted to produce the final output.

What is IBM’s Watson? John Kelley, head of IBM Research, predicts that software similar to Watson will be able to run on a normal server in 10 years. …and on a laptop in 12 – 15 years.

The First Church of Robotics

0 Lots of artificial intelligence is theatrics. 0 Concern: by thinking of computers as being closer to humans, we start to think of humans as closer to computers as well.

The First Church of Robotics Putting blind faith in these algorithms is dangerous but easy. Look both ways before crossing the street, regardless of what color the light is.

The First Church of Robotics Singularity University Unclear future given the rate of technological growth. Who knows who / what will be in charge in 50 years. S.U. predicts that the “technological singularity,” the point where machine intelligence exceeds human intelligence, will occur in our lifetimes.

The Great Robot Race

Founded by DARPA and ran for two years. Goal: develop autonomous vehicle technology for use in military operations.

The Great Robot Race The challenge: drive 142 miles on off-road terrain without a driver.

The Great Robot Race Winners used an incredible combination of hardware, sensors (laser rangefinders, GPS, radar), and software to make their machines work.