Final Project: Template#

This is a single, running document that will be used for all Jupyter Notebook submissions.

Think of it as a somewhat formal journal for your project. Instead of a final paper, you will be documenting your methodology and observations as you go using markdown. You can find some tips and tricks for markdown here and/or use ECE495 tutorials and lab markdown as examples.

Important: Please be sure to reference your Final Project Information Document to ensure you meet all specs for each submission.

Delete this section and make this notebook your own.


Plans for Jupyter Notebook Checkpoint 1#

List an overview of your work plan for this checkpoint

  • Feel free to make it a bulleted list

  • Then get to work!

# Put all of your code here.

Break your code up into as many sections as you need to and “narrate” what you are doing using markdown. Be sure to provide detailed methodology, to include any assumptions that are required to get certain things to work (example: not implementing real-time learning of delays for path planning).

If you want to know what I mean by detailed, mimic the markdown for your tutorials! You will be the expert on this and will need to give me as much detail as possible (in a concise manner) to help me understand what’s going on.

# more code

Technical Challenges#

You can have a section here or you can list these throughout your markdown as you work through your methodology. If it makes sense to do so, you can combine this with your work plan adjustments. Just make sure it’s clear that you have documented any issues you’ve run into and how you have resolved them.

Work Plan Adjustments#

Discuss any work plans that changed as you worked through this checkpoint and why the changes are justified. You ran out of time or it was too hard are not acceptable reasons.

These changes may be things that changed as you worked through Checkpoint 1, or it could be that as a result of your findings from Checkpoint 1, you’ll need to make adjustments to Checkpoint 2, or both. Just make sure it’s clear.


Plans for Jupyter Notebook Checkpoint 2#

# CODE

Technical Challenges#

Work Plan Adjustments#


Plans for Jupyter Notebook Final Checkpoint#

# CODE

Technical Challenges#

Work Plan Adjustments#

Results#

# CODE

Analysis#

Path Forward#