Introduction to Data Processing Michael J. Watts

Slides:



Advertisements
Similar presentations
Some learnings and open questions from the Montpellier DSM workshop First DSM working group meeting University of Miskolc, Hungary, 7-8 April, 2005 P.
Advertisements

Requirements gathering
Instructional Technology vs. Educational Technology
25 February 2009Instructor: Tasneem Darwish1 University of Palestine Faculty of Applied Engineering and Urban Planning Software Engineering Department.
Chapter 4 Design Approaches and Methods
1http://img.cs.man.ac.uk/stevens Interaction Models of Humans and Computers CS2352: Lecture 7 Robert Stevens
Chapter one Concepts of Records Management RECORDS MANEGEMENT FOR ADMINISTRATIVE PROFESSIONALS.
MATLAB Presented By: Nathalie Tacconi Presented By: Nathalie Tacconi Originally Prepared By: Sheridan Saint-Michel Originally Prepared By: Sheridan Saint-Michel.
James Tam What HCI (and this course) all about 1 1 These notes are based roughly upon the optional reading a Taxonomy of HCI optional reading
Web- and Multimedia-based Information Systems. Assessment Presentation Programming Assignment.
Information Retrieval in Practice
Usability Evaluation Evaluation should occur continually through the design and implementation process. Evaluation methods are applied as the interface.
CHAPTER 3 COLLECTIONS Abstract Data Types. 2 A data type consists of a set of values or elements, called its domain, and a set of operators acting on.
Intelligent Blended Learning Objects: Developing Student Models Trevor Barker Blended Learning Unit Introduction In Higher Education today, and in general,
HCI and Usability Issues of Multimedia Internet broadcasting Lecture 3.
IS 425 Enterprise Information I LECTURE 4 Autumn  2004 Norma Sutcliffe.
Software Requirements
© Anselm SpoerriInfo + Web Tech Course Information Technologies Info + Web Tech Course Anselm Spoerri PhD (MIT) Rutgers University
Internet Resources Discovery (IRD) IBM DB2 Digital Library Thanks to Zvika Michnik and Avital Greenberg.
Software Engineering Incorporating Interface Design Into Software Engineering.
The Implicit Mapping into Feature Space. In order to learn non-linear relations with a linear machine, we need to select a set of non- linear features.
Survey. Orientation. Research. IS and Research Analytical methods for Information Systems Professionals Week 1 Lecture 2.
Human Computer Interaction (HCI)
Topics Covered Abstract Headings/Subheadings Introduction/Literature Review Methods Goal Discussion Hypothesis References.
Overview of Search Engines
Introduction to the course January 9, Points to Cover  What is GIS?  GIS and Geographic Information Science  Components of GIS Spatial data.
Purposes of data visualisations Term 2 – Week 10 VCE IT – UNIT 2.
What is R By: Wase Siddiqui. Introduction R is a programming language which is used for statistical computing and graphics. “R is a language and environment.
Man and Machine: Introduction to Module Damian Gordon.
August 12, 2004IAML - IASA 2004 Congress, Olso1 Music Information Retrieval, or how to search for (and maybe find) music and do away with incipits Michael.
Introduction to Risk Management C7 Slide 1. The Concept of Safety  ‘Safety’ refers to the reduction of risk to a tolerable level  Risk = Likelihood.
LIS510 lecture 3 Thomas Krichel information storage & retrieval this area is now more know as information retrieval when I dealt with it I.
1 Macmillan Academy - ICT Department Unit 2 – ICT In Organisations UNIT 2 – ICT IN ORGANISATIONS.
Communication Research
Multimedia Specification Design and Production 2013 / Semester 1 / week 9 Lecturer: Dr. Nikos Gazepidis
BTEC Unit 06 – Lesson 08 Principals of Software Design Mr C Johnston ICT Teacher
Measurement Theory Michael J. Watts
Pajek – Program for Large Network Analysis Vladimir Batagelj and Andrej Mrvar.
CS212: DATA STRUCTURES Lecture 1: Introduction. What is this course is about ?  Data structures : conceptual and concrete ways to organize data for efficient.
Particle Filters.
Qualitative and quantitative data Michael J. Watts
Identify a Health Problem Qualitative Quantitative Develop Program -theory -objectives -format -content Determine Evaluation -design -sampling -measures.
 hd.jpg hd.jpg Information Retrieval and Interaction.
