Applied Machine Learning Assignment 1

Size: px
Start display at page:

Download "Applied Machine Learning Assignment 1"

Transcription

1 Applied Machine Learning Assignment 1 Professor: Aude Billard Assistants: Guillaume de Chambrier, Nadia Figueroa, Joao Abrantes contacts: aude.billard@epfl.ch guillaume.dechambrier@epfl.ch nadia.figueroafernandez@epfl.ch joao.abrantes@epfl.ch@epfl.ch Winter Semester Goals The goal of this assignment is to familiarize yourself with the Principal Component Analysis technique presented during the class and get you acquainted with the importance of choosing well one s dataset to obtain the best performance of an algorithm. 1.1 Structure of the practicals Part I of this assignment comprises of ungraded exercises to familiarize yourself with the machine learning software we will use for this and future practical sessions. Part II consists of a set of graded exercises. The percentage of marks carried are indicated next to each exercise. For the graded part, you will have to submit a written report, in which you answer each of the listed questions. In this, and all future practical sessions, you will use the MLDemos (http: //lasa.epfl.ch/teaching/lectures/ml_msc/mldemos_master.zip) toolkit that provides a collection of machine learning algorithms which you can apply on hand-made as well as realworld datasets. Recall that practical sessions are performed by teams of 3 persons. If you do not yet have a partner, let the assistants know and they will assign you to a team PCA During the first practice session on PCA, 3 different data sets will be analyzed step-by-step by the class as a whole with the help of the assistants. The objective is to draw your attention to the different types of situations and caveats you might encounter when performing PCA. You should also heed the different techniques for visualizing high-dimensional data provided in MLDemos. This section will be ungraded. The second section of the assignment will require to form your own data set via MLDemos and carry out the same analysis in your respective groups and will be graded. 1

2 1.1.2 Grading & Submission This assignment will be graded through a report which you must hand in no later than by October 16th, 18h00. All reports should be submitted online at the course webpage http: //lasa.epfl.ch/teaching/lectures/ml_msc/#submission. The submission form is located at the bottom of the page and indicates which submission is currently open. You should select your group and upload a.pdf file not more than 10 MB in size. You may upload multiple times, in which case, only the latest file will be graded. Delays will be penalized: 1 point will be subtracted for each day of delay. The first day late counts starting one hour after the deadline. This report counts for 5% of the total grade of the course. Practicals are conducted in teams of two. Unless told otherwise, we assume that the work has been shared equally by the members of the team and hence all members will be given the same grade. More information on the assignment and on the way the report should be written are given below. 2

3 2 Part I: Principal Component Analysis (ungraded) For this first practical you will focus on choosing a suitable projection of the data through Principal Component Analysis. Such a projection aims at improving the separability of the data and at reducing the dimensionality of the dataset. Throughout the practical session, you will be working on synthetic and real data. Synthetic data can be created and analysed with ML methods by using MLDemos. It is a useful help to visualize how changes in data affect the results of a learning algorithm. However, synthetic data seldom help to grasp some of the issues arising when using realistic and hence noisy data. You are advised to start with synthetic data during the practical sessions, but then move to using real data. The report should focus solely on results obtained when using your own real datasets. The first, non-graded, step will require you to investigate different PCA projections (analyzing with PCA) for 3 pre-chosen data sets, namely iris, biotac and ads. Your task is to determine which projection is best suited for the purpose of dimensionality reduction and class separability. You will then be asked to discuss the influence those particular choices may have in improving or degrading performance of the classification or clustering process. 2.1 Getting started 1. Download MLdemos and datasets The software (downloadable at epfl.ch/teaching/lectures/ml_msc/mldemos_master.zip ) provides a graphical interface for visualizing the data and algorithms you will use throughout this year. The datasets for the in-class part of this practical can be downloaded from epfl.ch/teaching/lectures/ml_msc/practical1_data.rar. It is advised to decompress the MLdemos zip file in the desktop folder if you are using an EPFL computer to avoid folder/files path issues. For each dataset, carry out the following tasks and answer the questions. 2. Load your data set Launch mldemos.exe and load a *.data file (Drag and drop the file in MLdemos, or go file > Import > Data (csv,text) ). The data is displayed in its original space. Figure 1: Display of the first two dimensions of the iris data set. Figure 2: Choose the dimensions your data are displayed on (1) and the way they are displayed (2). 3

4 3. Interpret high-dimensional data By default, the data is projected on the first two dimensions (either in the original space or in the projected space). You can change this by selecting the dimensions you want to display your data on: select the dimensions on the bottom left of the main window (Figure 2, (1)). As shown in Figure 3, there are other ways of visualizing your data to display more than two dimensions at the same time, choose from the list (Figure 2, (2)) between Scatterplots (Plot every combination of 2x2 dimensions next to each other. Expect some slowdown if you have a big dataset), Parrallel coordinates (Each datapoint is a line passing through each dimension.), BubblePlots (display a third dimension by varying the size of each datapoint). Figure 3: Different data displays are available. Parallel coordinates and Bubble plots methods. From left to right: Standard, Scatterplots, 4. Project your data To project it with PCA, click on the Algorithms button (Figure 4, Figure 4: How to project your data: open the Algorithms window (1), select the Projections tab (2) and choose PCA (3). Click on Project (4). (1)) and go to the Projections tab (Figure 4, (2)). Select Principal Component Analysis and click on Project. Your data is now projected onto the eigenvectors of its covariance matrix. Note that you can project your data back to its original space by clicking the 4

5 Revert button. The graph of the reconstruction error (Figure 5) when projected on each Figure 5: Reconstruction error and component variance (1). Eigen button (2) to display the eigenvectors in a new window eigenvector and a table with each component s (precentage) variance is shown. This infromation can be useful to get an idea of how much information is stored in each eigencomponent. The Eigen button will display the eigenvectors in a new window. 2.2 In-class questions 1. Using the visualization type: correlations, how many eigen vectors would you expect to achieve a 99% reconstruction error (iris and biotac datasets). 2. What qualitative difference do you see in the data projected onto the first eigenvectors as opposed to the later ones (for all datasets)? Data set description iris This data set was introduced by Sir Ronald Fisher as test dataset for discriminant analysis. It is a multivariate data set consisting of three different different flower types (Iris Setosa, Iris Versicolour, Iris Virginica). Each type of flower is represented by a 4 dimensional vector. 1 Sepal length 2 Sepal width 3 Petal length 4 Petal width The data set in question was taken from the UCI Machine Learning Repository archive.ics.uci.edu/ml/datasets/iris. biotac The biotac data set consists of two classes where each sample has 19 features. The data was recording during a simple sweeping motion on a table top in which all the biotac receptor patches (see figure 6) where in contact with the table. Two sweeping motions were performed which correspond to the two classes. The first sweep was from left to right, whilst the second from right to left. 5

6 (a) (b) Figure 6: a) Biotac finger, meant to be as close as possible to the sensing capabilities of a human finger. b) Each circle represents a sensor, the spacial location of the patches map onto the skin of the finger. 3 Part II: Principal Component Analysis (graded) Face and object images present an interesting source of data as they live in a high-dimensional space (images often have several thousand dimensions). In this part, groups should be using original images that they have gathered through the internet or other sources (personal photos, etc). Note that in the report that you will submit, the images must be a mix of different object types, e.g. mugs, pens, faces etc. When creating the image dataset, keep in mind that you will have to split each dataset into different classes later on in the practicals, therefore make sure to have enough samples for whichever types of objects you choose to have in your dataset. The minimal size for a dataset should be samples (i.e samples per class), but you will realize that a bigger dataset can help your understanding of how the algorithm works. The system should be able to process up to a couple of thousands of samples. Figure 7: PCAFaces plugin GUI for creating image-based datasets and projecting the results into MLDemos. Follow these steps to create your own dataset with images. 1. Launch MLDemos and select Plugins > Input / Output > PCAFaces from the menu. 6

