Teaching Performance Evaluation Using Supervised Machine Learning Techniques

Size: px
Start display at page:

Download "Teaching Performance Evaluation Using Supervised Machine Learning Techniques"

Transcription

1 Teaching Perfrmance Evaluatin Using Supervised Machine Learning Techniques Elia Gergiana Dragmir University Petrleum-Gas f Pliesti, Department f Infrmatics Bd. Bucuresti Nr. 39, Pliesti, RO , ROMANIA elia.dragmir@yah.cm Abstract Teaching perfrmance evaluatin can be dne using multiple surces, like students, peers and teachers themselves. Even thugh nly peers have the substantive expertise fr a relevant evaluatin, it is generally well-knwn that students are qualified t assess sme f the classrm teaching aspects: clarity f the presentatin, interpersnal rapprt with students etc. The cre idea f this research is t study if there can be built a cmputatinal mdel that uses past students evaluatin in rder t predict future teaching perfrmance assessments. There can be designed different system based n supervised machine learning techniques. In this paper there are built several mdels based n tw classificatin techniques: K-Nearest Neighbr and Supprt Vectr Machine with the purpse f finding a mdel that has the smaller classificatin errr f the new cases. Keywrds: Teaching perfrmance evaluatin, K-Nearest Neighbr, Supprt Vectr Machine Intrductin The teaching perfrmance evaluatin reviews academic qualificatins, relevant experience, quality f teaching, and prfessinal cntributins. All these aspects can be assessed by the students, peers r by the teachers themselves. In this paper, we will fcus n the students evaluatin. Aleamni sudgests that students are the main surce f infrmatin abut the learning envirnment, including teachers' ability t mtivate them fr cntinued learning, rapprt r degree f cmmunicatin between instructrs and students. They are als the mst cnsistent evaluatrs f the quality, the effectiveness f the learning prcess and satisfactin with curse cntent, methd f instructin, textbks, hmewrk, and student interest (Aleamni, 1981). The results f many evaluatins perfrmed by the Statistics Department f the University f Wiscnsin-Madisn are stred in a dedicated database. This research fcuses n the applicatin f sme machine learning techniques n this data in rder t develp a mdel that can use sme past assessment t determine a future evaluatin. This paper is structured as fllws. The first sectin presents a brief intrductin t the supervised learning technique used t build these mdels, K Nearest Neigbr (KNN) technique and Supprt Vectr Machine (SVM) technique, then the methdlgy applied in this prblem and the data available. The next sectin presents the results, the final discussins and cnclusins are given in the last part. Supervised Machine Learning Techniques It is nt easy t establish the relatinships between multiple features f sme prblem and peple are ften prne t make mistake in their analysis and furthermre t find the slutins t certain

2 The 5 th Internatinal Cnference n Virtual Learning ICVL prblems. In rder t imprve the efficiency f the systems and the designs f the machine, there can be applied machine learning. (Maglgiannis et al, 2007). Related t the type f the data set features recrdings there can be implemented the supervised machine learning techniques, if the instances are given with knwn labels (the crrespnding crrect utputs) and the unsupervised machine learning techniques where the instances are nt labelled. In this paper, there are briefly described tw supervised learning techniques: K-Nearest Neighbr and Supprt Vectr Machine in rder t determine if they can be imprve the teaching perfrmance evaluatin using these methds. K Nearest Neigbr Nearest Neighbr technique is ne f the classificatin methds used in machine learning. It is based n the idea that a new bject is classified based n attributes and training samples, using a majrity f K-nearest neighbr categry. In rder t apply this technique, it is necessary t have a training set and a test sample, t knw the k value (hw many neighbrs are used in classificatin) and the mathematical frmula f the distance calculated between the instances (Hart and Cver, 1967). The k nearest neighbr classifier is cmmnly based n the Euclidean distance (Frmula 1) between a test sample and the specified training samples. n [1] x i y i i= 1 2 The general algrithm f cmputing the k-nearest neighbrs is as fllws: Establish the parameter k that represents the nearest neighbrs number; Calculate the Euclidian distance between the query-instance and all the training samples; Srt the distances fr all the training samples and determine the nearest neighbr based n the k-th minimum distance; Use the majrity f nearest neighbrs as the predictin value. Supprt Vectr Machine The basic idea f Supprt Vectr Machines is t map the riginal data X int a feature space F with high dimensinality thrugh a nn linear mapping functin and cnstruct an ptimal hyperplan in new space. SVM can be applied t bth classificatin and regressin. In the case f classificatin, an ptimal hyperplan is fund that separates the data int tw classes. Whereas in the case f regressin a hyperplan is t be cnstructed that lies clse t as many pints as pssible (Burges, 1998). SVMs revlve arund the ntin f a margin either side f a hyperplan that separates tw data classes. Maximizing the margin and thereby creating the largest pssible distance between the separating hyperplan and the instances n either side f it has been prven t reduce an upper bund n the expected generalizatin errr (Cristianini, 2001). SVM has yielded excellent generalizatin perfrmance n a wide range f prblems including biinfrmatics (Zien et al, 2000), text categrizatin (Jachims, 1998), image detectin (Osuna et al., 1997), frecasting f the air quality parameters (Radhika and Shashi, 2009) etc. Case Study The experiment presented in this paper fcuses n the utility f the past cases in rder t predict sme new evaluatins. Fr that, it is necessary t design sme mdels based n the past

