DEVELOPING AND TEACHING GRADUATE COURSES IN COMPUTATIONAL INTELLIGENCE

Size: px
Start display at page:

Download "DEVELOPING AND TEACHING GRADUATE COURSES IN COMPUTATIONAL INTELLIGENCE"

Transcription

1 DEVELOPING AND TEACHING GRADUATE COURSES IN COMPUTATIONAL INTELLIGENCE ALICE E. SMITH Department of Industrial Engineering University of Pittsburgh Pittsburgh, PA USA ABSTRACT: This paper discusses the first-hand experiences of the author in developing and teaching courses in neural networks, evolutionary computing and fuzzy logic. While these courses are offered at the graduate level in a school of engineering, they have attracted a variety of students from many engineering disciplines, from medical studies, from business school, from mathematics and statistics, and from information sciences. The paper discusses course content, textbooks and written material, software and computer projects, and grading and evaluation. INTRODUCTION The advent of new computational techniques inspired by nature has resulted in the publication of many new books and journals, new organizations and conferences, and a new group of graduate students who want to learn about these techniques. Developing new courses at the graduate level is time consuming and challenging. For new courses in computational intelligence, development is complicated because the fields are rapidly changing, few comprehensive textbooks exist, students with a wide variety of backgrounds and interests are attracted, and software implementation is an open issue. This paper will focus on traditional university courses with the main emphasis on graduate education. However, it must be noted that there are many non-traditional means of instruction in computational intelligence. There are short courses presented by experts from both academia and industry, there are instructional video tapes, and there are tutorial sessions during many conferences. A very few papers in the literature have addressed computational intelligence education or courses. Winston describes a course in neural networks designed for working engineers [32]. Lee and Edwards write about a course in power plant control that emphasizes techniques from computational intelligence including fuzzy systems, neural networks and expert systems at the Pennsylvania State University [19]. Fowler and Hudson of Kansas State University describe a distance learning course for electrical engineering students on fuzzy logic and neural networks [6]. Another course focusing on electrical engineering was described by Ribeiro and Rogers at Dordt College in Iowa [26]. This course covers the analysis of power signals (currents and voltages) using wavelets, genetic algorithms, expert systems,

2 fuzzy logic and neural networks. The rest of the paper describes courses developed by the author in neural networks, heuristic optimization and fuzzy logic. NEURAL NETWORKS The course, Neural Networks and Industrial Applications, has been taught three times (1993, 1995, 1997). This three credit graduate course has no prerequisites and has attracted Masters and PhD students from the following engineering departments; industrial, civil, chemical, electrical and mechanical. It has also attracted business school students, mathematics and statistics students, and medical school students. Most students have been full time graduate students, but some were working in industry pursuing a Masters degree part time. The course has been taught using Zurada s Introduction to Artificial Neural Systems (first time) [34] and Fausett s Fundamentals of Neural Networks (last two times) [4]. Other possible textbooks are Schalkoff s Artificial Neural Networks [28], Mehrotra, Mohan and Ranka s Elements of Artificial Neural Networks [22], Hassoun s Fundamentals of Artificial Neural Networks [11], Freeman and Skapura s Neural Networks: Algorithms, Applications, and Programming Techniques [7], Hagan, Demuth and Beale s Neural Network Design [10] and Haykin s Neural Networks: A Comprehensive Foundation [12]. The Haykin book is more advanced and detailed than the others, and is probably more appropriate for advanced students. A new book aimed at civil engineers is Artificial Neural Networks for Civil Engineers: Fundamentals and Applications edited by Kartam, Flood and Garrett [14]. Another focused book is Pattern Recognition Using Neural Networks by Looney [20]. The syllabus starts with simple and historic neural network paradigms including Hebbian learning and perceptrons. Then backpropagation and its variants are discussed, followed by pattern association (Hopfield, bi-directional associative memory). Self organization come next (Kohonen s networks, counterpropagation and adaptive resonance theory (ART) I). Using neural networks for optimization (Hopfield, Kohonen, elastic net) is presented. Radial basis function networks are covered, then a brief introduction to cascade correlation and the neocognitron is made. The semester concludes with lectures on model building and validating, and hardware (analog, digital and optical) implementations of neural networks. For each network paradigm, the motivation, mathematical algorithm and associated theory are presented along with applications from the literature. Comparisons between paradigms, including their relative advantages and disadvantages, are made. Software is necessary for any course in neural networks. Where possible, students should be encouraged to code their own neural networks as this greatly enhances algorithm understanding. However, for many students, coding a variety of network learning algorithms and architectures is burdensome and detracts from their learning experience. For these students, commercial software such as the NeuralWorks Explorer package [23], can be very useful. The author has developed a software package, Pittnet, to be used for neural network education and academic research [3]. It is coded in C++ and includes backpropagation, the Kohonen self organizing map, ART 1 and the radial basis function network. Students in the author s course have used the Explorer package [23], the Pittnet package [3], the Brainmaker package for backpropagation [2] and coded their own. The Explorer has

3 the most breadth but is harder to use (many options and settings are available). The course emphasizes hands-on learning with homeworks (6 assignments) and 1 exam. The homeworks are essential to learn each paradigm. A mix of manual problems (done by hand, calculator or spreadsheet) and software problems (data sets and functions to be explored through the use of software neural networks) are included. The manual problems are useful for the students to understand the microlevel of each paradigm while the software problems help the student appreciate the many artful issues in neurocomputing. For classification problems, simple alphabet recognition problems where letters are binary coded on a grid are useful. A small, x 2x 3x but challenging function approximation problem is y = 426. ( e 4e + 3e ). The students are asked to explore different network architectures, parameter settings, noise level in the data, data set sizes, etc. Semester projects that students have done include robotic control, financial and time series prediction, handwriting and Braille character recognition, and cellular manufacturing clustering. HEURISTIC OPTIMIZATION This course is an advanced industrial engineering graduate elective in operations research and has been offered twice. It covers many recent techniques in optimization that have been inspired by nature. The topics are simulated annealing (2 weeks), genetic algorithms (3 weeks), evolutionary strategies (1 week) and tabu search (2 weeks). Neural network optimization is not addressed as it is covered in the course discussed above. About 1 week each is spent on related heuristics, hybrid approaches and handling constraints. Both combinatorial and continuous optimization problems are addressed. The book Modern Heuristic Techniques for Combinatorial Problems by Reeves [25] has been used, but is supplemented heavily by papers, especially for the evolutionary algorithms. Other possible texts are Evolutionary Algorithms in Theory and Practice by Baeck [1], Genetic Algorithms in Search, Optimization and Machine Learning by Goldberg [9], Evolutionary Computation by Fogel [5], Evolution and Optimum Seeking by Schwefel [29], and Genetic Algorithms and Engineering Design by Gen and Cheng [8]. This last book is aimed at those in manufacturing systems, industrial engineering and operations research. None of these books are comprehensive, however, as is the Reeves book. It is this author s opinion that none of the available software on these techniques should be used for teaching as each optimization problem requires its own encoding and approach. The techniques are straightforward to code, and the course starts with the simplest one (simulated annealing). The course is homework and project oriented with no exams. One homework assignment per each of the five modules (the general heuristic approach, simulated annealing, genetic algorithms, evolutionary strategies, tabu search) is made. Besides the homeworks, each student or group of two students produces a semester long project. The homeworks involve the students coding and testing the approaches on several well known problems. The quadratic assignment problem (QAP) is a good combinatorial study vehicle. It is easy to understand and has been thoroughly investigated in the literature using traditional techniques and the newer heuristics. The Nugent [24] test suite of problems ranges from 5 to 30 departments, providing nice scale-up testing. Another possible study vehicle is the traveling salesman problem (TSP). For continuous