7 2. An interface should pop up (See Figure 7). If you have a camera attached to your computer, it should open up on the left-hand side of the interface and allow you to select a region of the image that can be captured multiple times (e.g. different faces or different face expressions). Alternatively, an image can be loaded and sub-regions of that image be selected as samples. 3. Use the button marked with >> to add the selected regions to the dataset. 4. Once you have selected enough number of samples (all samples will be gathered in the righthand side of the interface), you can assign labels to each sample by left/right-clicking on them. You can left/right-shift-click a sample to change the class label of all samples below. Ctrl+clicking on a sample will remove it from the dataset. Save the dataset once you re satisfied with the results. The dataset is saved as an image which you can open and edit with any imaging software (and which you could for example include in your report). 5. In the PCAFaces window, you select the eigenvectors to project your data on in the bottom right of the window. Figure 8: Selecting the eigenvectors in the PCAFaces window will determine onto which two eigenvectors the data is projected in the main window. 4 Report Write a report of maximum 4 pages (single column, 10pt minimum) in PDF format. Pages beyond the fourth one will be ignored. The best way to write the report is to fill it in as you go during the practical session. Just jotting down some quick notes while you experiment will save you hours once you work on the report itself. A qualitative evaluation should contain images (e.g. screenshots) which exemplify the concepts you want to explain (e.g. an image of a good projection and an image of a bad one). Make sure to plot only a subset of all the plots you may have visualized during the practical. Choose the ones that are the most representative. Make sure that there is no redundancy in the information conveyed by the graphs and thus that each graph presents a different concept. Each graph/image should be accompanied by a caption that explains the content of the image. Bad captions are captions that contain solely the figure number! An example of good caption would typically read as follows: Figure 2: The left plot shows the e1 and e2 projection of 10 images of human faces, typical of those shown in Figure 1. In the main text, refer to all figures using their figure numbers. Bad captions and lack of clear references to pictures in the text will be penalized. 7

8 4.1 Format In this first report, we expect solely a qualitative assessment of the performance and behavior of the system. Your report will be graded on the following aspects: 1. Description of your data set. This would include the number of classes, number of samples per class and the dimensionality of your data. You may provide illustrations depicting a typical member from each class. (20%) 2. Following discussions regarding the PCA algorithm: (a) Discuss the effectiveness of using PCA as a preprocesssing step before classification. Think in terms of the separability of the data in the projected space. (20%) (b) Can you find one or more projections of the data, that would make the classes separable? If this is the case, can you decipher which feature of the data was extracted by the projection and whether these features correspond to your expectations. If you did not manage to find a suitable pair or group of projections to separate the data, discuss why this is the case. (30%) (c) What happens if you do not use all samples to train PCA? (You can do this by right/left + clicking on the samples in the dataset window), e.g., if all objects used in PCA have similar shape/color etc. Repeat this process 3 times by selecting different subgroups of images, and discuss how the choice of training set affects the choice of PCA features and the separability of the data. (30%) 8

MyUni - Turnitin Assignments

MyUni - Turnitin Assignments - Turnitin Assignments Originality, Grading & Rubrics Turnitin Assignments... 2 Create Turnitin assignment... 2 View Originality Report and grade a Turnitin Assignment... 4 Originality Report... 6 GradeMark...

More information

Moodle 2 Assignments. LATTC Faculty Technology Training Tutorial

