CPE542: Pattern Recognition Course Introduction Dr. Gheith Abandah د. غيث علي عبندة.

Slides:



Advertisements
Similar presentations
IS5152 Decision Making Technologies
Advertisements

ITCS 3181 Logic and Computer Systems
Pattern Classification All materials in these slides were taken from Pattern Classification (2nd ed) by R. O. Duda, P. E. Hart and D. G. Stork, John Wiley.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Course outline and schedule Introduction Event Algebra (Sec )
CSE 322: Software Reliability Engineering Topics covered: Course outline and schedule Introduction, Motivation and Basic Concepts.
Introduction to Artificial Neural Network and Fuzzy Systems
METU Computer Engineering Department
Topic 1: Class Logistics. Outline Class Web site Class policies Overview References Software Background Reading.
CSCI 347 – Data Mining Lecture 01 – Course Overview.
CEN 592 PATTERN RECOGNITION Spring Term CEN 592 PATTERN RECOGNITION Spring Term DEPARTMENT of INFORMATION TECHNOLOGIES Assoc. Prof.
Computer Network Fundamentals CNT4007C
Cpt S 471/571: Computational Genomics Spring 2015, 3 cr. Where: Sloan 9 When: M WF 11:10-12:00 Instructor weekly office hour for Spring 2015: Tuesdays.
CS 450 MODELING AND SIMULATION Instructor: Dr. Xenia Mountrouidou (Dr. X)
General information CSE : Probabilistic Analysis of Computer Systems
HU113: Technical Report Writing
General Information Course Id: COSC6342 Machine Learning Time: TU/TH 10a-11:30a Instructor: Christoph F. Eick Classroom:AH123
Lecture 0slide 1 Lecture 0-Organization session ECON 6002 Econometrics I Memorial University of Newfoundland.
Course Introduction Software Engineering
CST 229 Introduction to Grammars Dr. Sherry Yang Room 213 (503)
Object-Oriented Programming and Problem Solving Dr. Ramzi Saifan.
Administrative Issues ICS 151 Winter 2010 Instructor: Eli Bozorgzadeh.
WXGE 6103 Digital Image Processing Semester 2, Session 2013/2014.
CPE731: Advanced Computer Architecture Course Introduction Dr. Gheith Abandah د. غيث علي عبندة.
CS 140 Computer Programming (I) Second semester (3 credits) Imam Mohammad bin Saud Islamic University College of Computer Science and Information.
B. Prabhakaran1 Multimedia Systems Textbook Any/Most Multimedia Related Books Reference Papers: Appropriate reference papers discussed in class from time.
Computer Science II Spring Introduction Dr. Robb T. Koether Office: Bagby 114 Office phone: Home phone: (before 11:00 p.m.) Office.
Computer Science II Spring Introduction Dr. Robb T. Koether Office: Bagby 114 Office phone: Home phone: (before 11:00 p.m.) Office.
Lecture 1 Analytic Geometry-I. Instructor and Textbooks Instructor: Dr. Tarek Emam Location: C5 301-right Office hours: Sunday: from 1:00 pm to 3:00pm.
Introduction to ECE 2401 Data Structure Fall 2005 Chapter 0 Chen, Chang-Sheng
SCHILLER INTERNATIONAL UNIVERSITY
ICS202 Data Structures King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science Department.
CPE 432 Computer Design Introduction Dr. Gheith Abandah.
CPE 432 Computer Design Dr. Walid Abu-Sufah 1CPE 432 Computer Design.
ICS 586: Neural Networks Dr. Lahouari Ghouti Information & Computer Science Department.
Biological Inspiration for Artificial Neural Networks Nick Mascola.
CPE433: Performance Evaluation and Modeling Introduction Dr. Gheith Abandah د. غيث علي عبندة.
Information Retrieval CIS-462 Dr. Samir Tartir 2013/2014 First Semester.
B. Prabhakaran1 Multimedia Systems Reference Text “Multimedia Database Management Systems” by B. Prabhakaran, Kluwer Academic Publishers. – Kluwer bought.
Computer Networks CNT5106C
CPE432: Computer Design Course Introduction Dr. Gheith Abandah د. غيث علي عبندة.
CPE432: Computer Design Course Introduction Dr. Gheith Abandah د. غيث علي عبندة.
CSC4320/6320 Operating Systems.  Instructor: Xiaolin Hu   Phone:  Office: 25 Park Place Building,
General Information Course Id: COSC6342 Machine Learning Time: TU/TH 1-2:30p Instructor: Christoph F. Eick Classroom:AH301
6/12/20161 SOEN 385 Control Systems and Applications Instructor: T. D. Bui Office: EV Office hours:
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.
1 SBM411 資料探勘 陳春賢. 2 Lecture I Class Introduction.
Physics 2048: Meet the Professors Tue/Thu lectures: Prof. Wiedenhöver
Operating Systems (CS 340 D) Dr. Abeer Mahmoud Princess Nora University Faculty of Computer & Information Systems Computer science Department.
EGR 115 Introduction to Computing for Engineers Course Overview and Introduction Monday 29 Aug EGR 115 Introduction to Computing for Engineers Slide 1.
CENG 707 Data Structures and Algorithms
Probabilistic Analysis of Computer Systems
CPE741: Distributed Systems Course Introduction
EGR 115 Introduction to Computing for Engineers
CENG 213 Data Structures Dr. Cevat Şener
22446: Microprocessors Introduction
CPE741: Distributed Systems Course Introduction
CPE731: Advanced Computer Architecture Course Introduction
CPE741: Distributed Systems Course Introduction
Artificial Intelligence (CS 461D)
Special Topics in Data Mining Applications Focus on: Text Mining
Data Mining: Concepts and Techniques Course Outline
Fundamentals of Databases
INTRODUCTION TO INFORMATION SYSTEMS AND TECHNOLOGY (NET 201)
CENG 213 Data Structures Nihan Kesim Çiçekli
CMPUT101: Purpose of the Course
Computer Networks CNT5106C
Information Retrieval CIS-462
Introduction Lecture 1 Wed, Jan 17, 2007.
CS 474/674 – Image Processing Fall Prof. Bebis.
Presentation transcript:

CPE542: Pattern Recognition Course Introduction Dr. Gheith Abandah د. غيث علي عبندة

Outline Course Information Textbook and References Course Objectives and Outcomes Course Topics Policies Grading Important Dates 2

Course Information Instructor: Dr. Gheith Abandah Office: CPE 406 Home page: Facebook group: / Prerequisites:Operating Systems Office hours: Sun – Wed: 11:00–12:00 3

Textbook and References Theodoridis S, Koutroumbas K (2006) Pattern recognition, 3rd edn. Academic Press. References: – Pattern Classification (2nd ed.) by Richard O. Duda, Peter E. Hart and David G. Stork, Wiley Interscience, Course slides at: 4

Course Objectives Introduce students to the techniques used in pattern recognition including preprocessing, feature extraction and selection, training, and classifications. Introduce students to various types of classifiers including Byes, linear, nonlinear, support vector machines, neural networks, and context dependent. Introduce students to the practical techniques used in developing pattern recognition systems including sample collection, training, and evaluation. Introduce students to the programming techniques and libraries used in pattern recognitions (Matlab case study). 5

Course Outcomes Solve simple pattern classification problems using analytical techniques such as Byes rule [a]. Solve a pattern recognition problem by developing an appropriate pattern recognition system [e]. Communicate the development of a pattern recognition system through a detailed technical report and a short presentation [g]. Use Matlab and its specialized libraries to develop programs for solving pattern recognition problems [k]. 6

Course Outline Introduction Bayes Classifiers Linear Classifiers Non Linear Classifiers Midterm Exam Feature Extraction Feature Selection System Evaluation Template Matching Context Dependent Classification Final Exam 7

Policies Attendance is required All submitted work must be yours Cheating will not be tolerated Open-book exams Join the facebook group Check department announcements at: Engineering-Department/ Engineering-Department/

Grading Midterm Exam 30% Term Project20% – To enable the students to get hands-on experience in the design, implementation and evaluation of pattern recognition algorithms. – Teams: 2 students – Solve a practical pattern recognition problem of your choice. – Use Matlab or a general programming language. – Good projects involve using multiple classifiers and evaluating their performance in solving the problem. And should use preprocessing and feature extraction and selection. Final Exam 50% 9

Important Dates Sun 1 Feb, 2015 Classes Begin Mar 15 – Apr 2, 2015 Midterm Exam Period Tue 24 Mar, 2015 Term project proposal is due Tue 28 Apr, 2015 Term project report is due and start of project demonstrations Thu 7 May, 2015 Last Lecture May 13 – 21, 2015 Final Exam Period 10