3 392 University f Bucharest and University f Medicine and Pharmacy Târgu-Mureş assessment. In rder t find a mdel that has the smaller classificatin errr f the new cases there are used tw supervised machine learning techniques: K-Nearest Neighbr and Supprt Vectr Machine. Data set The set f data used in this experiment is prvided by the Statistics Department f the University f Wiscnsin-Madisn. It cnsists f evaluatins f teaching perfrmance ver three regular semesters and tw summer semesters f 151 teaching assistant assignments in this Department. It cntains 151 instances with 6 attributes. The characteristics f these attributes as their names, type and pssible values are centralized in table 1. Table 1. Database Attributes Used In This Experiment Attribute name Attribute type Attribute pssible value English_speaker Binary 1=English speaker 2=nn-English speaker curse_instructr Categrical 25 categries curse Categrical 26 categries regular_semester Binary 1=Summer semester 2=Regular semester class_size class_attribute Real 1=Lw 2=Medium 3=High The data was prcessed in rder t be used by Weka, a data mining sftware tl develped at the University f Waikat. It cntains a cllectin f visualizatin tls and algrithms fr data analysis and predictive mdelling, tgether with graphical user interfaces fr easy access t this functinality. Experimental Results and Discussins In the first experiment there is built a mdel based n the KNN technique in rder t determine if a new case can be crrectly classified. The results are written in the secnd clumn f the Table 2. The statistical results f the secnd mdel based n the SVM methd are presented in the third clumn r the same table. Bth mdels are analysed accrding with their values fr sme accuracy measures, such as the crrectly r incrrectly classified instances errrs, Kappa statistic, mean abslute errr that is a quantity used t measure hw clse frecasts r predictins are t the eventual utcmes, rt mean squared errr, which cnstitutes a gd measure f the mdel s accuracy, rt relative squared errr (the average f the actual values), and relative abslute errr that is similar t the relative squared errr. Table 2. The Experimental Results KNN Technique SVM Technique Crrectly Classified Instances % % Incrrectly Classified Instances % % Kappa statistic Mean abslute errr Rt mean squared errr Relative abslute errr % % Rt relative squared errr % %

4 The 5 th Internatinal Cnference n Virtual Learning ICVL The cmparative study f these results reveals that, using the same dataset, a mdel bases n the KNN technique is a better classifier fr the new instances, having nly a % incrrectly classified instances percentage. This accuracy measure is % fr the SVM based mdel. The mean abslute errr is nly fr the KNN mdel cmparative t the value f f the same statistics measure fr the SVM mdel. Table 3. Cnfusin Matrix fr KNN Technique a b c <-- classified as a = b = c = 3 The cnfusin matrix fr each technique reflects the incrrectly classified instances. Thus, in Table 3, it can be seen that fr class a=1 there were crrectly classified 46 instances frm the ttal f 49, the ther three being classified as class b=2 and c=3. In the same manner there can be fund that fr class c=3 there are n incrrectly classified instances, all 51 cases are crrectly classified as class c=3. Table 4. Cnfusin Matrix fr SVM Technique a b c <-- classified as a = b = c = 3 Table 4 cntains the cnfusin matrix fr the SVM mdel. The incrrectly classified errr is reflected in the number f misclassified cases. There are nly 33 frm 49 instances are classified crrectly fr class a=1, 30 frm 50 fr class b=2 and 38 frm 51 fr class c=3. Therefre, fr all the classes the KNN technique perfrms better than the SVM methd in rder t assess the teaching perfrmance. It wrth be mentined that the results are clsed related t the data set used t design these mdels and that if the data set is changed it is mst pssible that the mdel turns ut t be different. Cnclusins The teaching perfrmance evaluatin can be dne using supervised machine learning techniques, such as K-Nearest Neighbr r Supprt Vectr Machine. The mdels are built using sme past assessments stred in a database in rder t autmated classify new cases. Frm this experiment, we can cnclude that, in the cnditins described in this paper, the KNN technique classifies better a new teaching perfrmance evaluatin case than a mdel based n SVM technique. References Aleamni, L. M. (1981): Student ratings f instructin, ed. J. Millman Burges, C.(1998): A Tutrial n Supprt Vectr Machines fr Pattern Recgnitin, Data Mining and Knwledge Discvery, vl 2, Issue 2, June 1998, pg Crtes, C. and Vapnik, V.(1995): Supprt vectr netwrks, Machine Learning, vl 20, pp Cristianini, N. and Shawe-Taylr, J. (2000): An Intrductin t Supprt Vectr Machines, Cambridge University Press

5 394 University f Bucharest and University f Medicine and Pharmacy Târgu-Mureş Hart, P., E. and Cver, T., M.(1967): Nearest neighbr pattern classificatin. IEEE Transactins n Infrmatin Thery, IT-13 Hastie, T. and Tibshirani, R.(1996): Discriminant adaptive nearest neighbr classificatin, IEEE Trans. Pattern Anal. Mach. Intell. 18(6), Jachims, T. (1998): Text Categrizatin with Supprt Vectr Machines: Learning with Many Relevant Features, Prceedings f the Eurpean Cnference n Machine Learning, Springer. Maglgiannis, I., et al (2007), Emerging Artificial Intelligence Applicatins In Cmputer Engineering, Is Press, Pp 14 Radhika, Z. and Shashi, M.(2009): Atmspheric Temperature Predictin using Supprt Vectr Machines, Internatinal Jurnal f Cmputer Thery and Engineering, Vl. 1, N. 1, April 2009, Osuna, E., Freund, R., Girsi, F. (1997) Training supprt vectr machines: an applicatin t face detectin, Prceedings f Cmputer Visin and Pattern Recgnitin, pp Zien, A., et al (2000): Engineering supprt vectr machine kernels that recgnize translatin initiatin sites, Oxfrd University Press, Biinfrmatics Vl. 16 n , Pages

CS 309: Autonomous Intelligent Robotics. Instructor: Jivko Sinapov

CS 309: Autonomous Intelligent Robotics. Instructor: Jivko Sinapov CS 309: Autnmus Intelligent Rbtics Instructr: Jivk Sinapv http://www.cs.uteas.edu/~jsinapv/teaching/cs309_spring2017/ Machine Learning Annuncements Final Prject Presentatins Saturday, May 13, 7:00-10:00

More information

Intro to Machine Learning for Visual Computing