Moodle 2 Assignments. LATTC Faculty Technology Training Tutorial LATTC Faculty Technology Training Tutorial Moodle 2 Assignments This tutorial begins with the instructor already logged into Moodle 2. http://moodle.lattc.edu/ Faculty login id is same as email login id.

More information

Using SAM Central With iread

Using SAM Central With iread Using SAM Central With iread January 1, 2016 For use with iread version 1.2 or later, SAM Central, and Student Achievement Manager version 2.4 or later PDF0868 (PDF) Houghton Mifflin Harcourt Publishing

More information

Preferences...3 Basic Calculator...5 Math/Graphing Tools...5 Help...6 Run System Check...6 Sign Out...8

Preferences...3 Basic Calculator...5 Math/Graphing Tools...5 Help...6 Run System Check...6 Sign Out...8 CONTENTS GETTING STARTED.................................... 1 SYSTEM SETUP FOR CENGAGENOW....................... 2 USING THE HEADER LINKS.............................. 2 Preferences....................................................3

More information

Storytelling Made Simple

Storytelling Made Simple Storytelling Made Simple Storybird is a Web tool that allows adults and children to create stories online (independently or collaboratively) then share them with the world or select individuals. Teacher

More information

The following information has been adapted from A guide to using AntConc.

The following information has been adapted from A guide to using AntConc. 1 7. Practical application of genre analysis in the classroom In this part of the workshop, we are going to analyse some of the texts from the discipline that you teach. Before we begin, we need to get

More information

TIMSS ADVANCED 2015 USER GUIDE FOR THE INTERNATIONAL DATABASE. Pierre Foy

TIMSS ADVANCED 2015 USER GUIDE FOR THE INTERNATIONAL DATABASE. Pierre Foy TIMSS ADVANCED 2015 USER GUIDE FOR THE INTERNATIONAL DATABASE Pierre Foy TIMSS Advanced 2015 orks User Guide for the International Database Pierre Foy Contributors: Victoria A.S. Centurino, Kerry E. Cotter,

More information

Python Machine Learning

