Skip to content

Latest commit

 

History

History
98 lines (85 loc) · 4.59 KB

assignments.md

File metadata and controls

98 lines (85 loc) · 4.59 KB
layout title description nav_order
page
Assignments
Information on programming assignments.
980

Programming Assignments (PA)

PA1: Automatic Differentiation and Transformers

  • Release Date: Sunday, 01/19/2025
  • Starter Code: Github
  • Remember do not use a public repo for your solution!
  • Due Date: 02/09/2025
  • Upload to Gradescope

Instructions and Caveats

  • Academic integrity:
    • It is okay to discuss the assignment with your peers at a conceptual level. It is also okay to post conceptual or high-level questions, logistical questions, and useful references on Piazza. But do not share any code and do not post any of your solution code for discussion. A student's code submission must be entirely their own.
    • Do not go searching for any code posted online by other students or prior editions. We will use advanced program analysis tools to compare your code submissions. These go well beyond basic string or syntactic comparisons to catch plagiarism.
    • If plagiarism is detected in your code or if any other form of academic integrity violation is identified, you will get zero for that component of your score and get downgraded substantially. I will also notify the University authorities for appropriate disciplinary action to be taken, up to and including expulsion from the University.
<script src="../assets/darkmode.js"></script> <script> window.addEventListener("DOMContentLoaded", (event) => { onLoad(); }); </script>