Intro to Machine Learning for Visual Computing Intr t Machine Learning fr Visual Cmputing Drthea Tanning, Endgame Slides frm Derek Hiem, Peter Barnum CSC320: Intrductin t Visual Cmputing Michael Guerzhy Eamples f Categrizatin in Visin Part r bject

More information

Instance Based Learning

Instance Based Learning Instance Based Learning Vibhav Ggate The University f Texas at Dallas Readings: Mitchell, Chapter 8 surces: curse slides are based n material frm a variety f surces, including Tm Dietterich, Carls Guestrin,

More information

IRDS: Data Mining Process

IRDS: Data Mining Process IRDS: Data Mining Prcess Charles Suttn University f Edinburgh (many figures used frm Murphy. Machine Learning: A Prbabilistic Perspective.) Data Science Our wrking definitin Data science is the study f

More information

UFuRT: A Work-Centered Framework and Process for Design and Evaluation of Information Systems

UFuRT: A Work-Centered Framework and Process for Design and Evaluation of Information Systems In: Prceedings f HCI Internatinal 2007 UFuRT: A Wrk-Centered Framewrk and Prcess fr Design and Evaluatin f Infrmatin Systems Jiajie Zhang 1, Keith A. Butler 2 1 University f Texas at Hustn, 7000 Fannin,

More information

Retrieval Effectiveness Measures. Overview

Retrieval Effectiveness Measures. Overview Retrieval Effectiveness Measures Vasu Sathu 25th March 2001 Overview Evaluatin in IR Types f Evaluatin Retrieval Perfrmance Evaluatin Measures f Retrieval Effectiveness Single Valued Measures Alternative

More information

CHAPTER 8. Clustering Algorithm for Outlier Detection in. Data Mining

CHAPTER 8. Clustering Algorithm for Outlier Detection in. Data Mining CHAPTER 8 Clustering Algrithm fr Outlier Detectin in Data Mining 8.1 Intrductin In many data mining applicatins, the primary step is detecting utliers in a dataset. Outlier detectin fr data mining is nrmally

More information

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems Date: Octber 2018 User guide Integratin thrugh ONVIF driver. Prepared By: Devices & Integratins Team, Milestne Systems 2 Welcme t the User Guide fr Online Test Tl The aim f this dcument is t prvide guidance

More information

Escher s Circle Limit III

Escher s Circle Limit III Escher s Circle Limit III Escher s Circle Limit III ImageNet Images fr each categry f WrdNet 1000 classes 1.2mil images 100k test Tp 5 errr Dataset split Training Images Validatin Images Testing Images

More information

Imagine for MSDNAA Student SetUp Instructions

Imagine for MSDNAA Student SetUp Instructions Imagine fr MSDNAA Student SetUp Instructins --2016-- September 2016 Genesee Cmmunity Cllege 2004. Micrsft and MSDN Academic Alliance are registered trademarks f Micrsft Crpratin. All rights reserved. ELMS

More information

Machine Learning Crash Course

Machine Learning Crash Course Machine Learning Crash Curse Pht: CMU Machine Learning Department prtests G20 Cmputer Visin James Hays Slides: Isabelle Guyn, Erik Sudderth, Mark Jhnsn, Derek Hiem Dimensinality Reductin PCA, ICA, LLE,

More information

Multilevel Updating Method of Three- Dimensional Spatial Database Presented By: Tristram Taylor SE521

Multilevel Updating Method of Three- Dimensional Spatial Database Presented By: Tristram Taylor SE521 Multilevel Updating Methd f Three- Dimensinal Spatial Database Presented By: Tristram Taylr SE521 Written By: Yangting Liu, Gang Liu, Zhenwen He, Zhengping Weng Frm: China University f Gesciences Fr: 2010

More information

Overview of Supervised Learning

Overview of Supervised Learning ESL Chap2 Overview f Supervised Learning Overview f Supervised Learning Ntatin X: inputs, feature vectr, predictrs, independent variables. Generally X will be a vectr f p real values. Qualitative features

More information

Report Writing Guidelines Writing Support Services

Report Writing Guidelines Writing Support Services Reprt Writing Guidelines Writing Supprt Services Overview The guidelines presented here shuld give yu an idea f general cnventins fr writing frmal reprts. Hwever, yu shuld always cnsider yur particular

More information

Hierarchical Classification of Amazon Products

Hierarchical Classification of Amazon Products Hierarchical Classificatin f Amazn Prducts Bin Wang Stanfrd University, bwang4@stanfrd.edu Shaming Feng Stanfrd University, superfsm@ stanfrd.edu Abstract - This prjects prpsed a hierarchical classificatin

More information

Visualizing High Dimensional Fuzzy Rules

Visualizing High Dimensional Fuzzy Rules 21 Visualizing High Dimensinal Fuzzy Rules R. Hlve, M. R. Berthld, Berkeley/USA Abstract. In this paper we present an apprach t visualize a ptentially high-dimensinal and large number f (fuzzy) rules in

More information

Using SPLAY Tree s for state-full packet classification

Using SPLAY Tree s for state-full packet classification Curse Prject Using SPLAY Tree s fr state-full packet classificatin 1- What is a Splay Tree? These ntes discuss the splay tree, a frm f self-adjusting search tree in which the amrtized time fr an access,

More information

Data Structure Interview Questions

Data Structure Interview Questions Data Structure Interview Questins A list f tp frequently asked Data Structure interview questins and answers are given belw. 1) What is Data Structure? Explain. Data structure is a way that specifies hw

More information

IT103T Operating Systems [Onsite]

IT103T Operating Systems [Onsite] IT103T [Onsite] Curse Descriptin: This curse serves as a survey n typical internal functins f a generic cmputer perating system. The cmputer s ability t manage such resurces as memry, device, I/O, files

More information

