Difference between revisions of "CSC352 Final Project 2013"

From dftwiki3
Jump to: navigation, search
(Created page with "--~~~~ ---- =<CENTER>CSC352 FINAL PROJECT </CENTER>= <bluebox> The final project is in several parts. You have to pick a particular aspect of the Wikipedia Image Collage pro...")
 
Line 6: Line 6:
 
The final project is in several parts.  You have to pick a particular aspect of the Wikipedia Image Collage problem that requires parallel computation, do some programming to solve some aspect of the problem, and write it up as a research paper using Latex.  The due date for the project is the last day of exams.  There are several events you need to address to fulfill the requirements, including a final presentation of the project on the last day of class, and a self-scheduled 5-10 minute presentation of the project you picked
 
The final project is in several parts.  You have to pick a particular aspect of the Wikipedia Image Collage problem that requires parallel computation, do some programming to solve some aspect of the problem, and write it up as a research paper using Latex.  The due date for the project is the last day of exams.  There are several events you need to address to fulfill the requirements, including a final presentation of the project on the last day of class, and a self-scheduled 5-10 minute presentation of the project you picked
 
</bluebox>
 
</bluebox>
 
+
<br />
 
=Due Date=
 
=Due Date=
 
On or before the last day of exam, please submit electronic versions of all the programs you wrote for the project, along with at least two latex files containing the paper and the bibliography of your research finding.
 
On or before the last day of exam, please submit electronic versions of all the programs you wrote for the project, along with at least two latex files containing the paper and the bibliography of your research finding.
 +
<br />
  
 
=Timing=
 
=Timing=
 +
<br />
  
 
The timing is left up to you, except for two landmarks:
 
The timing is left up to you, except for two landmarks:
 
* A 5-to-10 minute class presentation of the project you picked
 
* A 5-to-10 minute class presentation of the project you picked
 
* A 20-minute presentation of the whole project on the last day of class.
 
* A 20-minute presentation of the whole project on the last day of class.
 +
<br />
  
 
=Picking a Problem=
 
=Picking a Problem=
 +