4 optimization, a good sized test problem is the six hump camelback function where x lies between ±3 and y lies between ±2. The objective is to minimize z. The global minimum lies at ( , ) where z = z = [4-2.1x 2 + x 4 /3]x 2 + xy + [-4 + 4y 2 ]y 2 This course has been well received, with a large percentage of students pursuing Masters or PhD theses in the area. Some projects include design of reliable networks, optimizing cellular manufacturing layouts and tooling, curve fitting and system identification, using space filling curves for TSP, and variations of the minimum spanning tree problem. The necessity of programming has discouraged some students from taking the class, however there does not seem to be any reasonable or effective way around this barrier. FUZZY LOGIC This course is a joint offering between Electrical Engineering and Industrial Engineering and is cross-listed. Because of this, the course has attracted electrical engineering students (about 60%), industrial engineering students (about 30%) and others, mainly biomedical engineers. The text used has been Fuzzy Logic With Engineering Applications by Ross [27]. This text is very comprehensive, however some of the problems at the end of the chapters are confusing and were not received well by the students. The text was supplemented with more details from other texts and papers, especially on control, clustering and real applications. A more mathematical and logic oriented text is Klir and Folger s Fuzzy Sets, Uncertainty, and Information [15]. Other possibilities are Fuzzy Logic and Control, edited by Jamshidi, Vadiee and Ross [13], Fuzzy Set Theory and Its Applications by Zimmermann [33], A Course in Fuzzy Systems and Control by Wang [31], Fuzzy Set Theory by Klir, St. Clair and Yuan [16], and Fuzzy Engineering by Kosko [18]. The first book includes some real, detailed applications. The grading basis for the course consisted of a single exam, given midway through the course, a semester long project (individuals or pairs) and five homework assignments. The homeworks consisted of mostly manual problems with some that required software or spreadsheet implementation. Most students used some selfdeveloped software for their projects while a few used the TilShell fuzzy logic software by Togai Infralogic [30]. Some students coded in languages such as C or Basic, but most used Matlab. The topics were covered in this order: 1. Motivation and basic description of fuzzy logic. 2. Membership functions, methods of composition, methods of fuzzification and defuzzification. 3. Expert systems and fuzzy logic. 4. Clustering and pattern classification and fuzzy logic. 5. Control systems and fuzzy logic. Some time was spent interactively with the students motivating the need and utility of fuzzy logic at the course s onset. It was important to convince them of the relevance of fuzzy logic to current and future engineering problems. The basics were covered without much mathematical theory or formal logic constructs. The simplest and classic rules (max, min, centroid defuzzification) were emphasized. The module on rule based systems first required an introduction to expert systems, modus ponens

5 logic, backward or forward chaining, and other fundamental aspects. Then the advantages of fuzzy logic were presented, and students were required to construct their own simple rule bases, without and with fuzzy logic. The clustering module proved to be novel to all students. First, an introduction to the field of clustering and classification was given, culminating in the standard c-means algorithm. Then, fuzzy c-means was introduced along with various measures of cluster appropriateness. A C code of the classic and fuzzy versions of c-means was given to the students to use for homework and projects. Some classic pattern classification tasks studied included the two class, 15 data points butterfly shown as Figure 1. Fuzzy edge detection algorithms for machine vision and medical image processing were also introduced. The control systems module was problematic in that the Figure 1: Classic butterfly problem for pattern classification. electrical engineering students (the majority of the class) were well versed in control theory, while the other students knew little or nothing. The two lecture review of classic control theory was tedious for the electrical engineers and somewhat overwhelming to the others. However, once the subject of fuzzy control was tackled, the class quickly equalized. Mamdani and Assilian s original motor controller [21] was studied in depth. Student projects consisted of a variety of topics, reflecting their diverse backgrounds and research interests. These included chemical plant control, clustering of MRI brain tissue images, an expert system to diagnose bar coding equipment faults, robotic motor control, dynamic valve control for respiratory devices, and classification of locomotives by sound waves. Many of the students were part time Masters students who applied fuzzy logic to problems from their jobs. The student reviews were positive, although improvements need to be made to ease the differences in backgrounds and interests of the electrical and industrial engineers. ACKNOWLEDGMENT The author gratefully acknowledges support of the National Science Foundation CAREER grant DMI REFERENCES [1] Baeck, Thomas, Evolutionary Algorithms in Theory and Practice, Oxford University Press, New York, NY, [2] Brainmaker User s Guide and software, California Scientific Software, Nevada City, CA, various years. [3] Carnahan, Brian and Alice E. Smith, User s Guide to Pittnet Neural Network Educational Software, University of Pittsburgh, Department of Industrial Engineering Technical Report, Also available at [4] Fausett, Laurene, Fundamentals of Neural Networks, Prentice Hall, Englewood Cliffs, NJ, [5] Fogel, David B., Evolutionary Computing, IEEE Press, New York, NY, [6] Fowler, Eddie R. and William B. Hudson, Distance education from the faculty perspective, Proceedings of the th Annual Conference on Frontiers in Education, San Jose, CA, 1994,