MICRONET INTERNATIONAL COLLEGE BDTVEC ND in Computer Studies MULTIMEDIA AND WEB DESIGN (MWD) ASSIGNMENT 3 (20%) Due Date: 31st January 2013

MICRONET INTERNATIONAL COLLEGE BDTVEC ND in Computer Studies MULTIMEDIA AND WEB DESIGN (MWD) ASSIGNMENT 3 (20%) Due Date: 31st January 2013 MICRONET INTERNATIONAL COLLEGE BDTVEC ND in Cmputer Studies MULTIMEDIA AND WEB DESIGN (MWD) ASSIGNMENT 3 (20%) Due Date: 31st January 2013 Prduce dcumentatin fr the prgram Submit the SOFTCOPY and als HARDCOPY

More information

Data Warehouse: Introduction

Data Warehouse: Introduction Data Warehuse: Intrductin Data warehuse Intrductin Database and data mining grup, Plitecnic di Trin Plitecnic di Trin Database and data mining grup, Plitecnic di Trin Decisin supprt systems Huge peratinal

More information

UML : MODELS, VIEWS, AND DIAGRAMS

UML : MODELS, VIEWS, AND DIAGRAMS UML : MODELS, VIEWS, AND DIAGRAMS Purpse and Target Grup f a Mdel In real life we ften bserve that the results f cumbersme, tedius, and expensive mdeling simply disappear in a stack f paper n smene's desk.

More information

MyUni Adding Content. Date: 29 May 2014 TRIM Reference: D2013/ Version: 1

MyUni Adding Content. Date: 29 May 2014 TRIM Reference: D2013/ Version: 1 Adding Cntent MyUni... 2 Cntent Areas... 2 Curse Design... 2 Sample Curse Design... 2 Build cntent by creating a flder... 3 Build cntent by creating an item... 4 Cpy r mve cntent in MyUni... 5 Manage files

More information

Assessment Tool: Departmentally developed assessment exam.

Assessment Tool: Departmentally developed assessment exam. Curse Asse~sment Reprt Washtenaw Cmmunity Cllegf; Discipline Anthrplgy 201 Curse Number Divisin Department Humanities, Scial and Behaviral Sciences Scial Science Date f Last Filed Assessment Reprt Title

More information

IS312T Information Security Essentials [Onsite]

IS312T Information Security Essentials [Onsite] IS312T [Onsite] Curse Descriptin: This curse is an intrductin t the security essentials. The curse identifies and examines types f infrmatin security used in industry and hw they are implemented. Prerequisite(s)

More information

IS315T IS Risk Management and Intrusion Detection [Onsite]

IS315T IS Risk Management and Intrusion Detection [Onsite] IS315T IS Risk Management and Intrusin Detectin [Onsite] Curse Descriptin: This curse addresses cncepts f risk management and intrusin detectin. Areas f instructin include hw t assess and manage risks

More information

Scatter Search And Bionomic Algorithms For The Aircraft Landing Problem

Scatter Search And Bionomic Algorithms For The Aircraft Landing Problem Scatter Search And Binmic Algrithms Fr The Aircraft Landing Prblem J. E. Beasley Mathematical Sciences Brunel University Uxbridge UB8 3PH United Kingdm http://peple.brunel.ac.uk/~mastjjb/jeb/jeb.html Abstract:

More information

CS200T Programming in Java I [Onsite]

CS200T Programming in Java I [Onsite] CS200T Prgramming in Java I [Onsite] Curse Descriptin: This curse cvers the fundamentals f Java prgramming. Object-riented prgramming techniques and Unified Mdeling Language (UML) are als intrduced. Students

More information

Courseware Setup. Hardware Requirements. Software Requirements. Prerequisite Skills

Courseware Setup. Hardware Requirements. Software Requirements. Prerequisite Skills The Internet and Cmputing Cre Certificatin Guide cnsists f 64 Lessns, with lessn bjectives, summary and ten review questins. IC³ bjectives are easily lcated by using symbls thrughut the curseware. Curse

More information

Creating a TES Encounter/Transaction Entry Batch

Creating a TES Encounter/Transaction Entry Batch Creating a TES Encunter/Transactin Entry Batch Overview Intrductin This mdule fcuses n hw t create batches fr transactin entry in TES. Charges (transactins) are entered int the system in grups called batches.

More information

Systems & Operating Systems

Systems & Operating Systems McGill University COMP-206 Sftware Systems Due: Octber 1, 2011 n WEB CT at 23:55 (tw late days, -5% each day) Systems & Operating Systems Graphical user interfaces have advanced enugh t permit sftware

More information

Adaptive Learning Algorithm for SVM Applied to Feature Tracking

Adaptive Learning Algorithm for SVM Applied to Feature Tracking Adaptive Learning Algrithm fr SVM Applied t Feature Tracking Ashutsh Garg, Ira Chen, Thmas S. Huang University f Illinis at Urbana Champaign Email: {ashutsh,irachen,huang}@ifp.uiuc.edu Abstract The framewrk

More information

1 Version Spaces. CS 478 Homework 1 SOLUTION

1 Version Spaces. CS 478 Homework 1 SOLUTION CS 478 Hmewrk SOLUTION This is a pssible slutin t the hmewrk, althugh there may be ther crrect respnses t sme f the questins. The questins are repeated in this fnt, while answers are in a mnspaced fnt.

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

COP2800 Homework #3 Assignment Spring 2013

COP2800 Homework #3 Assignment Spring 2013 YOUR NAME: DATE: LAST FOUR DIGITS OF YOUR UF-ID: Please Print Clearly (Blck Letters) YOUR PARTNER S NAME: DATE: LAST FOUR DIGITS OF PARTNER S UF-ID: Please Print Clearly Date Assigned: 15 February 2013

More information

Lecture Handout. Database Management System. Overview of Lecture. Vertical Partitioning. Lecture No. 24