<br />
  
 
The [http://cs.smith.edu/classwiki/index.php/CSC352_Project_Page_2013 project page in the class wiki] lists several possible project ideas.  Pick one or suggest one that is of interest to you.  Make an appointment with me to go over your selection and clearly define the programming task  you will set for yourself.
 
The [http://cs.smith.edu/classwiki/index.php/CSC352_Project_Page_2013 project page in the class wiki] lists several possible project ideas.  Pick one or suggest one that is of interest to you.  Make an appointment with me to go over your selection and clearly define the programming task  you will set for yourself.
Line 23: Line 27:
  
 
Given that we will work with Hadoop last, you should favor picking something requiring a java multithreaded application or an MPI application written in C.
 
Given that we will work with Hadoop last, you should favor picking something requiring a java multithreaded application or an MPI application written in C.
 +
<br />
  
 
==Discussion==
 
==Discussion==
 +
<br />
  
 
Once you have an idea (or several ideas), make an appointment (30 min) with me to go over the problem you picked, and to get the green light.
 
Once you have an idea (or several ideas), make an appointment (30 min) with me to go over the problem you picked, and to get the green light.
 +
<br />
  
 
==Content==
 
==Content==
 +
<br />
  
 
One of the tasks you need to address in your project is to define some parameter that affects the performance of your program, and measure quantitatively how this parameter affects the performance, and generate one or several graphs that will help others figure out how to make good use of your research.
 
One of the tasks you need to address in your project is to define some parameter that affects the performance of your program, and measure quantitatively how this parameter affects the performance, and generate one or several graphs that will help others figure out how to make good use of your research.
 +
<br />
  
 
=Latex Research Paper=
 
=Latex Research Paper=
 +
<br />
  
 
You need to write up your research effort in a Latex paper.  I have several tutorials in my [[Tutorials| Tutorial]] page showing how to put together a research paper in Latex.  There are also lots of resources available on the Web.  If you are not sure where to look, target the ACM or IEEE society for Latex format they recommend for their conferences.   
 
You need to write up your research effort in a Latex paper.  I have several tutorials in my [[Tutorials| Tutorial]] page showing how to put together a research paper in Latex.  There are also lots of resources available on the Web.  If you are not sure where to look, target the ACM or IEEE society for Latex format they recommend for their conferences.   
Line 47: Line 57:
 
# A section presenting the results of your tuning/experiment.  One or several graphs are required (use whatever package you are familiar with to generate the graph, and then generate png or eps versions of the graph).
 
# A section presenting the results of your tuning/experiment.  One or several graphs are required (use whatever package you are familiar with to generate the graph, and then generate png or eps versions of the graph).
 
# A conclusion section summarizing everything and presenting "open-door" areas of research: areas or problems you discovered during your work that could be interesting for others to explore.  If your result is that your approach was not as good or not as performant as some other published approach, it is still worth mentioning and indicating to others what alternative should be taken in similar situations.
 
# A conclusion section summarizing everything and presenting "open-door" areas of research: areas or problems you discovered during your work that could be interesting for others to explore.  If your result is that your approach was not as good or not as performant as some other published approach, it is still worth mentioning and indicating to others what alternative should be taken in similar situations.
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
[[Category:CSC352]][[Category:Project]]

Revision as of 11:01, 17 October 2013

--D. Thiebaut (talk) 11:00, 17 October 2013 (EDT)


CSC352 FINAL PROJECT

The final project is in several parts. You have to pick a particular aspect of the Wikipedia Image Collage problem that requires parallel computation, do some programming to solve some aspect of the problem, and write it up as a research paper using Latex. The due date for the project is the last day of exams. There are several events you need to address to fulfill the requirements, including a final presentation of the project on the last day of class, and a self-scheduled 5-10 minute presentation of the project you picked


Due Date

On or before the last day of exam, please submit electronic versions of all the programs you wrote for the project, along with at least two latex files containing the paper and the bibliography of your research finding.

Timing


The timing is left up to you, except for two landmarks:

  • A 5-to-10 minute class presentation of the project you picked
  • A 20-minute presentation of the whole project on the last day of class.


Picking a Problem


The project page in the class wiki lists several possible project ideas. Pick one or suggest one that is of interest to you. Make an appointment with me to go over your selection and clearly define the programming task you will set for yourself.

Several people can pick the same problem. The whole class can pick the same problem. You can work in pairs on the programming, but no more than two people per pair.

Given that we will work with Hadoop last, you should favor picking something requiring a java multithreaded application or an MPI application written in C.

Discussion


Once you have an idea (or several ideas), make an appointment (30 min) with me to go over the problem you picked, and to get the green light.

Content


One of the tasks you need to address in your project is to define some parameter that affects the performance of your program, and measure quantitatively how this parameter affects the performance, and generate one or several graphs that will help others figure out how to make good use of your research.

Latex Research Paper


You need to write up your research effort in a Latex paper. I have several tutorials in my Tutorial page showing how to put together a research paper in Latex. There are also lots of resources available on the Web. If you are not sure where to look, target the ACM or IEEE society for Latex format they recommend for their conferences.

You can pick the format you want: 1 column, 2 columns, single or double spaced.

Your paper should try to follow this general outline:

  1. Abstract
  2. An introduction describing the context.
    1. There should be a subsection covering the Wikipedia image collage idea. Use our visit to the museum to give some background. Use some of the projects listed in the project page in the class wiki as references.
    2. There should be a subsection in the introduction giving some background relative to the problem you picked: Who has already done some work in this area? What were their approach? Is yours different? If yes, in what way? If not, is there anything different in the way you implement it? What parameter did you pick as a target of your tuning?
  3. A section describing your problem and your approach to it
  4. A section describing your setup for the tuning of the parameter
  5. A section presenting the results of your tuning/experiment. One or several graphs are required (use whatever package you are familiar with to generate the graph, and then generate png or eps versions of the graph).
  6. A conclusion section summarizing everything and presenting "open-door" areas of research: areas or problems you discovered during your work that could be interesting for others to explore. If your result is that your approach was not as good or not as performant as some other published approach, it is still worth mentioning and indicating to others what alternative should be taken in similar situations.