Maths Counts Insights into Lesson Study 1. Mairead Guiney Tomás Twomey 5 th Year Higher Level Carnival Games: Leaving Cert Probability 2.
Research Methodology CCCCourse contents 1. Overview of selected methods used in conducting public health research including Rehabilitation. 2. Insight.
MIND: An architecture for multimedia information retrieval in federated digital libraries Henrik Nottelmann University of Dortmund, Germany.
Error & Uncertainty: II CE / ENVE 424/524. Handling Error Methods for measuring and visualizing error and uncertainty vary for nominal/ordinal and interval/ratio.
Foundation Degree IT Project Milestone 2: Research and Analysis.
Views of Data Data – nouns of programming world the objects that are manipulated information that is processed Humans like to group information Classes,
WISPER receives funding from the European Commission’s Information Societies Technology (IST) Programme IST WISPER Dr Gary Randall British Maritime.
1 1 Slide © 2004 Thomson/South-Western Body of Knowledge n The body of knowledge involving quantitative approaches to decision making is referred to as.
Team Members Ming-Chun Chang Lungisa Matshoba Steven Preston Supervisors Dr James Gain Dr Patrick Marais.
1 IRU Data versus information Geoff Leese Sept 2001, revised Sept 2002, Sept 2003, August 2008, October 2009.
CSCI 4800/6800 Human-Computer Interaction Eileen Kraemer 1/11/05.
The Object-Oriented Database System Manifesto Malcolm Atkinson, François Bancilhon, David deWitt, Klaus Dittrich, David Maier, Stanley Zdonik DOOD'89,
HCI Meeting 1 Thursday, August 26. Class Activities [1] Student questionnaire Answer the following questions: 1.When and where was the computer mouse.
Structure overview Introduction Analysis Design Implementation Evaluation Discussion Related works Conclusion.
Psychology A2. Objectives Give overview of topics to be covered at A2 examination structure Style of questions.
Statistical process model Workshop in Ukraine October 2015 Karin Blix Quality coordinator
Data statistics and transformation revision Michael J. Watts
HCC 831 User Interface Design and Evaluation. What is Usability?
Information Retrieval in Practice
Crash rate per hundred-million Vehicle Kilometers
Measurement Theory Michael J. Watts
Research Skills.
Human computer interaction-com 402
Descriptive Statistics
Fundamentals of Human Computer Interaction (HCI)
User Interface Design and Evaluation
Presentation transcript:

Introduction to Data Processing Michael J. Watts

What's it all about? Every information system has to deal with data Any non-trivial system will have to collect, process and present data So, we need to understand  Sources and types of data  How data is represented and stored  The theory of information systems  How data is analysed and transformed  How data is presented to users

Sources and Types of Data Some issues in this section are:  Where does data come from?  What processes do the data represent?  What issues are involved in collecting data? Why study it?  Understanding the problem is crucial to developing a system to represent it  If data is collected improperly it is useless

Sources and Types of Data Topics we will cover in this section  Quantitative and qualitative data  Macromolecular and physical data  Image and sound data

Data Representation and Storage Some issues in this section are:  How is data represented and stored?  What data structures are appropriate for particular applications? Why study it?  In implementing an information system, it is necessary to store data  The correct choice will make implementing the system much easier

Data Representation and Storage Topics we will cover in this section:  Data structures  Metadata

Theory of Information Systems Why study it?  All practical methods are based on theory  An understanding of the theory will assist in making the appropriate choices when creating an information system  An understanding of theory can stop you doing something stupid

Theory of Information Systems Topics we will cover in this section  Probability  Information theory  Data compression  Measurement theory  Formal language theory  Computer theory

Data Analysis and Transformation Some topics in this section are:  What is data analysis?  What is data transformation?  What methods are appropriate for different data sets? Why study it?  Analysis of data aids understanding the problem  Transformation of data can ease analysis

Data Analysis and Transformation Topics we will cover in this section  Statistical methods  Feature selection and extraction  Clustering  Linear & non-linear transforms

Presentation of Data and Information Some issues in this section are:  How do you visualise data?  How do you design user interfaces?  How do you communicate data to the user? Why study it?  Data becomes information when it is presented to a user  Inappropriate presentation of data can have fatal consequences

Presentation of Data and Information Topics covered in this section are:  Cognitive factors of HCI  Designing UI and communicating data  Visualisation of data in 2 & 3 dimensions  Usability evaluation