Research Project

For the research project, you will:

  1. Research a current topic in Artificial Intelligence.

    Use papers from the following conferences in your research:
    NOTE: Unless you are "special," you will initially have little to no clue about what most research papers are discussing ... and may feel deterred. No worries. We all start there. Just keep researching until it starts to make sense ... i.e. keep adding vectors to that high dimensional space until your innate unsupervised learning algorithms have enough to go on to automatically detect the "important" features, start classifying vectors of those features, and eventually generate new feature vectors.

    Acceptable reseach topics include:
  2. Based on the research that you've done, do one of the following:
  3. Write a working protoype in original C++ code related to your chosen research topic.

    Note: Use g++ version 4.7.2 as your compiler. This compiler is available on linprog4.cs.fsu.edu as g++47.

    Note: You may also use the C++11 Standard Library, Open Source Computer Vision (OpenCV) version 2.4.4, or Boost version 1.53.0 (esp. the Boost Graph Library (BGL)) in your code. These libraries are available on linprog4.cs.fsu.edu at the following locations:
    Note: OpenCV and certain parts of Boost uses shared libraries; therefore, use -L/usr/local/lib64 -Wl,-rpath,/usr/local/lib64 in your makefile.

  4. Write a Conference-Style Research Paper (a maximum of eight pages) referencing the results of that working prototype.

    Choose one of the following conference formats:
    This Conference-Style Research Paper will have sections in the following order:
    1. Your Title
    2. Your Contact Information
    3. Abstract
    4. Introduction
    5. Background / Prior Work
    6. Your Work
    7. Method of Evaluation / Experiment
    8. Your Results
    9. Conclusion & Future Work
    10. (Optional) Acknowledgements
    11. References

    Note: You must provide and use at least five references in your Research Paper.

  5. Upload your Conference-Style Research Paper, your working C++ protoype (only .cpp files and .h/.hpp files), your makefile, and links to your datasets to the Research Project assignment in BlackBoard:
    1. Logon to the BlackBoard course site at https://campus.fsu.edu.
    2. Once at the course site, press the "Project" button on the left-hand-side menu.
    3. Select "Research Project" from the available assignments.
    4. In the Submission text box, provide the links to your datasets.
    5. Attach PDF file version of your Conference-Style Research Paper.
    6. Attach a ZIP file of your working C++ protoype (only .cpp files and .h/.hpp files) and makefile.
    7. Submit your Research Project.
    Note: Your working C++ prototype must be able to compile on linprog4.cs.fsu.edu using your makefile.

The point of this Research Project is to familiarize you with the format and rigor required to get something published at an Artificial Intelligence conference.