6 [7] Freeman, James A. and David M. Skapura, Neural Networks: Algorithms, Applications, and Programming Techniques, Addison-Wesley, Reading, MA, [8] Gen, Mitsuo and Runwei Cheng, Genetic Algorithms and Engineering Design, John Wiley, New York, NY, [9] Goldberg, David E., Genetic Algorithms in Search, Optimization and Machine Learning, Addison-Wesley, Reading, MA, [10] Hagan, Martin T., Howard B. Demuth and Mark Beale, Neural Network Design, PWS Publishing, Boston, MA, [11] Hassoun, Mohamad H., Fundamentals of Artificial Neural Networks, The MIT Press, Cambridge, MA, [12] Haykin, Simon, Neural Networks: A Comprehensive Foundation, Macmillan College Publishing, New York, NY, [13] Jamshidi, Mohammad, Nader Vadiee and Timothy J. Ross, editors, Fuzzy Logic and Control, Prentice Hall, Englewood Cliffs, NJ, [14] Kartam, Nabil, Ian Flood and James H. Garrett, Jr., editors, Artificial Neural Networks for Civil Engineers: Fundamentals and Applications, ASCE Press, New York, NY, [15] Klir, George J. and Tina A. Folger, Fuzzy Sets, Uncertainty, and Information, Prentice Hall, Englewood Cliffs, NJ, [16] Klir, George J. and Bo Yuan, Fuzzy Sets and Fuzzy Logic, Prentice Hall, Upper Saddle River, NJ, [17] Klir, George J., Ute H. St.Clair and Bo Yuan, Fuzzy Set Theory, Prentice Hall, Upper Saddle River, NJ, [18] Kosko, Bart, Fuzzy Engineering, Prentice Hall, Upper Saddle River, NJ, [19] Lee, Kwang Y., Curriculum for development of power plant intelligent distributed control, Proceedings of the 1995 Annual ASEE Conference, Anaheim, CA, 1995, [20] Looney, Carl G., Pattern Recognition Using Neural Networks, Oxford University Press, New York, NY, [21] Mamdani, E. H. and S. Assilian, An experiment in linguistic synthesis with a fuzzy logic controller, International Journal of Man-Machine Studies 7, 1975, [22] Mehrotra, Kishan, Chilukuri K. Mohan and Sanjay Ranka, Elements of Artificial Neural Networks, The MIT Press, Cambridge, MA, [23] NeuralWorks Reference Guide and Explorer software, NeuralWare, Pittsburgh, PA, various years. [24] Nugent, C. E., T. E. Vollmann and J. Ruml, An experimental comparison of techniques for the assignment of facilities to locations, Operations Research 16, 1968, [25] Reeves, Colin R., editor, Modern Heuristic Techniques for Combinatorial Problems, John Wiley & Sons, New York, [26] Ribeiro, Paulo F. and David A. Rogers, Power electronics, power quality and modern analytical tools: the impact on electrical engineering education, Proceedings of the th Annual Conference on Frontiers in Education, San Jose, CA, 1994, [27] Ross, Timothy J., Fuzzy Logic with Engineering Applications, McGraw-Hill, New York, NY, [28] Schalkoff, Robert J., Artificial Neural Networks, McGraw-Hill, New York, NY, [29] Schwefel, Hans-Paul, Evolution and Optimum Seeking, John Wiley & Sons, New York [30] TilShell User s Manual and software, Togai Infralogic, Inc., Irvine, CA, various years. [31] Wang, Li-Xin, A Course in Fuzzy Systems and Control, Prentice Hall, Upper Saddle River, NJ, [32] Winston, Arthur W., Use of neural networks in engineering applications and the education of engineering leaders, Proceedings of the 1995 Annual ASEE Conference, Anaheim, CA, 1995, [33] Zimmermann, H.-J., Fuzzy Set Theory and Its Applications, Second Edition, Kluwer Academic Publishers, Boston, MA, [34] Zurada, Jacek M., Introduction to Artificial Neural Systems, West Publishing Group, St. Paul, MN, 1992.

Experiences With Teaching Adaptive Optimization to Engineering Graduate Students

Experiences With Teaching Adaptive Optimization to Engineering Graduate Students Experiences With Teaching Adaptive Optimization to Engineering Graduate Students Alice E. Smith Department of Industrial Engineering University of Pittsburgh Pittsburgh, PA 15261 USA aesmith@engrng.pitt.edu

More information

NEURAL NETWORK FUNDAMENTALS WITH GRAPHS, ALGORITHMS, AND APPLICATIONS

NEURAL NETWORK FUNDAMENTALS WITH GRAPHS, ALGORITHMS, AND APPLICATIONS NEURAL NETWORK FUNDAMENTALS WITH GRAPHS, ALGORITHMS, AND APPLICATIONS N. K. Bose HRB-Systems Professor of Electrical Engineering The Pennsylvania State University, University Park P. Liang Associate Professor

More information

California Subject Examinations for Teachers

California Subject Examinations for Teachers California Subject Examinations for Teachers TEST GUIDE SCIENCE General Examination Information Copyright 2015 Pearson Education, Inc. or its affiliate(s). All rights reserved. Evaluation Systems, Pearson,

More information

SCHOOL OF ENGINEERING Baccalaureate Study in Engineering Goals and Assessment of Student Learning Outcomes

SCHOOL OF ENGINEERING Baccalaureate Study in Engineering Goals and Assessment of Student Learning Outcomes SCHOOL OF ENGINEERING Baccalaureate Study in Engineering Goals and Assessment of Student Learning Outcomes Overall Description of the School of Engineering The School of Engineering offers bachelor s degree

More information

How To Use Neural Networks In Data Mining

How To Use Neural Networks In Data Mining International Journal of Electronics and Computer Science Engineering 1449 Available Online at www.ijecse.org ISSN- 2277-1956 Neural Networks in Data Mining Priyanka Gaur Department of Information and

More information

Bachelor Degree in Informatics Engineering Master courses

Bachelor Degree in Informatics Engineering Master courses Bachelor Degree in Informatics Engineering Master courses Donostia School of Informatics The University of the Basque Country, UPV/EHU For more information: Universidad del País Vasco / Euskal Herriko

More information

Computational Intelligence Introduction

Computational Intelligence Introduction Computational Intelligence Introduction Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Fall 2011 Farzaneh Abdollahi Neural Networks 1/21 Fuzzy Systems What are

More information

PROGRAMME SPECIFICATION POSTGRADUATE PROGRAMME

PROGRAMME SPECIFICATION POSTGRADUATE PROGRAMME PROGRAMME SPECIFICATION POSTGRADUATE PROGRAMME KEY FACTS Programme name Advanced Computer Science Award MSc School Mathematics, Computer Science and Engineering Department or equivalent Department of Computing

More information

Course Outline Department of Computing Science Faculty of Science. COMP 3710-3 Applied Artificial Intelligence (3,1,0) Fall 2015

Course Outline Department of Computing Science Faculty of Science. COMP 3710-3 Applied Artificial Intelligence (3,1,0) Fall 2015 Course Outline Department of Computing Science Faculty of Science COMP 710 - Applied Artificial Intelligence (,1,0) Fall 2015 Instructor: Office: Phone/Voice Mail: E-Mail: Course Description : Students

More information

