Research Problem. Outline 1. Learn how to define a research problem in CS field.

Slides:



Advertisements
Similar presentations
Presentation on Artificial Intelligence
Advertisements

Research skills. OUTLINE Mission and Vision What is Research? Ten Steps for Good Research Resources of Research Types of research Skills (Top_5 Skills)
Welcome to the seminar course
What is a Professional Literature Review? Not to be confused with a book review, a literature review surveys scholarly articles, books and other sources.
Project Proposal.
Workshop for Literature Review
But nobody told me this! Planning for success Mario Borunda and Girish Chowdhary (The advise I whish I had been told)
The Literature Review in 3 Key Steps
Information Literacy for MOS ECS November 2010.
Good Research Questions. A paradigm consists of – a set of fundamental theoretical assumptions that the members of the scientific community accept as.
Your professor will give greater authoritative weight to an article on the Maya published in the scholarly journal American Anthropologist... than to.
CSCD 555 Research Methods for Computer Science
introduction to MSc projects
Project Report1 Dave Inman Project report. Project Report2 Ways to write a report Top down: Write the structure of the report (maybe use the web templates.
Completing a Literature Review
CS /29/2004 (Recitation Objectives) and Computer Science and Objects and Algorithms.
Math 105: Problem Solving in Mathematics. Course Description This course introduces students to the true nature mathematics, what mathematicians really.
CS 597 Your Ph.D. at USC The goal of a Ph.D. What it takes to achieve a great Ph.D. Courses Advisor How to read papers? How to keep up-to-date with research?
H E L S I N G I N K A U P P A K O R K E A K O U L U H E L S I N K I S C H O O L O F E C O N O M I C S Orientaatiopäivät 1 Writing Scientific.
Characteristics of Scholarly Writing and Evaluating Secondary Sources.
CS 6190 Finding a Research Topic. The Thesis Equation Topic + Advisor = Dissertation.
Research Methods Nanda Ganesan, Ph.D. Professor of Information Systems California State University, Los Angeles.
The Erik Jonsson School of Engineering and Computer Science Ph.D. in CS/SE at UTD Balaji Raghavachari Department of Computer Science University of Texas.
COMP 1001: Introduction to Computers for Arts and Social Sciences.
Reading and Writing at the Graduate Level By Kevin Eric DePew & Julia Romberger June 26, 2007.
KEEP CALM AND TRY AGAIN The Evolution of a Library Research Assignment 2013 Missouri Library Association Annual Conference.
General Advice on CSE Research* Bharat Jayaraman CSE Department
Periodical Databases Full-text article – entire textual contents of article in online format Abstract – brief summary of article Citation – basic information.
Conducting Research Nanda Ganesan, Ph.D. Professor of Information Systems California State University, Los Angeles.
© UNT in partnership with TEA1 7 th Grade Career Exploration Module Career Focus: Computer Software Engineer.
Research in Computing สมชาย ประสิทธิ์จูตระกูล. Success Factors in Computing Research Research Computing Knowledge Scientific MethodAnalytical Skill Funding.
1 CS 178H Introduction to Computer Science Research Why Do an Honors Thesis?
LEARNING ABOUT A TOPIC 10/20/11. Class Takeaways  Formulated “working knowledge” of your topic  A way to refine your topic  An essay time-line  An.
Some years ago, CarTech CEO told us: What I want to see in our new hires is:
Primary and Secondary Literature Finding good sources for research.
Measuring Value and Outcomes of Reading Dr. Carol Tenopir University of Tennessee
Basic Research Methods The “secret” –Build on the “magical” questions What’s the problem? Why’s the problem a problem? What’s the solution? Why’s the solution.
Michael Arbib: How to Get a Ph.D.January How to Get a Ph.D. 1. Why get a Ph.D.? 2. Finding an Advisor 3. Screening 4. Breadth and Depth 5. What.
Researching & Writing a Literature Review Karen Ciccone NCSU Libraries.
Publishing Journal Articles Claire McMurray, Ph.D., KU Writing Center.
Math 105: Problem Solving in Mathematics
How to Read Research Papers? Xiao Qin Department of Computer Science and Software Engineering Auburn University
Research Methods and Techniques Lecture 8 Technical Writing 1 © 2004, J S Sventek, University of Glasgow.
The subject of a scholarly article is based on original research.
The Erik Jonsson School of Engineering and Computer Science Dissertation and beyond: Ph.D. in CS/SE at UTD Dr. Balaji Raghavachari Department of Computer.
ITEC0700/ NETE0501/ ISEC0502 Research Methodology#2 Suronapee Phoomvuthisarn, Ph.D.
Literature Review Related Science, Knowledge, and Practice – The Context of the Study Back to Class 4.
Literature Search Bill Barrett (originator) David W. Embley (editor)
Starting New Research Projects and Building Collaborations Early Career Faculty Workshop 2015 Sarah Penniston-Dorland University of Maryland.
The Outline. Introduction Outline 1 Introduction 1.1 Problem Statement –In engineering, a problem is usually in the form of: –Given (some condition) –Subject.
Research Problem and Literature Review. Outline 1. Learn how to define a research problem in CS field. 2. Learn how to conduct a Literature Review.
Course Overview  What is AI?  What are the Major Challenges?  What are the Main Techniques?  Where are we failing, and why?  Step back and look at.
1 Choosing a Computer Science Research Problem. 2 Choosing a Computer Science Research Problem One of the hardest problems with doing research in any.
Doctoral Seminar 2007 Debrup Chakraborty. All proceedings in this class would be in English. It is unfortunate that most scientific proceedings today.
Writing a Science or Engineering Paper: It is just a story Frank Shipman Department of Computer Science Texas A&M University.
Why apply to graduate programs? Better job choices Ability to have more control over your career Enriching research that can have long lasting affects.
CMNS 110: Term paper research
Literature Surveys Source : : Keshav P. Dahal (Bradford University)
7 Big Ideas of Computing:
Done Done Course Overview What is AI? What are the Major Challenges?
CMNS 110: Term paper research
Library You need to access the IUP Library to conduct your literature review Useful databases include Academic Search Complete, Medline, etc. Be sure to.
How to Read Research Papers?
For academic research Using Google Scholar For academic research
สมชาย ประสิทธิ์จูตระกูล
How to Locate and Cite Online Resources
CSCD 506 Research Methods for Computer Science
CMNS 110: Term paper research
CAP6778: Advanced Data Mining Fall 2010 Dr
Collecting a Research Library
Presentation transcript:

Research Problem

Outline 1. Learn how to define a research problem in CS field.

How to Find Research Problems “There were two kinds of scientists: big-bone hunters and small-bone hunters” The biological anthropologist Loren Eiseley If Eiseley had been a programmer, he would have called this "bottom-up science."

How to Find Research Problems Computer science includes many different kinds of research efforts. You can contribute to one of these 1. The smallest bone in CS –implementation of someone else's work. –Not original but useful to your education and to the field. Example : Implementation of an authentication algorithm.

How to Find Research Problems 2. A significant small bone that improves a well- known technique. –When reading papers, stay on the lookout for such bones. In particular, notice when the author may be making harmful simplifications or arbitrary choices in his/her approach. These are opportunities for you to try something different..

How to Find Research Problems 3. (Medium Size Bone) Along the same lines, you might make a controlled comparison of two or more algorithms – Evaluating them by some objective measure of efficiency or accuracy. –Designing a clean comparison does take thought, and carrying it out is often a lot of work. –Note that quantitative studies of this sort are becoming increasingly important in some areas of CS (e.g., operating systems, machine learning, natural language, algorithms). –Example : Comparison between genetic algorithms and particle swarm optimizationComparison between genetic algorithms and particle swarm optimization

How to Find Research Problems 4. Review the existing research in some area. Note that this takes a good deal of time to do well, and is not likely to do much for your career unless a lot of people read and cite your lit review. Writing a lit review will make you 1.An expert, able to talk confidently with other researchers in the area; 2.it will give you an idea of the shortcomings of past research; 3. and it may suffice for M.S.E. thesis, or the first part of a Ph.D. thesis. Example “Brain–Computer Interface Technologies in the Coming Decades” This paper focuses on using online brain–signal processing to enhance human–computer interactions; it highlights past and current BCI applications and proposes future technologies that will make significant expansion into education, entertainment, rehabilitation, and human– system performance domains.

How to Find Research Problems 5. Build a large program or device of some kind. This gets you some name recognition confirms your ability as a software engineer. Ex; King Abdulaziz City for Science and Technology’s SANAM 6. Identify various problems or issues as significant. These often represent big bones in the skeleton of the field – problems that arise often, and whose solution makes a difference. How ? Get to know some of these problems and the work that's been done on them. If you see how to achieve the first-ever solution, or a better solution, or a different style of solution, that's a big deal. Example : 3D Gaze estimation. (vedio)

How to Find Research Problems 7. Big-bone Research 1. study important papers in your branch of computer science, flip through some conference proceedings to see what people are working on 2. ask: What problems (recognized or unrecognized) are obstructing progress in my field? Can I solve them? If not, can I at least formalize them? Can I prove to my colleagues that solving them would make a difference?

TOPICS DISCUSSION

Literature Search Google scholar Microsoft academic research Saudi Digital library

Assignment#1 Submit by –20 articles –Top conferences or journals

HOW TO READ A PAPER