Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.07 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.07 KB

Homework 6 - Dimension Reduction and Fast Exponential Transform

In this homework, you will find the questions in answers.ipynb. This is convenient for displaying math equations. You can use answers.ipynb for written answers and running simulations/displaying plots.

You can run

conda install --file requirements.txt

to install the packages in requirements.txt

Important Information

This homework is a short one to give you time to work on your project.

Due Date

This assignment is due Thursday, November 16 at 10:00 pm Chicago time.

Grading Rubric

The following rubric will be used for grading.

Total
Problem 0 /25

Correctness will be based on code (i.e. did you provide was was asked for) and the content of answers.ipynb.

To get full points on style you should use comments to explain what you are doing in your code and write docstrings for your functions. In other words, make your code readable and understandable.

Autograder

There is no autograder.