UF EDGE brings the classroom to you with online, worldwide course delivery!

UF EDGE brings the classroom to you with online, worldwide course delivery! What is the University of Florida EDGE Program? EDGE enables engineering professional, military members, and students worldwide to participate in courses, certificates, and degree programs from the UF

More information

Applied Analytics in a World of Big Data. Business Intelligence and Analytics (BI&A) Course #: BIA 686. Catalog Description:

Applied Analytics in a World of Big Data. Business Intelligence and Analytics (BI&A) Course #: BIA 686. Catalog Description: Course Title: Program: Applied Analytics in a World of Big Data Business Intelligence and Analytics (BI&A) Course #: BIA 686 Instructor: Dr. Chris Asakiewicz Catalog Description: Business intelligence

More information

Incorporating Lean Six Sigma into an Aviation Technology Program

Incorporating Lean Six Sigma into an Aviation Technology Program Incorporating Lean Six Sigma into an Aviation Technology Program M. E. Johnson 1, S. I. Dubikovsky 2 1,2 Purdue University, Department of Aviation Technology, West Lafayette, Indiana, USA (sdubikov@purdue.edu)

More information

Master of Science in Engineering - Electrical Engineering Option (MSE-EE) Student Outcomes Assessment Plan (SOAP)

Master of Science in Engineering - Electrical Engineering Option (MSE-EE) Student Outcomes Assessment Plan (SOAP) Master of Science in Engineering - Electrical Engineering Option (MSE-EE) Student Outcomes Assessment Plan (SOAP) Updated August 4, 2010 Mission Statement The objective of MSE-EE Program is to provide

More information

Online Computer Science Degree Programs. Bachelor s and Associate s Degree Programs for Computer Science

Online Computer Science Degree Programs. Bachelor s and Associate s Degree Programs for Computer Science Online Computer Science Degree Programs EDIT Online computer science degree programs are typically offered as blended programs, due to the internship requirements for this field. Blended programs will

More information

Masters in Information Technology

Masters in Information Technology Computer - Information Technology MSc & MPhil - 2015/6 - July 2015 Masters in Information Technology Programme Requirements Taught Element, and PG Diploma in Information Technology: 120 credits: IS5101

More information

STATE UNIVERSITY OF NEW YORK COLLEGE OF TECHNOLOGY CANTON, NEW YORK MINS/CITA 315. Decision Support Systems

STATE UNIVERSITY OF NEW YORK COLLEGE OF TECHNOLOGY CANTON, NEW YORK MINS/CITA 315. Decision Support Systems STATE UNIVERSITY OF NEW YORK COLLEGE OF TECHNOLOGY CANTON, NEW YORK MINS/CITA 315 Decision Support Systems Prepared by: Charles Fenner Revised by Eric Cheng CANINO SCHOOL OF ENGINEERING TECHNOLOGY DEPARTMENT

More information

GYAN VIHAR SCHOOL OF ENGINEERING & TECHNOLOGY M. TECH. CSE (2 YEARS PROGRAM)

GYAN VIHAR SCHOOL OF ENGINEERING & TECHNOLOGY M. TECH. CSE (2 YEARS PROGRAM) GYAN VIHAR SCHOOL OF ENGINEERING & TECHNOLOGY M. TECH. CSE (2 YEARS PROGRAM) Need, objectives and main features of the Match. (CSE) Curriculum The main objective of the program is to develop manpower for

More information

Master of Science (Electrical Engineering) MS(EE)

Master of Science (Electrical Engineering) MS(EE) Master of Science (Electrical Engineering) MS(EE) 1. Mission Statement: The mission of the Electrical Engineering Department is to provide quality education to prepare students who will play a significant

More information

Electrical and Computer Engineering

Electrical and Computer Engineering Electrical and Computer Engineering Roobik Gharabagi, Ph.D., Chair (gharabr@slu.edu) Faculty: Will Ebel, Ph.D. (ebelwj@slu.edu) Armineh Khalili, M.S.E.E. (khalilia@slu.edu) Huliyar S. Mallikarjuna, Ph.D.

More information

Criteria for Accrediting Computer Science Programs Effective for Evaluations during the 2004-2005 Accreditation Cycle

Criteria for Accrediting Computer Science Programs Effective for Evaluations during the 2004-2005 Accreditation Cycle Criteria for Accrediting Computer Science Programs Effective for Evaluations during the 2004-2005 Accreditation Cycle I. Objectives and Assessments The program has documented, measurable objectives, including

More information

FACULTY OF POSTGRADUATESTUDIES Master of Science in Computer Engineering The Future University

FACULTY OF POSTGRADUATESTUDIES Master of Science in Computer Engineering The Future University FACULTY OF POSTGRADUATESTUDIES Master of Science in Computer Engineering The Future University 2 Table of Contents: Page I. Introduction 1 II. Philosophy of the Program 2 III. Aims of the Program 2 IV.

More information

Computer Engineering ECSE-322B

Computer Engineering ECSE-322B Computer Engineering ECSE-322B Winter 2008 COURSE INFORMATION: Lectures: MWF in ENGTR 0100, 11:35-12:25 Tutorials: Monday ENGTR 1080, 1635-1825 Thursday ENGTR 0060, 1805-1955 Friday ENGTR 0060, 0835-1025

More information

A bachelor of science degree in electrical engineering with a cumulative undergraduate GPA of at least 3.0 on a 4.0 scale

A bachelor of science degree in electrical engineering with a cumulative undergraduate GPA of at least 3.0 on a 4.0 scale What is the University of Florida EDGE Program? EDGE enables engineering professional, military members, and students worldwide to participate in courses, certificates, and degree programs from the UF

More information

Reasons for need for Computer Engineering program From Computer Engineering Program proposal

Reasons for need for Computer Engineering program From Computer Engineering Program proposal Reasons for need for Computer Engineering program From Computer Engineering Program proposal Department of Computer Science School of Electrical Engineering & Computer Science circa 1988 Dedicated to David

More information

Computer Science/Software Engineering

Computer Science/Software Engineering 292 School of Science and Engineering Computer Science/Software Engineering Everald E. Mills, PhD, Chair Objectives The computer science program seeks to prepare students for careers that require sophisticated

More information

Government of Russian Federation. Faculty of Computer Science School of Data Analysis and Artificial Intelligence

Government of Russian Federation. Faculty of Computer Science School of Data Analysis and Artificial Intelligence Government of Russian Federation Federal State Autonomous Educational Institution of High Professional Education National Research University «Higher School of Economics» Faculty of Computer Science School

More information

Research-based Learning (RbL) in Computing Courses for Senior Engineering Students

