EECS 491 – Probabilistic Graphical Models Assignment 5 solution

$30.00

Original Work ?
Category: You will Instantly receive a download link for .ZIP solution file upon Payment

Description

5/5 - (5 votes)

Exercise 1: Write a gradient-based algorithm to learn the independent components, i.e. the mixing matrix,
given a matrix where the rows contain samples from different sources.
Exercise 2: Generate synthetic mixtures from a known mixing matrix and sparse independent samples.
Use these to verify your implementation of ICA algorithm.
Exercise 3: Apply your algorithm to the sound mixtures to recover the original sources.
Important Dates
• Mon Apr 16 – Group discussions. Discussion summaries are due by midnight.
• Mon Apr 23 – Group presentations.
• Wed Apr 25 – Final notebooks are due before midnight. Submit all notebooks (or pdfs) to Canvas.
• Mon Apr 30 – Peer evaluations are due before noon.
Requirements
• You are required to use git to manage your code and notebook and make commits regularly to show
your progress. You must make a submission of your code and notebooks to canvas before each group
discussion, group presentations, and the final due date.
• Use one jupyter notebook (or latex-generated pdf file) per exercise.
• Each notebook should include all necessary text, math, code, and results for clearly explaining your
work to others. In addition to submitting the notebooks (the .ipynb files) you should also submit the
export of the notebook to a pdf file.
• If you are using a language that does not support jupyter, you must create a pdf notebooks using latex.
Use separate pdfs for each notebook.
• After the discussion session, you should submit your feedback to others’ work on canvas in their
submission page.
Group Discussions
The goal of this discussion is for each member of the group to have a clear idea of how to approach all the
exercises in the assignment. You are free to ask any questions and offer any help that helps toward
completing the assignment. A good outcome would be for everyone to have gotten a good start on the
first two exercises.
Group Presentations
Each member of the group will have 7-8 min to present their notebooks to the other members of the
group. Group members should take notes on each presentation for peer review of the final submission
(due the following Monday via Canvas). Students are expected to use the feedback from the group to
improve their notebooks before final submission. An group selected moderator will ensure that everyone
stays within the time limits and that feedback is constructive.
Peer Evaluations
Group members are responsible for evaluating each of the other group members on completeness, clarity
and depth understanding, correctness, thoroughness, and creative exploration. As well as a brief
summary. Criteria are scored on a scale of 0-3. Details are in the rubric.