Artificial Intelligence (CS 461D)

Slides:



Advertisements
Similar presentations
Introduction to CS170. CS170 has multiple sections Each section has its own class websites URLs for different sections: Section 000:
Advertisements

CS/CMPE 535 – Machine Learning Outline. CS Machine Learning (Wi ) - Asim LUMS2 Description A course on the fundamentals of machine.
CS 331 / CMPE 334 – Intro to AI CS 531 / CMPE AI Course Outline.
COMP171 Data Structures and Algorithm Qiang Yang Lecture 1 ( Fall 2006)
CS : Artificial Intelligence: Representation and Problem Solving Fall 2002 Prof. Tuomas Sandholm Computer Science Department Carnegie Mellon University.
CENG 213 Data Structures Department of Computer Engineering Middle East Technical University Fall 2014 CENG 213 Data Structures 1.
Department of Computer Sciences Bahria University (Karachi Campus)
1 SWE Introduction to Software Engineering Fall Semester (081) King Fahd University of Petroleum & Minerals Information & Computer Science.
COP4020/CGS5426 Programming languages Syllabus. Instructor Xin Yuan Office: 168 LOV Office hours: T, H 10:00am – 11:30am Class website:
METU Computer Engineering Department
CSCI 1301 Principles of Computer Science I
Xiaoying Sharon Gao Mengjie Zhang Computer Science Victoria University of Wellington Introduction to Artificial Intelligence COMP 307.
COMP 111 Programming Languages 1 First Day. Course COMP111 Dr. Abdul-Hameed Assawadi Office: Room AS15 – No. 2 Tel: Ext. ??
COMP Introduction to Programming Yi Hong May 13, 2015.
CS 103 Discrete Structures Lecture 01 Introduction to the Course
CS 140 Computer Programming (I) Second semester (3 credits) Imam Mohammad bin Saud Islamic University College of Computer Science and Information.
Course Overview Prepared by L. Nouf Almujally 1. Course Objectives Fundamental concepts of database systems, in particular, relational database systems.
Data Structures (Second Part) Lecture 1 Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang University.
Princess Nora University Faculty of Computer & Information Systems
Assoc. Prof. Abdulwahab AlSammak. Course Information Course Title: Artificial Intelligence Instructor : Assoc. Prof. Abdulwahab AlSammak
Artificial Intelligence Course Overview Course By Sukchatri PRASOMSUK University of Phayao, ICT.
System Analysis & design (215 MIS) COURSE INSTRUCTOR: L.LAYLA HAJR.
Introduction to ECE 2401 Data Structure Fall 2005 Chapter 0 Chen, Chang-Sheng
COMP 304: Artificial Intelligence. General Lecturer: Nelishia Pillay Office: Room F3 Telephone:
[CS-370: Artificial Intelligence ] Course Guide Ms.Raghad Altikriti Prince Sultan University, College for Women.
CS511: Artificial Intelligence II
CSC 111 COURSE ORIENTATION. Course name and Credit houres  CSC 111 – Computer Programming-I  Credit hours:  3 hours lecture  1 hour tutorial  2 hours.
Csc1203.  Elmasri and Navathe, “Fundamentals of Database Systems”, 6 th Edition, Addison- Wesley,  Thomas Connolly, Carolyn Begg, “Database Systems:
ICS202 Data Structures King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science Department.
C Programming Lecture 1 : Introduction Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang University.
CS151 Introduction to Digital Design Noura Alhakbani Prince Sultan University, College for Women.
King Saud University1 CSC 112 Java Programming I Introduction.
General Information Course Id: COSC6368 Artificial Intelligence Professor: Ricardo Vilalta Classroom:AH 110 Telephone: (713)
COP4020 INTRODUCTION FALL COURSE DESCRIPTION Programming Languages introduces the fundamentals of the design and implementation of programming languages.
CITS4211 Artificial Intelligence Semester 1, 2013 A/Prof Lyndon While School of Computer Science & Software Engineering The University of Western Australia.
1 CENG 707 Data Structures and Algorithms Nihan Kesim Çiçekli Department of Computer Engineering Middle East Technical University Fall 2013.
CENG 213 Data Structures1 Nihan Kesim Çiçekli Department of Computer Engineering Middle East Technical University.
CMPT 463 Artificial Intelligence Instructor: Tina Tian.
1 Copyright Information goes here Company Proprietary and Confidential Artificial Intelligence CSC450 Lecture 1 Dr. Osman Ahmed Abdalla.
Operating Systems (CS 340 D) Dr. Abeer Mahmoud Princess Nora University Faculty of Computer & Information Systems Computer science Department.
Introduction to Artificial Intelligence Heshaam Faili University of Tehran.
CS140 – Computer Programming 1 Course Overview First Semester – Fall /1438 – 2016/2017 CS140 - Computer Programming 11.
Computer Engineering Department Islamic University of Gaza
Artificial Intelligence
CS101 Computer Programming I
CENG 213 Data Structures Dr. Cevat Şener
CSC 111 Course orientation
CSC 361 Artificial Intelligence
Artificial Intelligence (CS 370D)
E-BUSINESS SYSTEMS DESIGN IS 232 T
Princess Nora University Faculty of Computer & Information Systems
Introduction to Computer Architecture
Artificial Intelligence (AI)
Lecture 1: Introduction
INTRODUCTION TO INFORMATION SYSTEMS AND TECHNOLOGY (NET 201)
System Analysis & design (CAP 252)
Software Project Management
CSC227: Operating Systems
Introduction to Computer Architecture
An Introduction to Java Language
Fundamental of Artificial Intelligence (CSC3180)
Oracle Database Management System
CT 1311 Visual Basic Programming
Computer Engineering Department Islamic University of Gaza
Princess Nora University Faculty of Computer & Information Systems
ITEC 202 Operating Systems
CMPT 420 / CMPG 720 Artificial Intelligence
Introduction to Computer Architecture
AI Application Session 12
Introduction to the Java Language ​
Presentation transcript:

Artificial Intelligence (CS 461D) Princess Nora University Faculty of Computer & Information Systems Artificial Intelligence (CS 461D) Computer science Department

Course Title: Artificial Intelligence Code : CS 461, CS 370D Prerequisites: CS 220D + CS 111 D Credits: ( lecture 3 + 1 lab )= 3 تحليل وتصميم خوارزميات, لغة برمجة

Topics This course will introduce you to the field of Artificial Intelligence Main topics which will be covered: Introduction to AI. Intelligent Agents Searching(Uninformed search , informed search ) Constraint Satisfaction Problems(CSP) Introduction to game theory First order logic (Syntax and semantics )

This course provides a study of introductory and advanced topics in artificial intelligence, intelligent agents, and knowledge-based systems, Solving problems by searching, Informed search algorithms, First Order Logic, Second Order .Logic, Lisp, Prolog, Game, and neural network Course Objectives •Understand the fundamental concepts of Artificial Intelligence •Understand different methods of search and optimization in AI •Able to develop small application using heuristic functions to solve any search problem in AI •Understand the learning strategies •Understand and implement searching techniques •Understand the fundamental concept of logic in AI Understand the knowledge areas •Learn PROLOG language used to implement Artificial Intelligence Systems

Topics (cont..) Knowledge representation Forms of learning (Inductive, deductive) Programming in logic PROLOG Graph representation Robotics (overview)

Course Aims Give you an understanding of what AI is Aims, abilities, methodologies, applications, … Equip you with techniques for solving problems By writing/building intelligent software/machines

Goals By the end of the course the students should be able to: Understand the fundamental concepts of Artificial Intelligence Understand different methods of search and optimization in AI Able to develop small application using heuristic functions to solve any search problem in AI Understand the learning strategies Understand and implement searching techniques Understand the fundamental concept of logic in AI Understand the knowledge areas Learn PROLOG language

Books and references: Main Text Books: “Artificial Intelligence – A Modern Approach” , Stuart Russel and Peter Norvig: 3rd Edition Pearson Ivan Bratko :PROLOG Programming 2nd Ed., Pearson Education “Artificial Intelligence “, Elaine Rich and Kevin Knight: 2nd Ed , Tata McGraw Hill

Percentage from overall grade Marks Distribution Percentage from overall grade Grade Assessment Week   Assessment method (Write an essay - test - a collective project - a final test ...) 15% 15 7th week 1st Med Term 12th week 2nd Med Term 10% 10 10th week quiz week Assignments 2rd, 4th, 6th , 8th and 10th + Attendance (Lab) exam 40 After 15 Final exam (Theory) “Two academic hours“. 100 Total - Marks distribution is not final and can be change.

Course Policy + agree on the excuse from department NO bonus NO makeup quizzes. NO midterm makeup exams unless: You must bring a medical excuses from a government hospital. + agree on the excuse from department + agree on the excuse from course coordinator Then the makeup exam will be in the whole course contents

Course Policy (cont..) Assignments must be completed individually unless specified otherwise. If groups are permitted, each student should team up with students from the same tutorial section. Cheating is forbidden. Both parties will be penalized in Minus.

Course Policy (cont..) Email Communication: Anonymous emails will be ignored. When you send an email, you should use your PNU account make sure to put “AI 370D or AI 461D" in the subject line and identify yourself with your group code and Student ID in the email message (body). Late submissions of any course material is not allowed. It is your responsibility to check the course’s website regularly for any assignments, announcements, etc..

Thank you Enjoy the Course & never forget to smile 