Python Machine Learning Python Machine Learning Unlock deeper insights into machine learning with this vital guide to cuttingedge predictive analytics Sebastian Raschka [ PUBLISHING 1 open source I community experience distilled

More information

STUDENT MOODLE ORIENTATION

STUDENT MOODLE ORIENTATION BAKER UNIVERSITY SCHOOL OF PROFESSIONAL AND GRADUATE STUDIES STUDENT MOODLE ORIENTATION TABLE OF CONTENTS Introduction to Moodle... 2 Online Aptitude Assessment... 2 Moodle Icons... 6 Logging In... 8 Page

More information

Office of Planning and Budgets. Provost Market for Fiscal Year Resource Guide

Office of Planning and Budgets. Provost Market for Fiscal Year Resource Guide Office of Planning and Budgets Provost Market for Fiscal Year 2017-18 Resource Guide This resource guide will show users how to operate the Cognos Planning application used to collect Provost Market raise

More information

/ On campus x ICON Grades

/ On campus x ICON Grades Today s Session: 1. ICON Gradebook - Overview 2. ICON Help How to Find and Use It 3. Exercises - Demo and Hands-On 4. Individual Work Time Getting Ready: 1. Go to https://icon.uiowa.edu/ ICON Grades 2.

More information

2 User Guide of Blackboard Mobile Learn for CityU Students (Android) How to download / install Bb Mobile Learn? Downloaded from Google Play Store

2 User Guide of Blackboard Mobile Learn for CityU Students (Android) How to download / install Bb Mobile Learn? Downloaded from Google Play Store 2 User Guide of Blackboard Mobile Learn for CityU Students (Android) Part 1 Part 2 Part 3 Part 4 How to download / install Bb Mobile Learn? Downloaded from Google Play Store How to access e Portal via

More information

SECTION 12 E-Learning (CBT) Delivery Module

SECTION 12 E-Learning (CBT) Delivery Module SECTION 12 E-Learning (CBT) Delivery Module Linking a CBT package (file or URL) to an item of Set Training 2 Linking an active Redkite Question Master assessment 2 to the end of a CBT package Removing

More information

Evaluating Interactive Visualization of Multidimensional Data Projection with Feature Transformation

Evaluating Interactive Visualization of Multidimensional Data Projection with Feature Transformation Multimodal Technologies and Interaction Article Evaluating Interactive Visualization of Multidimensional Data Projection with Feature Transformation Kai Xu 1, *,, Leishi Zhang 1,, Daniel Pérez 2,, Phong

More information

Moodle Student User Guide

Moodle Student User Guide Moodle Student User Guide Moodle Student User Guide... 1 Aims and Objectives... 2 Aim... 2 Student Guide Introduction... 2 Entering the Moodle from the website... 2 Entering the course... 3 In the course...

More information

PowerTeacher Gradebook User Guide PowerSchool Student Information System

PowerTeacher Gradebook User Guide PowerSchool Student Information System PowerSchool Student Information System Document Properties Copyright Owner Copyright 2007 Pearson Education, Inc. or its affiliates. All rights reserved. This document is the property of Pearson Education,

More information

WiggleWorks Software Manual PDF0049 (PDF) Houghton Mifflin Harcourt Publishing Company

WiggleWorks Software Manual PDF0049 (PDF) Houghton Mifflin Harcourt Publishing Company WiggleWorks Software Manual PDF0049 (PDF) Houghton Mifflin Harcourt Publishing Company Table of Contents Welcome to WiggleWorks... 3 Program Materials... 3 WiggleWorks Teacher Software... 4 Logging In...

More information

i>clicker Setup Training Documentation This document explains the process of integrating your i>clicker software with your Moodle course.

i>clicker Setup Training Documentation This document explains the process of integrating your i>clicker software with your Moodle course. This document explains the process of integrating your i>clicker software with your Moodle course. Center for Effective Teaching and Learning CETL Fine Arts 138 mymoodle@calstatela.edu Cal State L.A. (323)

More information

Houghton Mifflin Online Assessment System Walkthrough Guide

Houghton Mifflin Online Assessment System Walkthrough Guide Houghton Mifflin Online Assessment System Walkthrough Guide Page 1 Copyright 2007 by Houghton Mifflin Company. All Rights Reserved. No part of this document may be reproduced or transmitted in any form

More information

MOODLE 2.0 GLOSSARY TUTORIALS

MOODLE 2.0 GLOSSARY TUTORIALS BEGINNING TUTORIALS SECTION 1 TUTORIAL OVERVIEW MOODLE 2.0 GLOSSARY TUTORIALS The glossary activity module enables participants to create and maintain a list of definitions, like a dictionary, or to collect

More information

Schoology Getting Started Guide for Teachers

Schoology Getting Started Guide for Teachers Schoology Getting Started Guide for Teachers (Latest Revision: December 2014) Before you start, please go over the Beginner s Guide to Using Schoology. The guide will show you in detail how to accomplish

More information

16.1 Lesson: Putting it into practice - isikhnas

16.1 Lesson: Putting it into practice - isikhnas BAB 16 Module: Using QGIS in animal health The purpose of this module is to show how QGIS can be used to assist in animal health scenarios. In order to do this, you will have needed to study, and be familiar

More information

The Keele University Skills Portfolio Personal Tutor Guide

The Keele University Skills Portfolio Personal Tutor Guide The Keele University Skills Portfolio Personal Tutor Guide Accredited by the Institute of Leadership and Management Updated for the 2016-2017 Academic Year Contents Introduction 2 1. The purpose of this

More information

Creating a Test in Eduphoria! Aware

Creating a Test in Eduphoria! Aware in Eduphoria! Aware Login to Eduphoria using CHROME!!! 1. LCS Intranet > Portals > Eduphoria From home: LakeCounty.SchoolObjects.com 2. Login with your full email address. First time login password default

More information

Millersville University Degree Works Training User Guide

Millersville University Degree Works Training User Guide Millersville University Degree Works Training User Guide Page 1 Table of Contents Introduction... 5 What is Degree Works?... 5 Degree Works Functionality Summary... 6 Access to Degree Works... 8 Login

More information

TK20 FOR STUDENT TEACHERS CONTENTS

TK20 FOR STUDENT TEACHERS CONTENTS TK20 FOR STUDENT TEACHERS This guide will help students who are participating in a Student Teaching placement to navigate TK20, complete required materials, and review assessments. CONTENTS Login to TK20:

More information

Introduction to Moodle

Introduction to Moodle Center for Excellence in Teaching and Learning Mr. Philip Daoud Introduction to Moodle Beginner s guide Center for Excellence in Teaching and Learning / Teaching Resource This manual is part of a serious

More information

ACCESSING STUDENT ACCESS CENTER

ACCESSING STUDENT ACCESS CENTER ACCESSING STUDENT ACCESS CENTER Student Access Center is the Fulton County system to allow students to view their student information. All students are assigned a username and password. 1. Accessing the

More information

CHANCERY SMS 5.0 STUDENT SCHEDULING

CHANCERY SMS 5.0 STUDENT SCHEDULING CHANCERY SMS 5.0 STUDENT SCHEDULING PARTICIPANT WORKBOOK VERSION: 06/04 CSL - 12148 Student Scheduling Chancery SMS 5.0 : Student Scheduling... 1 Course Objectives... 1 Course Agenda... 1 Topic 1: Overview

More information

Quick Reference for itslearning

Quick Reference for itslearning Quick Reference for itslearning Frequently Asked Questions... 2 How do I access itslearning?... 2 Who can I contact if I get a problem?... 2 Where can I get help?... 2 Can I get itslearning in my language?...

More information

LMS - LEARNING MANAGEMENT SYSTEM END USER GUIDE

LMS - LEARNING MANAGEMENT SYSTEM END USER GUIDE LMS - LEARNING MANAGEMENT SYSTEM (ADP TALENT MANAGEMENT) END USER GUIDE August 2012 Login Log onto the Learning Management System (LMS) by clicking on the desktop icon or using the following URL: https://lakehealth.csod.com

More information

EXPO MILANO CALL Best Sustainable Development Practices for Food Security

EXPO MILANO CALL Best Sustainable Development Practices for Food Security EXPO MILANO 2015 CALL Best Sustainable Development Practices for Food Security Prospectus Online Application Form Storytelling has played a fundamental role in the transmission of knowledge since ancient

More information

Using Blackboard.com Software to Reach Beyond the Classroom: Intermediate

Using Blackboard.com Software to Reach Beyond the Classroom: Intermediate Using Blackboard.com Software to Reach Beyond the Classroom: Intermediate NESA Conference 2007 Presenter: Barbara Dent Educational Technology Training Specialist Thomas Jefferson High School for Science

More information

EMPOWER Self-Service Portal Student User Manual

EMPOWER Self-Service Portal Student User Manual EMPOWER Self-Service Portal Student User Manual by Hasanna Tyus 1 Registrar 1 Adapted from the OASIS Student User Manual, July 2013, Benedictine College. 1 Table of Contents 1. Introduction... 3 2. Accessing

More information

EdX Learner s Guide. Release

EdX Learner s Guide. Release EdX Learner s Guide Release Nov 18, 2017 Contents 1 Welcome! 1 1.1 Learning in a MOOC........................................... 1 1.2 If You Have Questions As You Take a Course..............................

More information

Field Experience Management 2011 Training Guides

Field Experience Management 2011 Training Guides Field Experience Management 2011 Training Guides Page 1 of 40 Contents Introduction... 3 Helpful Resources Available on the LiveText Conference Visitors Pass... 3 Overview... 5 Development Model for FEM...

More information

Rule Learning With Negation: Issues Regarding Effectiveness

Rule Learning With Negation: Issues Regarding Effectiveness Rule Learning With Negation: Issues Regarding Effectiveness S. Chua, F. Coenen, G. Malcolm University of Liverpool Department of Computer Science, Ashton Building, Ashton Street, L69 3BX Liverpool, United

More information

Online ICT Training Courseware

Online ICT Training Courseware Computing Guide THE LIBRARY www.salford.ac.uk/library Online ICT Training Courseware What materials are covered? Office 2003 to 2007 Quick Conversion Course Microsoft 2010, 2007 and 2003 for Word, PowerPoint,

More information

WHEN THERE IS A mismatch between the acoustic

WHEN THERE IS A mismatch between the acoustic 808 IEEE TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 14, NO. 3, MAY 2006 Optimization of Temporal Filters for Constructing Robust Features in Speech Recognition Jeih-Weih Hung, Member,

More information

Your School and You. Guide for Administrators

Your School and You. Guide for Administrators Your School and You Guide for Administrators Table of Content SCHOOLSPEAK CONCEPTS AND BUILDING BLOCKS... 1 SchoolSpeak Building Blocks... 3 ACCOUNT... 4 ADMIN... 5 MANAGING SCHOOLSPEAK ACCOUNT ADMINISTRATORS...

More information

Creating an Online Test. **This document was revised for the use of Plano ISD teachers and staff.

Creating an Online Test. **This document was revised for the use of Plano ISD teachers and staff. Creating an Online Test **This document was revised for the use of Plano ISD teachers and staff. OVERVIEW Step 1: Step 2: Step 3: Use ExamView Test Manager to set up a class Create class Add students to

More information

Emporia State University Degree Works Training User Guide Advisor

Emporia State University Degree Works Training User Guide Advisor Emporia State University Degree Works Training User Guide Advisor For use beginning with Catalog Year 2014. Not applicable for students with a Catalog Year prior. Table of Contents Table of Contents Introduction...

More information

CS Machine Learning

CS Machine Learning CS 478 - Machine Learning Projects Data Representation Basic testing and evaluation schemes CS 478 Data and Testing 1 Programming Issues l Program in any platform you want l Realize that you will be doing

More information

Rule Learning with Negation: Issues Regarding Effectiveness

Rule Learning with Negation: Issues Regarding Effectiveness Rule Learning with Negation: Issues Regarding Effectiveness Stephanie Chua, Frans Coenen, and Grant Malcolm University of Liverpool Department of Computer Science, Ashton Building, Ashton Street, L69 3BX

More information

Ascension Health LMS. SumTotal 8.2 SP3. SumTotal 8.2 Changes Guide. Ascension

Ascension Health LMS. SumTotal 8.2 SP3. SumTotal 8.2 Changes Guide. Ascension Ascension Health LMS Ascension SumTotal 8.2 SP3 November 16, 2010 SumTotal 8.2 Changes Guide Document Purpose: This document is to serve as a guide to help point out differences from SumTotal s 7.2 and

More information

Preparing for the School Census Autumn 2017 Return preparation guide. English Primary, Nursery and Special Phase Schools Applicable to 7.

Preparing for the School Census Autumn 2017 Return preparation guide. English Primary, Nursery and Special Phase Schools Applicable to 7. Preparing for the School Census Autumn 2017 Return preparation guide English Primary, Nursery and Special Phase Schools Applicable to 7.176 onwards Preparation Guide School Census Autumn 2017 Preparation

More information

Assignment 1: Predicting Amazon Review Ratings

Assignment 1: Predicting Amazon Review Ratings Assignment 1: Predicting Amazon Review Ratings 1 Dataset Analysis Richard Park r2park@acsmail.ucsd.edu February 23, 2015 The dataset selected for this assignment comes from the set of Amazon reviews for

More information

IT Students Workshop within Strategic Partnership of Leibniz University and Peter the Great St. Petersburg Polytechnic University

IT Students Workshop within Strategic Partnership of Leibniz University and Peter the Great St. Petersburg Polytechnic University IT Students Workshop within Strategic Partnership of Leibniz University and Peter the Great St. Petersburg Polytechnic University 06.11.16 13.11.16 Hannover Our group from Peter the Great St. Petersburg

More information

InCAS. Interactive Computerised Assessment. System

InCAS. Interactive Computerised Assessment. System Interactive Computerised Assessment Administered by: System 015 Carefully follow the instructions in this manual to make sure your assessment process runs smoothly! InCAS Page 1 2015 InCAS Manual If there

More information

INSTRUCTOR USER MANUAL/HELP SECTION

INSTRUCTOR USER MANUAL/HELP SECTION Criterion INSTRUCTOR USER MANUAL/HELP SECTION ngcriterion Criterion Online Writing Evaluation June 2013 Chrystal Anderson REVISED SEPTEMBER 2014 ANNA LITZ Criterion User Manual TABLE OF CONTENTS 1.0 INTRODUCTION...3

More information

Minitab Tutorial (Version 17+)

Minitab Tutorial (Version 17+) Minitab Tutorial (Version 17+) Basic Commands and Data Entry Graphical Tools Descriptive Statistics Outline Minitab Basics Basic Commands, Data Entry, and Organization Minitab Project Files (*.MPJ) vs.

More information

The Moodle and joule 2 Teacher Toolkit

The Moodle and joule 2 Teacher Toolkit The Moodle and joule 2 Teacher Toolkit Moodlerooms Learning Solutions The design and development of Moodle and joule continues to be guided by social constructionist pedagogy. This refers to the idea that

More information

Odyssey Writer Online Writing Tool for Students

Odyssey Writer Online Writing Tool for Students Odyssey Writer Online Writing Tool for Students Ways to Access Odyssey Writer: 1. Odyssey Writer Icon on Student Launch Pad Stand alone icon on student launch pad for free-form writing. This is the drafting

More information

DOCTORAL SCHOOL TRAINING AND DEVELOPMENT PROGRAMME

DOCTORAL SCHOOL TRAINING AND DEVELOPMENT PROGRAMME The following resources are currently available: DOCTORAL SCHOOL TRAINING AND DEVELOPMENT PROGRAMME 2016-17 What is the Doctoral School? The main purpose of the Doctoral School is to enhance your experience

More information

Automating Outcome Based Assessment

Automating Outcome Based Assessment Automating Outcome Based Assessment Suseel K Pallapu Graduate Student Department of Computing Studies Arizona State University Polytechnic (East) 01 480 449 3861 harryk@asu.edu ABSTRACT In the last decade,

More information

Faculty Feedback User s Guide

Faculty Feedback User s Guide Faculty Feedback User s Guide Contents Description:... 2 Purpose:... 2 Instructions:... 2 Step 1. Logging in.... 2 Step 2. Selecting a course... 3 Step 3. Interacting with the feedback roster.... 3 Faculty

More information

Outreach Connect User Manual

Outreach Connect User Manual Outreach Connect A Product of CAA Software, Inc. Outreach Connect User Manual Church Growth Strategies Through Sunday School, Care Groups, & Outreach Involving Members, Guests, & Prospects PREPARED FOR:

More information

Urban Analysis Exercise: GIS, Residential Development and Service Availability in Hillsborough County, Florida

Urban Analysis Exercise: GIS, Residential Development and Service Availability in Hillsborough County, Florida UNIVERSITY OF NORTH TEXAS Department of Geography GEOG 3100: US and Canada Cities, Economies, and Sustainability Urban Analysis Exercise: GIS, Residential Development and Service Availability in Hillsborough

More information

Experience College- and Career-Ready Assessment User Guide

Experience College- and Career-Ready Assessment User Guide Experience College- and Career-Ready Assessment User Guide 2014-2015 Introduction Welcome to Experience College- and Career-Ready Assessment, or Experience CCRA. Experience CCRA is a series of practice

More information

Using NVivo to Organize Literature Reviews J.J. Roth April 20, Goals of Literature Reviews

Using NVivo to Organize Literature Reviews J.J. Roth April 20, Goals of Literature Reviews Using NVivo to Organize Literature Reviews J.J. Roth April 20, 2012 Goals of Literature Reviews Literature reviews are a common feature of research in many different disciplines Literature reviews generally

More information

Excel Intermediate

Excel Intermediate Instructor s Excel 2013 - Intermediate Multiple Worksheets Excel 2013 - Intermediate (103-124) Multiple Worksheets Quick Links Manipulating Sheets Pages EX5 Pages EX37 EX38 Grouping Worksheets Pages EX304

More information

TotalLMS. Getting Started with SumTotal: Learner Mode

TotalLMS. Getting Started with SumTotal: Learner Mode TotalLMS Getting Started with SumTotal: Learner Mode Contents Learner Mode... 1 TotalLMS... 1 Introduction... 3 Objectives of this Guide... 3 TotalLMS Overview... 3 Logging on to SumTotal... 3 Exploring

More information

ALEKS. ALEKS Pie Report (Class Level)

ALEKS. ALEKS Pie Report (Class Level) ALEKS ALEKS Pie Report (Class Level) The ALEKS Pie Report at the class level shows average learning rates and a detailed view of what students have mastered, not mastered, and are ready to learn. The pie

More information

Welcome to California Colleges, Platform Exploration (6.1) Goal: Students will familiarize themselves with the CaliforniaColleges.edu platform.

Welcome to California Colleges, Platform Exploration (6.1) Goal: Students will familiarize themselves with the CaliforniaColleges.edu platform. Welcome to California Colleges, Platform Exploration (6.1) Goal: Students will familiarize themselves with the CaliforniaColleges.edu platform. Lesson Time Options This lesson requires one 45-60 minute

More information

Students Understanding of Graphical Vector Addition in One and Two Dimensions

Students Understanding of Graphical Vector Addition in One and Two Dimensions Eurasian J. Phys. Chem. Educ., 3(2):102-111, 2011 journal homepage: http://www.eurasianjournals.com/index.php/ejpce Students Understanding of Graphical Vector Addition in One and Two Dimensions Umporn

More information

Instructor: Mario D. Garrett, Ph.D. Phone: Office: Hepner Hall (HH) 100

Instructor: Mario D. Garrett, Ph.D.   Phone: Office: Hepner Hall (HH) 100 San Diego State University School of Social Work 610 COMPUTER APPLICATIONS FOR SOCIAL WORK PRACTICE Statistical Package for the Social Sciences Office: Hepner Hall (HH) 100 Instructor: Mario D. Garrett,

More information

Appendix L: Online Testing Highlights and Script

Appendix L: Online Testing Highlights and Script Online Testing Highlights and Script for Fall 2017 Ohio s State Tests Administrations Test administrators must use this document when administering Ohio s State Tests online. It includes step-by-step directions,

More information

Indiana Collaborative for Project Based Learning. PBL Certification Process

Indiana Collaborative for Project Based Learning. PBL Certification Process Indiana Collaborative for Project Based Learning ICPBL Certification mission is to PBL Certification Process ICPBL Processing Center c/o CELL 1400 East Hanna Avenue Indianapolis, IN 46227 (317) 791-5702

More information

M55205-Mastering Microsoft Project 2016

M55205-Mastering Microsoft Project 2016 M55205-Mastering Microsoft Project 2016 Course Number: M55205 Category: Desktop Applications Duration: 3 days Certification: Exam 70-343 Overview This three-day, instructor-led course is intended for individuals

More information

Lecture 1: Machine Learning Basics

Lecture 1: Machine Learning Basics 1/69 Lecture 1: Machine Learning Basics Ali Harakeh University of Waterloo WAVE Lab ali.harakeh@uwaterloo.ca May 1, 2017 2/69 Overview 1 Learning Algorithms 2 Capacity, Overfitting, and Underfitting 3

More information

How to set up gradebook categories in Moodle 2.

How to set up gradebook categories in Moodle 2. How to set up gradebook categories in Moodle 2. It is possible to set up the gradebook to show divisions in time such as semesters and quarters by using categories. For example, Semester 1 = main category

More information

EDCI 699 Statistics: Content, Process, Application COURSE SYLLABUS: SPRING 2016

EDCI 699 Statistics: Content, Process, Application COURSE SYLLABUS: SPRING 2016 EDCI 699 Statistics: Content, Process, Application COURSE SYLLABUS: SPRING 2016 Instructor: Dr. Katy Denson, Ph.D. Office Hours: Because I live in Albuquerque, New Mexico, I won t have office hours. But

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Getting Started with Voki Classroom Oddcast, Inc. Published: July 2011 Contents: I. Registering for Voki Classroom II. Upgrading to Voki Classroom III. Getting Started with Voki Classroom

More information

Statewide Framework Document for:

Statewide Framework Document for: Statewide Framework Document for: 270301 Standards may be added to this document prior to submission, but may not be removed from the framework to meet state credit equivalency requirements. Performance

More information

Intel-powered Classmate PC. SMART Response* Training Foils. Version 2.0

Intel-powered Classmate PC. SMART Response* Training Foils. Version 2.0 Intel-powered Classmate PC Training Foils Version 2.0 1 Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE,

More information

Attendance/ Data Clerk Manual.

Attendance/ Data Clerk Manual. Attendance/ Data Clerk Manual http://itls.saisd.net/gatsv4 GATS Data Clerk Manual Published by: The Office of Instructional Technology Services San Antonio ISD 406 Barrera Street San Antonio, Texas 78210

More information

Notes on The Sciences of the Artificial Adapted from a shorter document written for course (Deciding What to Design) 1

Notes on The Sciences of the Artificial Adapted from a shorter document written for course (Deciding What to Design) 1 Notes on The Sciences of the Artificial Adapted from a shorter document written for course 17-652 (Deciding What to Design) 1 Ali Almossawi December 29, 2005 1 Introduction The Sciences of the Artificial

More information

Transformative Education Website Interactive Map & Case studies Submission Instructions and Agreement http://whoeducationguidelines.org/case-studies/ 2 Background What is transformative education? Transformative

More information

Justin Raisner December 2010 EdTech 503

Justin Raisner December 2010 EdTech 503 Justin Raisner December 2010 EdTech 503 INSTRUCTIONAL DESIGN PROJECT: ADOBE INDESIGN LAYOUT SKILLS For teaching basic indesign skills to student journalists who will edit the school newspaper. TABLE OF

More information

Spring 2015 Achievement Grades 3 to 8 Social Studies and End of Course U.S. History Parent/Teacher Guide to Online Field Test Electronic Practice

Spring 2015 Achievement Grades 3 to 8 Social Studies and End of Course U.S. History Parent/Teacher Guide to Online Field Test Electronic Practice Spring 2015 Achievement Grades 3 to 8 Social Studies and End of Course U.S. History Parent/Teacher Guide to Online Field Test Electronic Practice Assessment Tests (epats) FAQs, Instructions, and Hardware

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal home page: www.ajbasweb.com Feature Selection Technique Using Principal Component Analysis For Improving Fuzzy C-Mean

More information

Common Core Exemplar for English Language Arts and Social Studies: GRADE 1

Common Core Exemplar for English Language Arts and Social Studies: GRADE 1 The Common Core State Standards and the Social Studies: Preparing Young Students for College, Career, and Citizenship Common Core Exemplar for English Language Arts and Social Studies: Why We Need Rules

More information

IEEE TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 17, NO. 3, MARCH

IEEE TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 17, NO. 3, MARCH IEEE TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 17, NO. 3, MARCH 2009 423 Adaptive Multimodal Fusion by Uncertainty Compensation With Application to Audiovisual Speech Recognition George

More information

Modeling function word errors in DNN-HMM based LVCSR systems

Modeling function word errors in DNN-HMM based LVCSR systems Modeling function word errors in DNN-HMM based LVCSR systems Melvin Jose Johnson Premkumar, Ankur Bapna and Sree Avinash Parchuri Department of Computer Science Department of Electrical Engineering Stanford

More information

Student Handbook. This handbook was written for the students and participants of the MPI Training Site.

Student Handbook. This handbook was written for the students and participants of the MPI Training Site. Student Handbook This handbook was written for the students and participants of the MPI Training Site. Purpose To enable the active participants of this website easier operation and a thorough understanding

More information

Dialogue Live Clientside

Dialogue Live Clientside Dialogue Live Clientside Logger Setup www.skillsoft.com Copyright 2008 SkillSoft Corporation. All rights reserved SkillSoft Corporation 107 Northeastern Blvd. Nashua, NH 03062 603-324-3000 87-SkillSoft

More information

ACCOUNTING FOR MANAGERS BU-5190-AU7 Syllabus

ACCOUNTING FOR MANAGERS BU-5190-AU7 Syllabus HEALTH CARE ADMINISTRATION MBA ACCOUNTING FOR MANAGERS BU-5190-AU7 Syllabus Winter 2010 P LYMOUTH S TATE U NIVERSITY, C OLLEGE OF B USINESS A DMINISTRATION 1 Page 2 PLYMOUTH STATE UNIVERSITY College of

More information

1 Use complex features of a word processing application to a given brief. 2 Create a complex document. 3 Collaborate on a complex document.

1 Use complex features of a word processing application to a given brief. 2 Create a complex document. 3 Collaborate on a complex document. National Unit specification General information Unit code: HA6M 46 Superclass: CD Publication date: May 2016 Source: Scottish Qualifications Authority Version: 02 Unit purpose This Unit is designed to

More information

Business Analytics and Information Tech COURSE NUMBER: 33:136:494 COURSE TITLE: Data Mining and Business Intelligence

Business Analytics and Information Tech COURSE NUMBER: 33:136:494 COURSE TITLE: Data Mining and Business Intelligence Business Analytics and Information Tech COURSE NUMBER: 33:136:494 COURSE TITLE: Data Mining and Business Intelligence COURSE DESCRIPTION This course presents computing tools and concepts for all stages

More information

OCR for Arabic using SIFT Descriptors With Online Failure Prediction

OCR for Arabic using SIFT Descriptors With Online Failure Prediction OCR for Arabic using SIFT Descriptors With Online Failure Prediction Andrey Stolyarenko, Nachum Dershowitz The Blavatnik School of Computer Science Tel Aviv University Tel Aviv, Israel Email: stloyare@tau.ac.il,

More information

TeacherPlus Gradebook HTML5 Guide LEARN OUR SOFTWARE STEP BY STEP

TeacherPlus Gradebook HTML5 Guide LEARN OUR SOFTWARE STEP BY STEP TeacherPlus Gradebook HTML5 Guide LEARN OUR SOFTWARE STEP BY STEP Copyright 2017 Rediker Software. All rights reserved. Information in this document is subject to change without notice. The software described

More information

Ministry of Education, Republic of Palau Executive Summary

Ministry of Education, Republic of Palau Executive Summary Ministry of Education, Republic of Palau Executive Summary Student Consultant, Jasmine Han Community Partner, Edwel Ongrung I. Background Information The Ministry of Education is one of the eight ministries

More information

Donnelly Course Evaluation Process

Donnelly Course Evaluation Process Donnelly Course Evaluation Process Contents Donnelly Course Evaluation Process... 2 The Rules... 2 From the Student Perspective... 3 From the Faculty Perspective... 7 From the Moodle Admin Perspective...

More information

Parent s Guide to the Student/Parent Portal

Parent s Guide to the Student/Parent Portal Nova Scotia Public Education System Parent s Guide to the Student/Parent Portal Revision Date: The Student/Parent Portal is your gateway into the classroom of the children associated to your account. The

More information

*Lesson will begin on Friday; Stations will begin on the following Wednesday*

*Lesson will begin on Friday; Stations will begin on the following Wednesday* UDL Lesson Plan Template Instructor: Josh Karr Learning Domain: Algebra II/Geometry Grade: 10 th Lesson Objective/s: Students will learn to apply the concepts of transformations to an algebraic context

More information

USER GUIDANCE. (2)Microphone & Headphone (to avoid howling).

USER GUIDANCE. (2)Microphone & Headphone (to avoid howling). Igo Campus Education System USER GUIDANCE 1 Functional Overview The system provide following functions: Audio, video, textual chat lesson. Maximum to 10 multi-face teaching game, and online lecture. Class,

More information

Moodle 3.2 Backup and Simple Restore

Moodle 3.2 Backup and Simple Restore Moodle 3.2 Backup and Simple Restore Center for Effective Teaching and Learning CETL Fine Arts 138 cetl@calstatela.edu Cal State L.A. (323) 343-6594 Table of Contents Create a Backup File of your Course...

More information

ACADEMIC TECHNOLOGY SUPPORT

ACADEMIC TECHNOLOGY SUPPORT ACADEMIC TECHNOLOGY SUPPORT D2L Respondus: Create tests and upload them to D2L ats@etsu.edu 439-8611 www.etsu.edu/ats Contents Overview... 1 What is Respondus?...1 Downloading Respondus to your Computer...1

More information

ACCOUNTING FOR MANAGERS BU-5190-OL Syllabus

ACCOUNTING FOR MANAGERS BU-5190-OL Syllabus MASTER IN BUSINESS ADMINISTRATION ACCOUNTING FOR MANAGERS BU-5190-OL Syllabus Fall 2011 P LYMOUTH S TATE U NIVERSITY, C OLLEGE OF B USINESS A DMINISTRATION 1 Page 2 PLYMOUTH STATE UNIVERSITY College of

More information

Student User s Guide to the Project Integration Management Simulation. Based on the PMBOK Guide - 5 th edition

Student User s Guide to the Project Integration Management Simulation. Based on the PMBOK Guide - 5 th edition Student User s Guide to the Project Integration Management Simulation Based on the PMBOK Guide - 5 th edition TABLE OF CONTENTS Goal... 2 Accessing the Simulation... 2 Creating Your Double Masters User

More information