Paper Title Your Name CMSC 838 Presentation. CMSC 838T – Presentation Motivation u Problem paper is trying to solve  Characteristics of problem  … u.

Slides:



Advertisements
Similar presentations
Analysis of Computer Algorithms
Advertisements

Design Project (Last updated: Nov. 22/2010) Change since August 31: added the notes to the presentation in the next slide.
Title of your presentation Jane Doe Hans Müller TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.: AAAAA.
Bryan Lahartinger. “The Apriori algorithm is a fundamental correlation-based data mining [technique]” “Software implementations of the Aprioiri algorithm.
MassConf: Automatic Configuration Tuning By Leveraging User Community Information Computer Science Wei Zheng, Ricardo Bianchini, Thu Nguyen Rutgers University.
PROJECT TITLE Name Use a total of up to 15 slides.
1 Lecture 14 Language class LFSA –Study limits of what can be done with FSA’s –Closure Properties –Comparing to other language classes.
6.1 Copyright © 2014 Pearson Education, Inc. publishing as Prentice Hall Building Information Systems Chapter 13 VIDEO CASES Video Case 1: IBM: Business.
PROJECT TITLE Names. 2 Overview  Background  Result 1  Result 2  Conclusions.
1 Module 2: Fundamental Concepts Problems Programs –Programming languages.
Whole Genome Alignment using Multithreaded Parallel Implementation Hyma S Murthy CMSC 838 Presentation.
Gene Clustering Using Self- Organizing Maps and Particle Swarm Optimization R. Earl Lewis, Jr. CMSC 838 Presentation.
TurboBLAST: A Parallel Implementation of BLAST Built on the TurboHub Bin Gan CMSC 838 Presentation.
User Personas Assignment IS 485, Professor Matt Thatcher.
All Your Names (everyone should be committed by now)
Solving the Protein Threading Problem in Parallel Nocola Yanev, Rumen Andonov Indrajit Bhattacharya CMSC 838T Presentation.
Your Presentation Title Names of Team members Advisor name EE496A Midterm Presentation Fall, 2006.
Project title (make sure to include your logo) All Your Names Plan on no more than 10 minutes (about 6-7 slides)
Ch 5 Specification page 1CS 368 Context Specification one of the most commonly cited reasons for an IT project failure is unclear objectives and requirements.
Thesis Report Chapter 1 (Introduction)
Design Science Method By Temtim Assefa.
CMPT 880/890 Writing labs. Outline Intro to the writing part of 880 Communication in research Overview of topics Today: Grammar quiz Research writing.
Presented by Greg Durkin For DLTV 27 August, 2015.
Making a great Project 2 OCR 1994/2360. Analysis This is the key to getting it right. Too many candidates skip through this section. It’s worth 20% of.
BMAN Integrative Team Project Week 2 Professor Linda A Macaulay.
Human Computer Interaction
These input devices of a computer. The reason why these are input is they input data to the computer. The data is input to the computer using these devices.
Interviewing 1. Goals of Interviewing  Make sure that the biases and predispositions of the interviewer do not interfere with a free exchange of information.
Graph Data Management Lab, School of Computer Science Add title here: Large graph processing
CMSC 1041 Algorithms II Software Development Life-Cycle.
ICT IGCSE.  Introducing or changing a system needs careful planning  Why?
System Analysis (Part 3) System Control and Review System Maintenance.
Example Template for Project Presentation
Computer Programming Through Game Design and Creation By Victoria Gold Grade 9.
Spatio-Temporal Case-Based Reasoning for Behavioral Selection Maxim Likhachev and Ronald Arkin Mobile Robot Laboratory Georgia Tech.
Lesson 1 Operating Systems, Part 1. Objectives Describe and list different operating systems Understand file extensions Manage files and folders.
What is randomization and how does it solve the causality problem? 2.3.
Project Demonstration Template Computer Science University of Birmingham.
1 Choosing a Computer Science Research Problem. 2 Choosing a Computer Science Research Problem One of the hardest problems with doing research in any.
Paper Title Author/affiliation/ address. Outline (0-1 slide) Motivation Background information/Related works Proposed Method Results Summary Future.
Progress presentation
Visual-FIR: A new platform for modeling and prediction of dynamical Systems Antoni Escobet 1 Àngela Nebot 2 François E. Cellier 3 1 Dept. ESAII Universitat.
Chapter 5 How are software packages developed?. What are the main steps in software project development? Writing Specifications - Analysis Phase Developing.
System Analysis & Design TERM-C. Fida Hussain Yousafzai 2 Chairman department of computer science Kardan Institute of Higher Education-Kabul MSc(computer.
INFOMGP Student names and numbers Papers’ references Title.
How to Write an Abstract Gwendolyn MacNairn Computer Science Librarian.
Software Engineering Testing. These slides are designed to accompany Software Engineering: A Practitioner’s Approach, 7/e (McGraw-Hill 2009). Slides copyright.
Simplifying and Isolating Failure-Inducing Input Andreas Zeller and Ralf Hildebrandt IEEE Transactions on Software Engineering (TSE) 2002.
Structural Bioinformatics Seminar Prof. Haim J. Wolfson1 How to present a lecture in Bioinformatics (an informal guide) Haim J. Wolfson School of Computer.
Course Overview This course encourages candidates to develop their knowledge and understanding of computer systems, the principles of computing (including.
SYSTEM ANALYSIS AND DESIGN LAB NARZU TARANNUM(NAT)
Chapter 5: Software effort estimation
Advanced Higher Computing Science The Project. Introduction Worth 60% of the total marks for the course Must include: An appropriate interface using input.
Systems Development Lifecycle Analysis. Learning Objectives (Analysis) Analysis Describe different methods of researching a situation. State the need.
CS491/691: Introduction to Aerial Robotics YOUR TEAM NAME YOUR TOPIC TITLE (CONTROL, ESTIMATION, ETC)
Learning outcomes 2 Developing Code – Input Output Model
Machine Learning overview Chapter 18, 21
Computational Thinking, Problem-solving and Programming: General Principals IB Computer Science.
Preface to the special issue on context-aware recommender systems
Learning Software Behavior for Automated Diagnosis
The life cycle.
Presenter Name Citation for original publication
Affiliation of presenter
Unit I Flash Cards Start.
Computational Imaging and Display Project Title
Plan to talk for minutes MAX minutes of questions
Presented By Student1 name - Roll no Student2 name - Roll no
 Is a machine that is able to take information (input), do some work on (process), and to make new information (output) COMPUTER.
Computer System.
CS 514 Class presentation template [Replace it with the title of your project] Xiaowei Yang.
Presentation transcript:

Paper Title Your Name CMSC 838 Presentation

CMSC 838T – Presentation Motivation u Problem paper is trying to solve  Characteristics of problem  … u Why do we care  Reasons for solving problem  … u 1-2 slides

CMSC 838T – Presentation Talk Overview u Overview of talk  Motivation  Techniques  Evaluation  Related work  Observations

CMSC 838T – Presentation Techniques u Approach  How techniques in paper try to solve problem  Main intuition(s) behind approach u Algorithm  Steps of algorithm used  Input / output of algorithm u 4-6 slides

CMSC 838T – Presentation Evaluation u Experimental environment  Input data sets  Hardware platforms  Software environment u Evaluation results  Performance of techniques  Comparisons with previous approaches u 1-2 slides

CMSC 838T – Presentation Related Work u Similar / previous approaches  For each related work l Describe technique l How much is the same l How much is different u 1-2 slides

CMSC 838T – Presentation Observations u Your observations  Is technique useful l Real target applications l Sufficient improvement (vs. previous work) l Feasible in practice (in computing power, user effort, etc…)  How much better than previous work  How may technique be improved? u 1-2 slides