Lecture Handout. Database Management System. Overview of Lecture. Vertical Partitioning. Lecture No. 24 Lecture Handut Database Management System Lecture N. 24 Reading Material Database Systems Principles, Design and Implementatin written by Catherine Ricard, Maxwell Macmillan. Database Management Systems,

More information

An Approach to Recognize Bangla Digits from Digital Image

An Approach to Recognize Bangla Digits from Digital Image 248 IJCSNS Internatinal Jurnal f Cmputer Science and Netwrk Security, VOL.11 N.6, June 2011 An Apprach t Recgnize Bangla Digits frm Digital Image Abdul Kadar Muhammad Masum 1, Mhammad Shahjalal 2, Md.

More information

IT327P Data Structures [Onsite]

IT327P Data Structures [Onsite] IT327P Data Structures [Onsite] Curse Descriptin: Thrugh explring fundamental data structures, data manipulatin techniques and algrithms necessary fr gd prgram develpment, students will be expsed t methds

More information

Please contact technical support if you have questions about the directory that your organization uses for user management.

Please contact technical support if you have questions about the directory that your organization uses for user management. Overview ACTIVE DATA CALENDAR LDAP/AD IMPLEMENTATION GUIDE Active Data Calendar allws fr the use f single authenticatin fr users lgging int the administrative area f the applicatin thrugh LDAP/AD. LDAP

More information

How To Transcribe Documents with Transkribus Simple Mode

How To Transcribe Documents with Transkribus Simple Mode Hw T Transcribe Dcuments with Transkribus Simple Mde This is a shrt intrductin t the basic steps fr transcribing dcuments with Transkribus. This platfrm is specifically designed t enable users t generate

More information

Two-Dimensional Topology Structure between Vector Layers in GIS

Two-Dimensional Topology Structure between Vector Layers in GIS 2011, Scienceline Publicatin Jurnal f Civil Engineering and Urbanism Vlume 1, Issue 1: 10-14 (2011) ISSN-2252-0430 Tw-Dimensinal Structure between Vectr Layers in GIS Davd Parvinnezhad Hkmabadi* 1, Ali

More information

Escher s Circle Limit III

Escher s Circle Limit III Escher s Circle Limit III Escher s Circle Limit III PCA: Principal Cmpnent Analysis The best pssible lwer dimensinal representatin based n linear prjectins. A basis f directins f variance rdered by their

More information

Data Our project used three data sets that provide analysis on forty 15- to 20-minute course videos for CS144: Intro to Computer Networks :

Data Our project used three data sets that provide analysis on forty 15- to 20-minute course videos for CS144: Intro to Computer Networks : Predicting Lecture Vide Cmplexity: Analysis f Supervised Regressin Nick Su Ismael Menjivar njsu@stanfrd.edu menjivar@stanfrd.edu December 8, 2014 Abstract In the past decade, use f Massively Open Online

More information

High Security SaaS Concept Software as a Service (SaaS) for Life Science

High Security SaaS Concept Software as a Service (SaaS) for Life Science Sftware as a Service (SaaS) fr Life Science Cpyright Cunesft GmbH Cntents Intrductin... 3 Data Security and Islatin in the Clud... 3 Strage System Security and Islatin... 3 Database Security and Islatin...

More information

Chapter 6: Lgic Based Testing LOGIC BASED TESTING: This unit gives an indepth verview f lgic based testing and its implementatin. At the end f this unit, the student will be able t: Understand the cncept

More information

UPGRADING TO DISCOVERY 2005

UPGRADING TO DISCOVERY 2005 Centennial Discvery 2005 Why Shuld I Upgrade? Discvery 2005 is the culminatin f ver 18 mnths wrth f research and develpment and represents a substantial leap frward in audit and decisin-supprt technlgy.

More information

McGill University School of Computer Science COMP-206. Software Systems. Due: September 29, 2008 on WEB CT at 23:55.

McGill University School of Computer Science COMP-206. Software Systems. Due: September 29, 2008 on WEB CT at 23:55. Schl f Cmputer Science McGill University Schl f Cmputer Science COMP-206 Sftware Systems Due: September 29, 2008 n WEB CT at 23:55 Operating Systems This assignment explres the Unix perating system and

More information

Querying Data with Transact SQL

Querying Data with Transact SQL Querying Data with Transact SQL Curse Cde: 20761 Certificatin Exam: 70-761 Duratin: 5 Days Certificatin Track: MCSA: SQL 2016 Database Develpment Frmat: Classrm Level: 200 Abut this curse: This curse is

More information

Homework: Populate and Extract Data from Your Database

Homework: Populate and Extract Data from Your Database Hmewrk: Ppulate and Extract Data frm Yur Database 1. Overview In this hmewrk, yu will: 1. Check/revise yur data mdel and/r marketing material frm last week's hmewrk- this material will later becme the

More information

Pages of the Template

Pages of the Template Instructins fr Using the Oregn Grades K-3 Engineering Design Ntebk Template Draft, 12/8/2011 These instructins are fr the Oregn Grades K-3 Engineering Design Ntebk template that can be fund n the web at

More information

Stealing passwords via browser refresh

Stealing passwords via browser refresh Stealing passwrds via brwser refresh Authr: Karmendra Khli [karmendra.khli@paladin.net] Date: August 07, 2004 Versin: 1.1 The brwser s back and refresh features can be used t steal passwrds frm insecurely

More information

Infrastructure Series

Infrastructure Series Infrastructure Series TechDc WebSphere Message Brker / IBM Integratin Bus Parallel Prcessing (Aggregatin) (Message Flw Develpment) February 2015 Authr(s): - IBM Message Brker - Develpment Parallel Prcessing

More information

CLOUD & DATACENTER MONITORING WITH SYSTEM CENTER OPERATIONS MANAGER. Course 10964B; Duration: 5 Days; Instructor-led