Research-based Learning (RbL) in Computing Courses for Senior Engineering Students Research-based Learning (RbL) in Computing Courses for Senior Engineering Students Khaled Bashir Shaban, and Mahmoud Abdulwahed Computer Science and Engineering Department; and CRU, Dean s Office Best

More information

SECOND YEAR. Major Subject 3 Thesis (EE 300) 3 Thesis (EE 300) 3 TOTAL 3 TOTAL 6. MASTER OF ENGINEERING IN ELECTRICAL ENGINEERING (MEng EE) FIRST YEAR

SECOND YEAR. Major Subject 3 Thesis (EE 300) 3 Thesis (EE 300) 3 TOTAL 3 TOTAL 6. MASTER OF ENGINEERING IN ELECTRICAL ENGINEERING (MEng EE) FIRST YEAR MASTER OF SCIENCE IN ELECTRICAL ENGINEERING (MS EE) FIRST YEAR Elective 3 Elective 3 Elective 3 Seminar Course (EE 296) 1 TOTAL 12 TOTAL 10 SECOND YEAR Major Subject 3 Thesis (EE 300) 3 Thesis (EE 300)

More information

COWLEY COLLEGE & Area Vocational Technical School

COWLEY COLLEGE & Area Vocational Technical School COWLEY COLLEGE & Area Vocational Technical School COURSE PROCEDURE FOR Student Level: This course is open to students on the college level in either Freshman or Sophomore year. Prerequisites: None INTRODUCTION

More information

An Introduction to Neural Networks

An Introduction to Neural Networks An Introduction to Vincent Cheung Kevin Cannons Signal & Data Compression Laboratory Electrical & Computer Engineering University of Manitoba Winnipeg, Manitoba, Canada Advisor: Dr. W. Kinsner May 27,

More information

NEURAL NETWORKS IN DATA MINING

NEURAL NETWORKS IN DATA MINING NEURAL NETWORKS IN DATA MINING 1 DR. YASHPAL SINGH, 2 ALOK SINGH CHAUHAN 1 Reader, Bundelkhand Institute of Engineering & Technology, Jhansi, India 2 Lecturer, United Institute of Management, Allahabad,

More information

Doctor of Philosophy in Systems Engineering

Doctor of Philosophy in Systems Engineering Doctor of Philosophy in Systems Engineering Coordinator Michael P. Polis Program description The Doctor of Philosophy in systems engineering degree program is designed for students who plan careers in

More information

Programme Specification

Programme Specification LOUGHBOROUGH UNIVERSITY Programme Specification Information Technology & Physics Please note: This specification provides a concise summary of the main features of the programme and the learning outcomes

More information

Doctor of Philosophy in Computer Science

Doctor of Philosophy in Computer Science Doctor of Philosophy in Computer Science Background/Rationale The program aims to develop computer scientists who are armed with methods, tools and techniques from both theoretical and systems aspects

More information

Information Systems. Administered by the Department of Mathematical and Computing Sciences within the College of Arts and Sciences.

Information Systems. Administered by the Department of Mathematical and Computing Sciences within the College of Arts and Sciences. Information Systems Dr. Haesun Lee Professor Dr. Haesun Lee is a Professor of Computer Science. She received her Ph.D. degree from Illinois Institute of Technology, Chicago, Illinois (1997). Her primary

More information

Monfort College of Business Semester Course Syllabus (2015-2016) COURSE PREFIX/TITLE: BAMG 354 Organizational Behavior Sem. Hrs. 3 Ed.

Monfort College of Business Semester Course Syllabus (2015-2016) COURSE PREFIX/TITLE: BAMG 354 Organizational Behavior Sem. Hrs. 3 Ed. Monfort College of Business Semester Course Syllabus (2015-2016) COURSE PREFIX/TITLE: BAMG 354 Organizational Behavior Sem. Hrs. 3 Ed. Cap: 40 CATALOG DESCRIPTION: Prerequisite: BAMG 350. Business majors

More information

School of Computer Science

School of Computer Science School of Computer Science Computer Science - Honours Level - 2014/15 October 2014 General degree students wishing to enter 3000- level modules and non- graduating students wishing to enter 3000- level

More information

Computer Science. Master of Science

Computer Science. Master of Science Computer Science Master of Science The Master of Science in Computer Science program at UALR reflects current trends in the computer science discipline and provides students with a solid theoretical and

More information

Department: PSYC. Course No.: 132. Credits: 3. Title: General Psychology I. Contact: David B. Miller. Content Area: CA 3 Science and Technology

Department: PSYC. Course No.: 132. Credits: 3. Title: General Psychology I. Contact: David B. Miller. Content Area: CA 3 Science and Technology Department: PSYC Course No.: 132 Credits: 3 Title: General Psychology I. Contact: David B. Miller Content Area: CA 3 Science and Technology Catalog Copy: 132. General Psychology I Course Information: (a)

More information

Appendices master s degree programme Artificial Intelligence 2014-2015

Appendices master s degree programme Artificial Intelligence 2014-2015 Appendices master s degree programme Artificial Intelligence 2014-2015 Appendix I Teaching outcomes of the degree programme (art. 1.3) 1. The master demonstrates knowledge, understanding and the ability

More information

6.2.8 Neural networks for data mining

6.2.8 Neural networks for data mining 6.2.8 Neural networks for data mining Walter Kosters 1 In many application areas neural networks are known to be valuable tools. This also holds for data mining. In this chapter we discuss the use of neural

More information

Fall 2012 Q530. Programming for Cognitive Science

Fall 2012 Q530. Programming for Cognitive Science Fall 2012 Q530 Programming for Cognitive Science Aimed at little or no programming experience. Improve your confidence and skills at: Writing code. Reading code. Understand the abilities and limitations

More information

Computer Science. General Education Students must complete the requirements shown in the General Education Requirements section of this catalog.

Computer Science. General Education Students must complete the requirements shown in the General Education Requirements section of this catalog. Computer Science Dr. Ilhyun Lee Professor Dr. Ilhyun Lee is a Professor of Computer Science. He received his Ph.D. degree from Illinois Institute of Technology, Chicago, Illinois (1996). He was selected

More information

Masters in Artificial Intelligence

Masters in Artificial Intelligence Masters in Artificial Intelligence Programme Requirements Taught Element, and PG Diploma in Artificial Intelligence: 120 credits: IS5101 CS5001 CS5010 CS5011 CS4402 or CS5012 in total, up to 30 credits

More information

PROBABILITY AND STATISTICS. Ma 527. 1. To teach a knowledge of combinatorial reasoning.

PROBABILITY AND STATISTICS. Ma 527. 1. To teach a knowledge of combinatorial reasoning. PROBABILITY AND STATISTICS Ma 527 Course Description Prefaced by a study of the foundations of probability and statistics, this course is an extension of the elements of probability and statistics introduced

