CS Fall 2015 (Shavlik©), Midterm Topics

Slides:



Advertisements
Similar presentations
Presentation on Artificial Intelligence
Advertisements

An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
Ai in game programming it university of copenhagen Statistical Learning Methods Marco Loog.
Carla P. Gomes CS4700 CS 4700: Foundations of Artificial Intelligence Carla P. Gomes Exam-Info.
1 MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING By Kaan Tariman M.S. in Computer Science CSCI 8810 Course Project.
1 4 questions (Revisited) What are our underlying assumptions about intelligence? What kinds of techniques will be useful for solving AI problems? At what.
Machine Learning Usman Roshan Dept. of Computer Science NJIT.
Classifiers, Part 3 Week 1, Video 5 Classification  There is something you want to predict (“the label”)  The thing you want to predict is categorical.
Ch1 AI: History and Applications Dr. Bernard Chen Ph.D. University of Central Arkansas Spring 2011.
Game AI Fundamentals. What is Artificial Intelligence (AI)? Not easy to answer… “Ability of a computer or other machine to perform those activities that.
CS 540 – Introduction to AI Fall 2015
Today’s Topics HW0 due 11:55pm tonight and no later than next Tuesday HW1 out on class home page; discussion page in MoodleHW1discussion page Please do.
Today’s Topics FREE Code that will Write Your PhD Thesis, a Best-Selling Novel, or Your Next Methods for Intelligently/Efficiently Searching a Space.
CS Fall 2015 (© Jude Shavlik), Lecture 7, Week 3
Introduction to Artificial Intelligence and Soft Computing
Today’s Topics Read –For exam: Chapter 13 of textbook –Not on exam: Sections & Genetic Algorithms (GAs) –Mutation –Crossover –Fitness-proportional.
1 CS 385 Fall 2006 Chapter 1 AI: Early History and Applications.
Carla P. Gomes CS4700 CS 4701: Practicum in Artificial Intelligence Carla P. Gomes
Today’s Topics HW1 Due 11:55pm Today (no later than next Tuesday) HW2 Out, Due in Two Weeks Next Week We’ll Discuss the Make-Up Midterm Be Sure to Check.
Today’s Topics Playing Deterministic (no Dice, etc) Games –Mini-max –  -  pruning –ML and games? 1997: Computer Chess Player (IBM’s Deep Blue) Beat Human.
Today’s Topics Graded HW1 in Moodle (Testbeds used for grading are linked to class home page) HW2 due (but can still use 5 late days) at 11:55pm tonight.
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.
Today’s Topics 12/15/15CS Fall 2015 (Shavlik©), Lecture 31, Week 151 Exam (comprehensive, with focus on material since midterm), Thurs 5:30-7:30pm,
Today’s Topics Exam Thursday Oct 22. 5:30-7:3-pm, same room as lecture Makeup Thursday Oct 29? Or that Monday or Wednesday? Exam Covers Material through.
Today’s Topics Remember: no discussing exam until next Tues! ok to stop by Thurs 5:45-7:15pm for HW3 help More BN Practice (from Fall 2014 CS 540 Final)
Today’s Topics Some Exam-Review Notes –Midterm is Thurs, 5:30-7:30pm HERE –One 8.5x11 inch page of notes (both sides), simple calculator (log’s and arithmetic)
Machine Learning Usman Roshan Dept. of Computer Science NJIT.
Introduction to Artificial Intelligence Heshaam Faili University of Tehran.
CS 540 – Introduction to AI Fall 2016 Jude Shavlik TA: Sam Gelman
Brief Intro to Machine Learning CS539
Knowledge Representation
CS Fall 2016 (Shavlik©), Lecture 5
Data Structures Lab Algorithm Animation.
CSPs: Search and Arc Consistency Computer Science cpsc322, Lecture 12
2009: Topics Covered in COSC 6368
Done Done Course Overview What is AI? What are the Major Challenges?
CSPs: Search and Arc Consistency Computer Science cpsc322, Lecture 12
CS Fall 2016 (Shavlik©), Lecture 11, Week 6
CS Fall 2016 (Shavlik©), Lecture 12, Week 6
CS 583 Fall 2006 Analysis of Algorithms
CS 4700: Foundations of Artificial Intelligence
Basic Intro Tutorial on Machine Learning and Data Mining
CS Fall 2016 (Shavlik©), Lecture 8, Week 5
cs540- Fall 2016 (Shavlik©), Lecture 15, Week 9
Introduction Artificial Intelligent.
CSSE463: Image Recognition Day 20
CS540 - Fall 2016(Shavlik©), Lecture 16, Week 9
Artificial Intelligence (Lecture 1)
Introduction to Artificial Intelligence and Soft Computing
CS Fall 2016 (Shavlik©), Lecture 27, Week 15
cs540 - Fall 2016 (Shavlik©), Lecture 18, Week 10
CS Fall 2016 (Shavlik©), Lecture 9, Week 5
CS Fall 2016 (Shavlik©), Lecture 2
CS Fall 2016 (© Jude Shavlik), Lecture 7, Week 4
CS Fall 2016 (Shavlik©), Lecture 10, Week 6
MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING
Ensemble learning.
CS Fall 2016 (Shavlik©), Lecture 12, Week 6
MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING
2004: Topics Covered in COSC 6368
Introduction to Artificial Intelligence
Search.
Genetic Algorithm Soft Computing: use of inexact t solution to compute hard task problems. Soft computing tolerant of imprecision, uncertainty, partial.
Search.
A task of induction to find patterns
Introduction to Artificial Intelligence
A task of induction to find patterns
Chapter 14 February 26, 2004.
Instructor: Vincent Conitzer
CS 250, Discrete Structures, Fall 2015 Nitesh Saxena
Presentation transcript:

CS 540 - Fall 2015 (Shavlik©), Midterm Topics 6/6/2018 Today’s Topics Some Exam-Review Notes Midterm is Tuesday 10/25, 4:00-5:15 pm in Van Vleck B130 One 8.5x11 inch page of notes (both sides), simple calculator (log’s and arithmetic), no accessing internet! 10/20/15 CS 540 - Fall 2015 (Shavlik©), Midterm Topics

If you don’t recognize this … Topics Covered So Far If you don’t recognize this … Some AI History and Philosophy (more final class) Learning from Labeled Data (more ahead) Reasoning from Specific Cases (k-NN) Searching for Solutions (many variants, common core) Projecting Possible Futures (eg, game-playing) Simulating ‘Problem Solving’ Done by the Biophysical World (SA, GA, and [later] neural nets) Reasoning Probabilistically (just Ch 13 & Lec 13) 10/20/15 CS 540 - Fall 2015 (Shavlik©), Midterm Topics

Detailed List of Course Topics Learning from labeled data Experimental methodologies for choosing parameter settings and estimating future accuracy Decision trees and random forests Probabilistic models, nearest-neighbor methods Genetic algorithms Neural networks Support vector machines Reinforcement learning (if time permits) Searching for solutions Heuristically finding shortest paths Algorithms for playing games like chess Simulated annealing Reasoning probabilistically Probabilistic inference (just the basics so far) Bayes' rule Bayesian networks   Reasoning from concrete cases Cased-based reasoning Nearest-neighbor algorithm Reasoning logically First-order predicate calculus Representing domain knowledge using mathematical logic Logical inference Problem-solving methods based on the biophysical world Genetic algorithms Simulated annealing Neural networks Philosophical aspects Turing test Searle's Chinese Room thought experiment The coming singularity Strong vs. weak AI Societal impact of AI 10/20/15 CS 540 - Fall 2015 (Shavlik©), Midterm Topics

CS 540 - Fall 2015 (Shavlik©), Midterm Topics Some Key Ideas ML: Easy to fit training examples, hard to generalize to future examples (never use TESTSET to choose model!) SEARCH: OPEN holds partial solutions, how to choose which partial sol’n to extend? (CLOSED prevents infinite loops) PROB: Fill JOINT Prob table (explicitly or implicitly) simply by COUNTING data, then can answer all kinds of questions 10/20/15 CS 540 - Fall 2015 (Shavlik©), Midterm Topics

CS 540 - Fall 2015 (Shavlik©), Midterm Topics Exam Advice Mix of ‘straightforward’ concrete problem solving and brief discussion of important AI issues and techniques Problem solving graded ‘precisely’ Discussion graded ‘leniently’ Previous exams great training and tune sets (hence soln’s not posted for old exams, ie so they can be used as TUNE sets) 10/20/15 CS 540 - Fall 2015 (Shavlik©), Midterm Topics

CS 540 - Fall 2015 (Shavlik©), Midterm Topics Exam Advice (cont.) Think before you write Briefly discuss important points Don’t do a ‘core dump’ Some questions are open-ended so budget your time wisely Always say SOMETHING 10/20/15 CS 540 - Fall 2015 (Shavlik©), Midterm Topics

CS 540 - Fall 2015 (Shavlik©), Midterm Topics Fall 2015 Midterm http://pages.cs.wisc.edu/~shavlik/cs540/old-exams/midterm-fall15.pdf 10/20/15 CS 540 - Fall 2015 (Shavlik©), Midterm Topics