CLOUD & DATACENTER MONITORING WITH SYSTEM CENTER OPERATIONS MANAGER. Course 10964B; Duration: 5 Days; Instructor-led CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: www.inf-trek.cm CLOUD & DATACENTER MONITORING WITH SYSTEM CENTER OPERATIONS MANAGER Curse 10964B; Duratin: 5 Days; Instructr-led WHAT YOU WILL LEARN This curse

More information

Tutorial 5: Retention time scheduling

Tutorial 5: Retention time scheduling SRM Curse 2014 Tutrial 5 - Scheduling Tutrial 5: Retentin time scheduling The term scheduled SRM refers t measuring SRM transitins nt ver the whle chrmatgraphic gradient but nly fr a shrt time windw arund

More information

CLASSIFICATION AND CATEGORIZATION INTRODUCTION TO DATA SCIENCE ELI UPFAL

CLASSIFICATION AND CATEGORIZATION INTRODUCTION TO DATA SCIENCE ELI UPFAL CLASSIFICATION AND CATEGORIZATION INTRODUCTION TO DATA SCIENCE ELI UPFAL MACHINE LEARNING PROBLEMS Supervised Learning Unsupervised Learning Discrete classificatin r categrizatin clustering regressin dimensinality

More information

Telecommunication Protocols Laboratory Course

Telecommunication Protocols Laboratory Course Telecmmunicatin Prtcls Labratry Curse Lecture 2 March 11, 2004 http://www.ab.fi/~lpetre/teleprt/teleprt.html 1 Last time We examined sme key terms: prtcl, service, layer, netwrk architecture We examined

More information

B Tech Project First Stage Report on

B Tech Project First Stage Report on B Tech Prject First Stage Reprt n GPU Based Image Prcessing Submitted by Sumit Shekhar (05007028) Under the guidance f Prf Subhasis Chaudhari 1. Intrductin 1.1 Graphic Prcessr Units A graphic prcessr unit

More information

Course 6368A: Programming with the Microsoft.NET Framework Using Microsoft Visual Studio 2008

Course 6368A: Programming with the Microsoft.NET Framework Using Microsoft Visual Studio 2008 Curse 6368A: Prgramming with the Micrsft.NET Framewrk Using Micrsft Visual Studi 2008 5 Days Abut this Curse This five-day, instructr-led curse prvides an intrductin t develping n-tier applicatins fr the

More information

Simple Regression in Minitab 1

Simple Regression in Minitab 1 Simple Regressin in Minitab 1 Belw is a sample data set that we will be using fr tday s exercise. It lists the heights & weights fr 10 men and 12 wmen. Male Female Height (in) 69 70 65 72 76 70 70 66 68

More information

Software Toolbox Extender.NET Component. Development Best Practices

Software Toolbox Extender.NET Component. Development Best Practices Page 1 f 16 Sftware Tlbx Extender.NET Cmpnent Develpment Best Practices Table f Cntents Purpse... 3 Intended Audience and Assumptins Made... 4 Seeking Help... 5 Using the ErrrPrvider Cmpnent... 6 What

More information

SW-G using new DryadLINQ(Argentia)

SW-G using new DryadLINQ(Argentia) SW-G using new DryadLINQ(Argentia) DRYADLINQ: Dryad is a high-perfrmance, general-purpse distributed cmputing engine that is designed t manage executin f large-scale applicatins n varius cluster technlgies,

More information

Cisco Tetration Analytics, Release , Release Notes

Cisco Tetration Analytics, Release , Release Notes Cisc Tetratin Analytics, Release 1.102.21, Release Ntes This dcument describes the features, caveats, and limitatins fr the Cisc Tetratin Analytics sftware. Additinal prduct Release ntes are smetimes updated

More information

Presentation of Results Experiment:

Presentation of Results Experiment: Presentatin f Results Experiment: Metrics & CdePr AnalytiX Grup 6: Brun Cards Felipe César Tarcísi Filó William Marcndes Empirical Sftware Engineering - 2014/1 Intrductin Sftware Measure is imprtant: Evaluate

More information

Due Date: Lab report is due on Mar 6 (PRA 01) or Mar 7 (PRA 02)

