0% found this document useful (0 votes)
22 views

Lecture 01

This document provides information about the CS3151: Artificial Intelligence course being taught by Dr. Muhammad Kabir. It includes administrative details like the instructor's contact information and office hours. It outlines the instructor's background, classroom etiquette policies, the tentative grading policy which will include assignments, quizzes, exams, and a project. It proposes a reference book and shares a tentative course plan covering topics like problem solving, knowledge reasoning, learning, natural language processing and more across 14 modules. Useful AI resources on the web are also provided. The document concludes with a reading assignment of Chapter 1 from the recommended textbook.

Uploaded by

ALi SaLman Rahat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Lecture 01

This document provides information about the CS3151: Artificial Intelligence course being taught by Dr. Muhammad Kabir. It includes administrative details like the instructor's contact information and office hours. It outlines the instructor's background, classroom etiquette policies, the tentative grading policy which will include assignments, quizzes, exams, and a project. It proposes a reference book and shares a tentative course plan covering topics like problem solving, knowledge reasoning, learning, natural language processing and more across 14 modules. Useful AI resources on the web are also provided. The document concludes with a reading assignment of Chapter 1 from the recommended textbook.

Uploaded by

ALi SaLman Rahat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

CS3151: Artificial Intelligence

Lecture 01 (Course Introduction)


Instructor:
Dr. Muhammad Kabir
Assistant Professor
[email protected]

School of Systems and Technology


Department of Computer Science
University of Management and Technology, Lahore
Administrative Information
 Office
CB1-507, Cubicle-3
 Email
[email protected]
 Counselling Hours
Every Thursday (11am-1pm)
 Prior appointment is mandatory before coming to the OFFICE
 Appointment via Email
 Moodle Website: https://lms.umt.edu.pk/course/view.php?id=11296
 Class Schedule: V1 – Wednesday and Friday (09:30 – 10:45 am)
About Instructor - Background
 PhD-Computer Science and Technology
Nanjing University of Science and Technology, Nanjing, China (2016-2020)
 MS-Computer Science
Abdul Wali Khan University Mardan (2013-2016)
 BS-Computer Science
Islamia College Peshawar (2008-2012)
 Total Publications (25)
 Research Interests
Bioinformatics
Deep Learning
Machine Learning
Bio-imaging
 For more details (https://mdkabir1.github.io/webpage/)
 Google Scholar (https://scholar.google.com/citations?user=YCjWxh4AAAAJ&hl=en)
 OFFICE NO. CB1-507, Cabin-3
Classroom Etiquettes
 Bring your own Notebook/Register to make notes for yourself.
 Slides will be shared on LMS after LECTURE. You can download it from LMS.
 I encourage class participation
 Mobile phones – Silent or switch off
 80% Attendance (No Relaxation)
 Arrive on time in class (If you come late, missed topics will not be repeated for you – within 15 min).
 If you do not understand a point, raise your hand and ask me to explain or contact during office hours.
 Prior appointment is mandatory for coming to my office during counselling hours.
 No messages or phone call on personal mobile number.
 Saturday & Sunday if OFF, so no one will be entertained on OFF days.
 No disturbance!!!! No Misconduct!!!!
 REMEMBER: Your first priority must be your studies
Grading Policy – Tentative
(Subject to Adjustment)
 Course
CS3151-Artificial Intelligence
 10% Assignments
Approximately 5 assignments
One week from when the assignment is handed out to when it is due
 10% Quizzes
Tentatively 5 Quizzes
 60% Exams
One midterm (20%)
Final (40%)
 5% Class participation
 5% Viva (End of Semester)
 10% Project (Will discuss Later in details)
Reference Book

“Artificial Intelligence, A Modern Approach” by


Stuart Russell and Peter Norivg, 4th or 3rd edition.

Availability of Book on Google Drive


https://drive.google.com/drive/folders/17YAyqJBg
T72qs7syfPF51h8m_mL7VDZ_?usp=sharing
Tentative Course Plan
Module Topics Reading (Book)

1 Introduction to Artificial Intelligence Chapter-1


Introduction Intelligent Agents Chapter-2
2 Solving Problems by Searching (Informed & Uninformed Search) Chapter-3
Problem Solving Non-Classical Search (Search with partial observation) Chapter-4
Adversarial Search (Games, Alpha-Beta Pruning) Chapter-5
Constraint Satisfaction Problems (Inference, Backtracking search) Chapter-6
Mid-Term
3 Knowledge Logical Agents – First Order Logic Chapter 7-9
reasoning & Planning Inference in First Order Logic
4 Uncertain Quantifying Uncertainty and Probabilistic Reasoning Chapters 13-14
Knowledge
5 Learning with Examples (Supervised Learning, ANNs) Chapters 18
Learning Reinforcement Learning Chapters 21
6 Natural Language Processing (NLP), Computer Vision & Image Processing Chapters 22-23
Communication
What is Intelligence?
What is Intelligence?
 This problem can be considered as a common real
life problem which we deal with many times in our
life
 That means, finding a path, may be to a university,
to a friends house, to a market, or in this case to
the piece of cheese.
 The mouse tries various paths as shown by arrows
and can reach the cheese by more than one path.
 In other words the mouse can find more than one
solutions to this problem.
 The mouse was intelligent enough to find a
solution to the problem at hand.
 Hence the ability of problem solving demonstrates
intelligence.
More on Intelligence….

 Let us consider another problem. Consider the sequence of numbers


below: 1, 3, 7, 13, 21, ___
More on Intelligence….

 If you were asked to find the next number in the sequence what would be your
answer?
 Just to help you out in the answer let us solve it for you “adding the next even
number to the” i.e. if we add 2 to 1 we get 3, then we add 4 to 3 we get 7, then we
get 6 to 7 we get 13, then we add 8 to 13 we get 21 and finally if we’ll add 10 to 21
we’ll get 31 as the answer.
 Again answering the question requires a little bit intelligence. The characteristic of
intelligence comes in when we try to solve something, we check various ways to
solve it, we check different combinations, and many other things to solve different
problems.
 All this thinking, this memory manipulation capability, this numerical processing
ability and a lot of other things add to ones intelligence.
Definition of Artificial Intelligence
Useful Resources on the Web

 https://people.cs.kuleuven.be/~danny.deschreye/FAI/

 http://www.jarrar.info/courses/AI/

 https://vulms.vu.edu.pk/Courses/CS607/Downloads/AI_Complete_handouts_for_Pri
nting.pdf
Chapter Reading

Chapter 1
Artificial Intelligence, A Modern Approach”
by
Stuart Russell and Peter Norivg, 4th edition.

You might also like