cs533 Project 4

U-Pick - Design Your Own Project

Proposal due date: Wednesday, April 14th (earlier is fine)

Project due date: Sunday, April 25th


Index


Overview

You are to design, implement and evaluate a project of your choosing. The emphasis of the project can vary, from implementation of a new benchmark, to modification of an existing benchmark, to measurement of several system alternatives, to comparison of different computer benchmarks. Whatever you choose, your projects will require a detailed performance evaluation report.


Proposal

You will submit a proposal to me about 1.5 weeks before your project is due. In the proposal, you will outline the work that will constitute your project. It should include:

  1. An overview of the type of project (simulation, measurement, evaluation, ...).
  2. A brief description of any major implementation tasks, tools to learn, systems to setup, etc.
  3. A timeline for the expected completion of major tasks.
  4. A grading guide of where points should be allocated for your project based on amount of effort it will require (you will submit a revised version of this with your final report).
  5. A summary of what you hope to learn.

Your proposal should be about 1-2 pages in length.


Project

There are many possible projects that are suitable. If in doubt, you can run ideas by me briefly via email before starting work on the proposal.

This project is not intended to be an extra large project. Roughly, it should be the same size in total effort as your other projects (1 and 2). So, don't bite off more than you can chew. Especially remember to allocate appropriate time and effort to any new technology you incorporate into your project that you need to learn.

Below is a list of some example topics for projects and should not be considered a complete list of possibilities. You will do a better project, and have more fun doing it, if you choose a performance problem that interests you.

There are many more possibilities.

Any chosen project should, of course, pertain to material covered in class.


Report

No matter what the implementation effort of your project, you must include a report. The focus of the report may vary, somewhat, but it will contain elements common to the evaluation summaries we have seen thus far in class, including:

  1. A 200-300 word abstract, clearly summarizing your chosen problem, stating why it is interesting, what methodology you used to address it and a summary of your main results and conclusions.

  2. Introduction, indicating motivation, problem statement and hypotheses.

  3. Background, providing any details needed to understand your work. It should include a summary of work that you know about in this area (with proper citations, as appropriate).

  4. Detailed explanation of your methodology, including design of experiments, providing details on measurement methods, factors, levels, etc.

  5. Results and analysis. This should include an explanation and interpretation of your results using appropriate statistical techniques.

  6. Summary, including conclusions you can draw from your analysis. For this project, you should include a brief description of what you learned above and beyond the scientific conclusions.

  7. A grading guide of where points should be allocated for your project based on amount of effort it will require (an updated version of what appeared in your proposal).


Hand In

You must turn in appropriate material so your project can be evaluated:

Tar up (with gzip) your files, for example:

    mkdir login-name
    cp * login-name  /* copy all your files to submit to directory */
    tar -czf login-name.tgz long-name

then attach login-name.tgz to an email with "cs533_proj4" as the subject. Type elm -scs525_proj4 < login-name.tgz to send it, if that is easier.


Return to the 533 Home Page

Send all questions to (claypool at cs.wpi.edu).