Due Date: Lab report is due on Mar 6 (PRA 01) or Mar 7 (PRA 02) Lab 3 Packet Scheduling Due Date: Lab reprt is due n Mar 6 (PRA 01) r Mar 7 (PRA 02) Teams: This lab may be cmpleted in teams f 2 students (Teams f three r mre are nt permitted. All members receive the

More information

Development of a Robust Indoor 3D SLAM Algorithm

Development of a Robust Indoor 3D SLAM Algorithm Develpment f a Rbust Indr 3D SLAM Algrithm Timthy Murphy Hnrs Tutrial Cllege Dr. David Chelberg Ohi University Schl f Electrical Engineering and Cmputer Science Russ Cllege f Engineering and Technlgy Prblem:

More information

Parallel Processing in NCAR Command Language for Performance Improvement

Parallel Processing in NCAR Command Language for Performance Improvement Parallel Prcessing in NCAR Cmmand Language fr Perfrmance Imprvement Ping Gu, University f Wyming Mentr: Wei Huang, NCAR C- Mentr: Dave Brwn, NCAR August 1, 2013 Intrductin and Mtivatin ² The NCAR Cmmand

More information

Level 2 Development Training

Level 2 Development Training Level 2 Develpment Training Level 2 Develpment Training Level 2 Develpment Training Vide Capture RSS 4000 Level 2 Develpment Training Vide Capture Cntents 1 Intrductin... 3 Intrductin... 3 Available Resurces...

More information

- Replacement of a single statement with a sequence of statements(promotes regularity)

- Replacement of a single statement with a sequence of statements(promotes regularity) ALGOL - Java and C built using ALGOL 60 - Simple and cncise and elegance - Universal - Clse as pssible t mathematical ntatin - Language can describe the algrithms - Mechanically translatable t machine

More information

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page Managing the News Page TABLE OF CONTENTS: The News Page Key Infrmatin Area fr Members... 2 Newsletter Articles... 3 Adding Newsletter as Individual Articles... 3 Adding a Newsletter Created Externally...

More information

Student participation Students can register online, track progress, express interest and demonstrate proficiency.

Student participation Students can register online, track progress, express interest and demonstrate proficiency. Page 1 f 31 Intrductin Our MAG 10 Learning Management System (LMS) is a Web based technlgy used t plan, implement, and assess a specific learning prcess. LMS is a training prgram which prvides cmplete

More information

CAMPBELL COUNTY GILLETTE, WYOMING

CAMPBELL COUNTY GILLETTE, WYOMING CAMPBELL COUNTY GILLETTE, WYOMING System Supprt Analyst I System Supprt Analyst II Senir System Supprt Analyst Class specificatins are intended t present a descriptive list f the range f duties perfrmed

More information

Analysing Big Data with Microsoft R

Analysing Big Data with Microsoft R Analysing Big Data with Micrsft R Analysing Big Data with Micrsft R Curse Cde: 20773 Certificatin Exam: 70-773 Duratin: 3 Days Certificatin Track: MCSA: Machine Learning Frmat: Classrm Level: 300 Abut

More information

$ARCSIGHT_HOME/current/user/agent/map. The files are named in sequential order such as:

$ARCSIGHT_HOME/current/user/agent/map. The files are named in sequential order such as: Lcatin f the map.x.prperties files $ARCSIGHT_HOME/current/user/agent/map File naming cnventin The files are named in sequential rder such as: Sme examples: 1. map.1.prperties 2. map.2.prperties 3. map.3.prperties

More information

Upgrade Guide. Medtech Evolution General Practice. Version 1.9 Build (March 2018)

Upgrade Guide. Medtech Evolution General Practice. Version 1.9 Build (March 2018) Upgrade Guide Medtech Evlutin General Practice Versin 1.9 Build 1.9.0.312 (March 2018) These instructins cntain imprtant infrmatin fr all Medtech Evlutin users and IT Supprt persnnel. We suggest that these

More information

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide Xilinx Answer 65444 Xilinx PCI Express DMA Drivers and Sftware Guide Imprtant Nte: This dwnladable PDF f an Answer Recrd is prvided t enhance its usability and readability. It is imprtant t nte that Answer

More information

ITE310 Computer Networks

ITE310 Computer Networks Cmputer Science Department cs.salemstate.edu ITE310 Cmputer Netwrks 4 cr. Catalg descriptin: This curse begins with an intrductin t cmputer netwrks, including hardware, sftware, trubleshting, and maintenance.

More information

Real-Time Multi-View Face Detection

Real-Time Multi-View Face Detection Real-Time Multi-View Face Detectin ZhenQiu Zhang 1*, Lng Zhu 2, Stan Z. Li 2, HngJiang Zhang 2 1. Institute f Autmatin, Chinese Academy f Science, Beijing, China 2. Micrsft Research Asia, Beijing Sigma

More information

How to predict a discrete variable?

How to predict a discrete variable? CSE 6242 / CX 4242 Classificatin Hw t predict a discrete variable? Based n Parishit Ram s slides. Pari nw at SkyTree. Graduated frm PhD frm GT. Als based n Alex Gray s slides. Hw will I rate "Chpin's 5th

More information

Chalkable Classroom For Students

Chalkable Classroom For Students Chalkable Classrm Fr Students Abut This Dcument This dcument cntains an verview f the Chalkable Classrm Hme Prtal, which is used by students. Table f Cntents Chalkable Classrm Fr Students 1 Abut This Dcument...1

More information

IMAGE/OBJECT BASED CLASSIFICATION TOOL Developed by NASA DEVELOP at BLM at ISU GIS TReC, Pocatello, Idaho

IMAGE/OBJECT BASED CLASSIFICATION TOOL Developed by NASA DEVELOP at BLM at ISU GIS TReC, Pocatello, Idaho IMAGE/OBJECT BASED CLASSIFICATION TOOL Develped by NASA DEVELOP at BLM at ISU GIS TReC, Pcatell, Idah 1. Intrductin This image/bject based classificatin tl was develped by NASA DEVELOP participants in

More information

Custodial Integrator. Release Notes. Version 3.11 (TLM)

Custodial Integrator. Release Notes. Version 3.11 (TLM) Custdial Integratr Release Ntes Versin 3.11 (TLM) 2018 Mrningstar. All Rights Reserved. Custdial Integratr Prduct Versin: V3.11.001 Dcument Versin: 020 Dcument Issue Date: December 14, 2018 Technical Supprt:

More information

Populate and Extract Data from Your Database

Populate and Extract Data from Your Database Ppulate and Extract Data frm Yur Database 1. Overview In this lab, yu will: 1. Check/revise yur data mdel and/r marketing material (hme page cntent) frm last week's lab. Yu will wrk with tw classmates

More information

Intro Lecture. Course prerequisite: no entrance exam this year, but please review undergrad material

Intro Lecture. Course prerequisite: no entrance exam this year, but please review undergrad material Advanced Tpics in Cmputer Systems, CS262a Prf. Brewer Lecture 1 Intr Lecture I. Administrative Matters Instructrs: Eric Brewer and Je Hellerstien Eric Brewer PhD MIT, 1994 Internet Systems, Mbile cmputing,

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

Soil Image Segmentation and Texture Analysis: A Computer Vision Approach

Soil Image Segmentation and Texture Analysis: A Computer Vision Approach Sil Image Segmentatin and Texture Analysis: A Cmputer Visin Apprach Bushra Nazir 1, Md. Iqbal Quraishi 2 U.G. Student, Department f Infrmatin Technlgy, Kalyani Gvernment Engineering Cllege, Kalyani, West

More information

CONTROL-COMMAND. Software Technical Specifications for ThomX Suppliers 1.INTRODUCTION TECHNICAL REQUIREMENTS... 2

CONTROL-COMMAND. Software Technical Specifications for ThomX Suppliers 1.INTRODUCTION TECHNICAL REQUIREMENTS... 2 Réf. ThmX-NT-SI-CC001 Table f Cntents Sftware Technical Specificatins fr ThmX Authr : Philippe Page 1 / 9 1.INTRODUCTION... 2 2.TECHNICAL REQUIREMENTS... 2 3.DOCUMENTATION REQUIREMENTS... 4 4.COMPUTING

More information

Second Assignment Tutorial lecture

Second Assignment Tutorial lecture Secnd Assignment Tutrial lecture INF5040 (Open Distributed Systems) Faraz German (farazg@ulrik.ui.n) Department f Infrmatics University f Osl Octber 17, 2016 Grup Cmmunicatin System Services prvided by

More information

Priority-aware Coflow Placement and scheduling in Datacenters

Priority-aware Coflow Placement and scheduling in Datacenters Pririty-aware Cflw Placement and scheduling in Datacenters Speaker: Lin Wang Research Advisr: Biswanath Mukherjee Intrductin Cflw Represents a cllectin f independent flws that share a cmmn perfrmance gal.

More information

Essentials for IBM Cognos BI (V10.2) Day(s): 5. Overview

Essentials for IBM Cognos BI (V10.2) Day(s): 5. Overview Essentials fr IBM Cgns BI (V10.2) Day(s): 5 Curse Cde: B5270G Overview NOTE: This is an Instructr Led Online curse. Please d nt make any travel arrangements. IBM Cgns Educatin is nw pleased t ffer yu ur

More information

Overview. Enhancement for Policy Configuration Module

Overview. Enhancement for Policy Configuration Module Overview Digital File Plicy Management: Cnfiguratin Mdule Enhancement and Inter-applicatin Plicy Sharing Digital file plicies determine hw digital files are prcessed befre being depsited int RUcre repsitry.

More information

Taking advantage of FundRef, Ringgold, and ORCID

Taking advantage of FundRef, Ringgold, and ORCID Gt ID? Taking advantage f FundRef, Ringgld, and ORCID Mike Di Natale Business Systems Analyst mdinatale@ariessys.cm rcid.rg/0000-0002-0136-5875 bit.ly/emug15-gtid Agenda Intrductin Integrated Identifiers

More information

HP ExpertOne. HP2-T21: Administering HP Server Solutions. Table of Contents

HP ExpertOne. HP2-T21: Administering HP Server Solutions. Table of Contents HP ExpertOne HP2-T21: Administering HP Server Slutins Industry Standard Servers Exam preparatin guide Table f Cntents In this sectin, include a table f cntents (TOC) f all headings. After yu have finished

More information

Feb 27, 2014 CSE 6242 / CX Classification. How to predict a discrete variable? Based on Parishit Ram s slides

Feb 27, 2014 CSE 6242 / CX Classification. How to predict a discrete variable? Based on Parishit Ram s slides Feb 27, 2014 CSE 6242 / CX 4242 Classificatin Hw t predict a discrete variable? Based n Parishit Ram s slides Hw will I rate "Chpin's 5th Symphny"? Sngs Label Sme nights Skyfall Cmfrtably numb We are yung............

More information

SEB Test Bench User Guide for validating SEB ISO and Swedish format MIGs. Version 1.4. Payment and Direct Debit initiations

SEB Test Bench User Guide for validating SEB ISO and Swedish format MIGs. Version 1.4. Payment and Direct Debit initiations SEB Test Bench User Guide fr validating SEB ISO 20022 and Swedish frmat MIGs Versin 1.4 Payment and Direct Debit initiatins Octber, 2016 SEB Test Bench User Guide / Versin 1.4 Cntents Page N. 1. Intrductin

More information

Faculty Textbook Adoption Instructions

Faculty Textbook Adoption Instructions Faculty Textbk Adptin Instructins The Bkstre has partnered with MBS Direct t prvide textbks t ur students. This partnership ffers ur students and parents mre chices while saving them mney, including ptins

More information

How To enrich transcribed documents with mark-up

How To enrich transcribed documents with mark-up Hw T enrich transcribed dcuments with mark-up Versin v1.4.0 (22_02_2018_15:07) Last update 30.09.2018 This guide will shw yu hw t add mark-up t dcuments which are already transcribed in Transkribus. This

More information

Cork Education and Training Board. Programme Module for. Using Common Computer Applications. leading to. Level 4 QQI. Computer Applications 4N1112

Cork Education and Training Board. Programme Module for. Using Common Computer Applications. leading to. Level 4 QQI. Computer Applications 4N1112 Crk Educatin and Training Bard Crk Educatin and Training Bard Prgramme Mdule fr Using Cmmn Cmputer Applicatins leading t Level 4 QQI Cmputer Applicatins 4N1112 Cmputer Applicatins 4N1112 May 2012/June

More information

Data Requirements. File Types. Timeclock

Data Requirements. File Types. Timeclock A daunting challenge when implementing a cmmercial IT initiative can be understanding vendr requirements clearly, t assess the gap between yur data and the required frmat. With EasyMetrics, if yu are using

More information

Software Engineering

Software Engineering Sftware Engineering Chapter #1 Intrductin Sftware systems are abstract and intangible. Sftware engineering is an engineering discipline that is cncerned with all aspects f sftware prductin. Sftware Prducts

More information

SOFTWARE APPLICATION (SWA) ASSIGNMENT (25%)

SOFTWARE APPLICATION (SWA) ASSIGNMENT (25%) MICRONET INTERNATIONAL COLLEGE BDTVEC PND in Sftware Applicatin SOFTWARE APPLICATION (SWA) INDIVIDUAL ASSIGNMENT (25%) Due Date: 20 th December 2012 Submit the SOFTCOPY and als HARDCOPY f the dcumentatin

More information