More information

Eastern Illinois University Revised Course Proposal BUS 3500, Management Information Systems

Eastern Illinois University Revised Course Proposal BUS 3500, Management Information Systems Banner/Catalog Information (Coversheet) Eastern Illinois University Revised Course Proposal BUS 3500, Management Information Systems 1. New Course or X_ Revision of Existing Course 2. Course prefix and

More information

The Basics of Expert (Knowledge Based) Systems. Contents. 1. Introduction. 2. Scope of Definition - Formal Description

The Basics of Expert (Knowledge Based) Systems. Contents. 1. Introduction. 2. Scope of Definition - Formal Description The Basics of Expert (Knowledge Based) Systems Contents 1. Introduction 2. Scope of Definition - Formal Description 3. Expert System Component Facts 3.1 Rule Based Reasoning 3.2 Databases 3.3 Inference

More information

KATE GLEASON COLLEGE OF ENGINEERING. John D. Hromi Center for Quality and Applied Statistics

KATE GLEASON COLLEGE OF ENGINEERING. John D. Hromi Center for Quality and Applied Statistics ROCHESTER INSTITUTE OF TECHNOLOGY COURSE OUTLINE FORM KATE GLEASON COLLEGE OF ENGINEERING John D. Hromi Center for Quality and Applied Statistics NEW (or REVISED) COURSE (KGCOE- CQAS- 747- Principles of

More information

A Design Paradigm in Undergraduate Electrical Engineering Curriculum

A Design Paradigm in Undergraduate Electrical Engineering Curriculum A Design Paradigm in Undergraduate Electrical Engineering Curriculum Habib Rahman Saint Louis University Department of Electrical and Computer Engineering McDonnell Douglas Hall, 3450 Lindell Boulevard

More information

Master of Science in Computer Science

Master of Science in Computer Science Master of Science in Computer Science Background/Rationale The MSCS program aims to provide both breadth and depth of knowledge in the concepts and techniques related to the theory, design, implementation,

More information

Survey Results and Further Issues in Construction Automation Education

Survey Results and Further Issues in Construction Automation Education 327 Survey Results and Further Issues in Construction Automation Education Dr. R. Navon Lecturer, Faculty of Civil Engineering Senior Research Engineer, National Building Research Institute Technion -

More information

Cash Forecasting: An Application of Artificial Neural Networks in Finance

Cash Forecasting: An Application of Artificial Neural Networks in Finance International Journal of Computer Science & Applications Vol. III, No. I, pp. 61-77 2006 Technomathematics Research Foundation Cash Forecasting: An Application of Artificial Neural Networks in Finance

More information

Integrating the science of computing into undergraduate engineering curricula

Integrating the science of computing into undergraduate engineering curricula ASCE Structures Conference 2012, Chicago, USA, March 29-31, 2012 Integrating the science of computing into undergraduate engineering curricula Ian F.C. Smith, F.ASCE School of Architecture, Civil and Environmental

More information

2010 Master of Science Computer Science Department, University of Massachusetts Amherst

2010 Master of Science Computer Science Department, University of Massachusetts Amherst Scott Niekum Postdoctoral Research Fellow The Robotics Institute, Carnegie Mellon University Contact Information Smith Hall, Room 228 Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA 15213

More information

UF EDGE brings the classroom to you with online, worldwide course delivery!

UF EDGE brings the classroom to you with online, worldwide course delivery! What is the University of Florida EDGE Program? EDGE enables engineering professional, military members, and students worldwide to participate in courses, certificates, and degree programs from the UF

More information

RARITAN VALLEY COMMUNITY COLLEGE COURSE OUTLINE. CISY 103 Computer Concepts and Programming

RARITAN VALLEY COMMUNITY COLLEGE COURSE OUTLINE. CISY 103 Computer Concepts and Programming RARITAN VALLEY COMMUNITY COLLEGE COURSE OUTLINE CISY 103 Computer Concepts and Programming I. Basic Course Information A. Course Number and Title: CISY-103, Computer Concepts and Programming B. New or

More information

Please consult the Department of Engineering about the Computer Engineering Emphasis.

Please consult the Department of Engineering about the Computer Engineering Emphasis. COMPUTER SCIENCE Computer science is a dynamically growing discipline. ABOUT THE PROGRAM The Department of Computer Science is committed to providing students with a program that includes the basic fundamentals

More information

MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL

MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL G. Maria Priscilla 1 and C. P. Sumathi 2 1 S.N.R. Sons College (Autonomous), Coimbatore, India 2 SDNB Vaishnav College

More information

SYSTEMS, CONTROL AND MECHATRONICS

SYSTEMS, CONTROL AND MECHATRONICS 2015 Master s programme SYSTEMS, CONTROL AND MECHATRONICS INTRODUCTION Technical, be they small consumer or medical devices or large production processes, increasingly employ electronics and computers

More information

A Configuration Management Model for Software Product Line

A Configuration Management Model for Software Product Line A Configuration Management Model for Software Product Line Liguo Yu 1 and Srini Ramaswamy 2 1 Computer Science and Informatics Indiana University South Bend South Bend, IN 46634, USA ligyu@iusb.edu 2 Computer

More information

Masters in Human Computer Interaction

Masters in Human Computer Interaction Masters in Human Computer Interaction Programme Requirements Taught Element, and PG Diploma in Human Computer Interaction: 120 credits: IS5101 CS5001 CS5040 CS5041 CS5042 or CS5044 up to 30 credits from

More information

Masters in Advanced Computer Science

Masters in Advanced Computer Science Masters in Advanced Computer Science Programme Requirements Taught Element, and PG Diploma in Advanced Computer Science: 120 credits: IS5101 CS5001 up to 30 credits from CS4100 - CS4450, subject to appropriate

More information

NEURAL NETWORKS A Comprehensive Foundation

NEURAL NETWORKS A Comprehensive Foundation NEURAL NETWORKS A Comprehensive Foundation Second Edition Simon Haykin McMaster University Hamilton, Ontario, Canada Prentice Hall Prentice Hall Upper Saddle River; New Jersey 07458 Preface xii Acknowledgments

More information

Neural Networks in Data Mining

Neural Networks in Data Mining IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 03 (March. 2014), V6 PP 01-06 www.iosrjen.org Neural Networks in Data Mining Ripundeep Singh Gill, Ashima Department

More information

AC 2010-969: DEVELOPING AN INDUSTRY-DRIVEN GRADUATE CERTIFICATE IN TEST ENGINEERING FOR ELECTRICAL ENGINEERING TECHNOLOGISTS

AC 2010-969: DEVELOPING AN INDUSTRY-DRIVEN GRADUATE CERTIFICATE IN TEST ENGINEERING FOR ELECTRICAL ENGINEERING TECHNOLOGISTS AC 2010-969: DEVELOPING AN INDUSTRY-DRIVEN GRADUATE CERTIFICATE IN TEST ENGINEERING FOR ELECTRICAL ENGINEERING TECHNOLOGISTS Nasser Alaraje, Michigan Technological University Dr. Alaraje s research interests

More information

Essential Components of an Integrated Data Mining Tool for the Oil & Gas Industry, With an Example Application in the DJ Basin.

Essential Components of an Integrated Data Mining Tool for the Oil & Gas Industry, With an Example Application in the DJ Basin. Essential Components of an Integrated Data Mining Tool for the Oil & Gas Industry, With an Example Application in the DJ Basin. Petroleum & Natural Gas Engineering West Virginia University SPE Annual Technical

More information

Computer Science Introduction

Computer Science Introduction Computer Science Introduction Computer science (CS) is the scientific and practical approach to computation and its applications. CS is a fast-moving field that brings together many disciplines, including

More information

Finite Element Modules for Enhancing Undergraduate Transport Courses: Application to Fuel Cell Fundamentals

Finite Element Modules for Enhancing Undergraduate Transport Courses: Application to Fuel Cell Fundamentals Finite Element Modules for Enhancing Undergraduate Transport Courses: Application to Fuel Cell Fundamentals Originally published in 2007 American Society for Engineering Education Conference Proceedings

More information

Introduction to Robotics Analysis, Systems, Applications

Introduction to Robotics Analysis, Systems, Applications Introduction to Robotics Analysis, Systems, Applications Saeed B. Niku Mechanical Engineering Department California Polytechnic State University San Luis Obispo Technische Urw/carsMt Darmstadt FACHBEREfCH

More information

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING EFFICIENT DATA PRE-PROCESSING FOR DATA MINING USING NEURAL NETWORKS JothiKumar.R 1, Sivabalan.R.V 2 1 Research scholar, Noorul Islam University, Nagercoil, India Assistant Professor, Adhiparasakthi College

More information

Electrical and Computer Engineering Undergraduate Advising Manual

Electrical and Computer Engineering Undergraduate Advising Manual Electrical and Computer Engineering Undergraduate Advising Manual Department of Engineering University of Massachusetts Boston Revised: October 5, 2015 Table of Contents 1. Introduction... 3 2. Mission

More information

ROCHESTER INSTITUTE OF TECHNOLOGY COURSE OUTLINE FORM COLLEGE OF SCIENCE. School of Mathematical Sciences

ROCHESTER INSTITUTE OF TECHNOLOGY COURSE OUTLINE FORM COLLEGE OF SCIENCE. School of Mathematical Sciences ! ROCHESTER INSTITUTE OF TECHNOLOGY COURSE OUTLINE FORM COLLEGE OF SCIENCE School of Mathematical Sciences New Revised COURSE: COS-MATH-252 Probability and Statistics II 1.0 Course designations and approvals:

More information

Machine Learning. 01 - Introduction

Machine Learning. 01 - Introduction Machine Learning 01 - Introduction Machine learning course One lecture (Wednesday, 9:30, 346) and one exercise (Monday, 17:15, 203). Oral exam, 20 minutes, 5 credit points. Some basic mathematical knowledge

More information

EE 210 Introduction to Electrical Engineering Fall 2009 COURSE SYLLABUS. Massimiliano Laddomada, PhD Assistant Professor

EE 210 Introduction to Electrical Engineering Fall 2009 COURSE SYLLABUS. Massimiliano Laddomada, PhD Assistant Professor 1 Texas A&M University-Texarkana College of Science, Technology, Engineering, and Mathematics Department of Electrical Engineering Bachelor of Science in Electrical Engineering EE 210 Introduction to Electrical

More information

Introduction to Artificial Intelligence

Introduction to Artificial Intelligence Introduction to Artificial Intelligence 1st year undergraduate degrees with AI and/or CS http://www.cs.bham.ac.uk/~jxb/iai.html Lecturer: Dr. John A. Bullinaria http://www.cs.bham.ac.uk/~jxb John A. Bullinaria,

More information

LOUGHBOROUGH UNIVERSITY

LOUGHBOROUGH UNIVERSITY LOUGHBOROUGH UNIVERSITY Programme Specification Computer Science Please note: This specification provides a concise summary of the main features of the programme and the learning outcomes that a typical

More information

Elaine Allore, MBA, Instructor Email: emallore@yahoo.com. LOCATION William Atkinson Hall Room WA220

Elaine Allore, MBA, Instructor Email: emallore@yahoo.com. LOCATION William Atkinson Hall Room WA220 SIENA HEIGHTS UNIVERSITY at JCC BAM 479 Strategic Management, Winter 2009 SYLLABUS AND ASSIGNMENT LISTING Elaine Allore, MBA, Instructor Email: emallore@yahoo.com LOCATION William Atkinson Hall Room WA220

More information

Fuzzy Cognitive Map for Software Testing Using Artificial Intelligence Techniques

Fuzzy Cognitive Map for Software Testing Using Artificial Intelligence Techniques Fuzzy ognitive Map for Software Testing Using Artificial Intelligence Techniques Deane Larkman 1, Masoud Mohammadian 1, Bala Balachandran 1, Ric Jentzsch 2 1 Faculty of Information Science and Engineering,

More information

Back Propagation Neural Network for Wireless Networking

Back Propagation Neural Network for Wireless Networking International Journal of Computer Sciences and Engineering Open Access Review Paper Volume-4, Issue-4 E-ISSN: 2347-2693 Back Propagation Neural Network for Wireless Networking Menal Dahiya Maharaja Surajmal

More information

DEVELOPMENT OF A COMPUTATIONAL INTELLIGENCE COURSE FOR UNDERGRADUATE AND GRADUATE STUDENTS

DEVELOPMENT OF A COMPUTATIONAL INTELLIGENCE COURSE FOR UNDERGRADUATE AND GRADUATE STUDENTS DEELOPMENT OF A COMPUTATIONAL INTELLIGENCE COURSE FOR UNDERGRADUATE AND GRADUATE STUDENTS Ganesh K. enayagamoorthy Department of Electrical and Computer Engineering University of Missouri Rolla, MO 65409,

More information

SYLLABUS. OFFICE AND HOURS: Karnoutsos 536 (Access through K506) M 12, T 1, R 10, 12, 2 or by appointment. I am available by e-mail at all times.

SYLLABUS. OFFICE AND HOURS: Karnoutsos 536 (Access through K506) M 12, T 1, R 10, 12, 2 or by appointment. I am available by e-mail at all times. SYLLABUS COURSE TITLE: PreCalculus COURSE NUMBER: MATH0165 REFERENCE NUMBER: 1980 PREREQUISITE: MATH0112 Intermediate Algebra or equivalent INSTRUCTOR: Dr. Riggs OFFICE AND HOURS: Karnoutsos 536 (Access

More information

COMPLEXITY RISING: FROM HUMAN BEINGS TO HUMAN CIVILIZATION, A COMPLEXITY PROFILE. Y. Bar-Yam New England Complex Systems Institute, Cambridge, MA, USA

COMPLEXITY RISING: FROM HUMAN BEINGS TO HUMAN CIVILIZATION, A COMPLEXITY PROFILE. Y. Bar-Yam New England Complex Systems Institute, Cambridge, MA, USA COMPLEXITY RISING: FROM HUMAN BEINGS TO HUMAN CIVILIZATION, A COMPLEXITY PROFILE Y. BarYam New England Complex Systems Institute, Cambridge, MA, USA Keywords: complexity, scale, social systems, hierarchical

More information

City University of Hong Kong

City University of Hong Kong City University of Hong Kong Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015 Part I Course Title: AI Game Programming Course Code: CS4386 Course

More information

PROPOSED BACHELOR OF SCIENCE DEGREE IN COMPUTER ENGINEERING

PROPOSED BACHELOR OF SCIENCE DEGREE IN COMPUTER ENGINEERING Shepherd University Board of Governors Meeting of April 13, 2006 Agenda Item No. 3 PROPOSED BACHELOR OF SCIENCE DEGREE IN COMPUTER ENGINEERING A new Bachelor of Science Degree in Computer Engineering is

More information

An Improved ACO Algorithm for Multicast Routing

An Improved ACO Algorithm for Multicast Routing An Improved ACO Algorithm for Multicast Routing Ziqiang Wang and Dexian Zhang School of Information Science and Engineering, Henan University of Technology, Zheng Zhou 450052,China wzqagent@xinhuanet.com

More information

CENTRAL MICHIGAN UNIVERSITY OFF-CAMPUS PROGRAMS COURSE SYLLABUS

CENTRAL MICHIGAN UNIVERSITY OFF-CAMPUS PROGRAMS COURSE SYLLABUS CENTRAL MICHIGAN UNIVERSITY OFF-CAMPUS PROGRAMS COURSE SYLLABUS I. IDENTIFYING INFORMATION Course: MSA 640 Course Title: Quantitative Applications in Administrative Decision Making CRN: 22018996 Term:

More information

The ACO Encoding. Alberto Moraglio, Fernando E. B. Otero, and Colin G. Johnson

The ACO Encoding. Alberto Moraglio, Fernando E. B. Otero, and Colin G. Johnson The ACO Encoding Alberto Moraglio, Fernando E. B. Otero, and Colin G. Johnson School of Computing and Centre for Reasoning, University of Kent, Canterbury, UK {A.Moraglio, F.E.B.Otero, C.G.Johnson}@kent.ac.uk

More information

Electrical and Computer Engineering (ECE)

Electrical and Computer Engineering (ECE) Department of Electrical and Computer Engineering Contact Information College of Engineering and Applied Sciences B-236 Parkview Campus 1903 West Michigan, Kalamazoo, MI 49008 Phone: 269 276 3150 Fax:

More information

COLLEGE OF SCIENCE. John D. Hromi Center for Quality and Applied Statistics

COLLEGE OF SCIENCE. John D. Hromi Center for Quality and Applied Statistics ROCHESTER INSTITUTE OF TECHNOLOGY COURSE OUTLINE FORM COLLEGE OF SCIENCE John D. Hromi Center for Quality and Applied Statistics NEW (or REVISED) COURSE: COS-STAT-747 Principles of Statistical Data Mining

More information

An Introductory CS Course for Cognitive Science Students

An Introductory CS Course for Cognitive Science Students An Introductory CS Course for Cognitive Science Students James B. Marshall Computer Science Program Pomona College Claremont, California 91711 marshall@cs.pomona.edu Abstract This paper describes an introductory

More information

SIMULATION FOR COMPUTER SCIENCE MAJORS: A PRELIMINARY REPORT

SIMULATION FOR COMPUTER SCIENCE MAJORS: A PRELIMINARY REPORT Proceedings of the 1996 Winter Sirn71lation Conference ed. J. M. Charnes, D. J. Morrice, D. T. Brunner, and J. J. SnTain SIMULATION FOR COMPUTER SCIENCE MAJORS: A PRELIMINARY REPORT ABSTRACT With the support

More information

Eastern Illinois University New Course Proposal AET 3163, Computer Programming in Technology. 2. Course prefix and number: AET 3163

Eastern Illinois University New Course Proposal AET 3163, Computer Programming in Technology. 2. Course prefix and number: AET 3163 Eastern Illinois University New Course Proposal AET 3163, Computer Programming in Technology Agenda Item #15-155 Effective Fall 2016 Banner/Catalog Information (Coversheet) 1. _X New Course or Revision

More information

Masters in Computing and Information Technology

Masters in Computing and Information Technology Masters in Computing and Information Technology Programme Requirements Taught Element, and PG Diploma in Computing and Information Technology: 120 credits: IS5101 CS5001 or CS5002 CS5003 up to 30 credits

More information

Masters in Networks and Distributed Systems

Masters in Networks and Distributed Systems Masters in Networks and Distributed Systems Programme Requirements Taught Element, and PG Diploma in Networks and Distributed Systems: 120 credits: IS5101 CS5001 CS5021 CS4103 or CS5023 in total, up to

More information

DBA Courses and Sequence (2015-)

DBA Courses and Sequence (2015-) DBA Courses and Sequence (2015-) Term Courses (Credits) Year 1 / Summer Research Foundations (3) Applied Statistics & Regression (3) Year 1 / Fall Multivariate Analysis (3) Organizational Behavior (3)

More information

FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE

FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE Form 2A, Page 1 FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE COURSE NUMBER: CHM 4410 COURSE TITLE: PREREQUISITE(S): COREQUISITE(S): Physical Chemistry I MAC 2312 (Calculus with Analytical

More information

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester B in 2013 / 2014

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester B in 2013 / 2014 City University of Hong Kong Information on a Course offered by Department of Information Systems with effect from Semester B in 2013 / 2014 Part I Course Title: Course Code: Course Duration: Business

More information

One LAR Course Credits: 3. Page 4

One LAR Course Credits: 3. Page 4 Course Descriptions Year 1 30 credits Course Title: Calculus I Course Code: COS 101 This course introduces higher mathematics by examining the fundamental principles of calculus-- functions, graphs, limits,

More information