tools4ds / DS701-Course-Notes

Repository for DS701 course book and slides
4 stars 1 forks source link

SVD Lecture II #145

Closed sladenheim closed 2 weeks ago

sladenheim commented 2 weeks ago

This PR adjusts the content of the SVD II lecture. It now focuses on dimensionality reduction and introduces tSNE.

Closes #93

review-notebook-app[bot] commented 2 weeks ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

trgardos commented 2 weeks ago

Care to comment on changes made to SVD I and kNN lectures?

sladenheim commented 2 weeks ago

I noticed on the course notes webpage that kNN was producing a SyntaxWarning (https://tools4ds.github.io/DS701-Course-Notes/15-Classification-II-kNN.html). The minor change I made fixed it. It's because the latex inside of plots needs double \.

I changed the SVD1 lecture based on your comments in issue #143 to make the rank r match rank k.

I can always make more atomic PRs so that we don't group things together. I just figured I could fix those with this PR.

sladenheim commented 2 weeks ago

I addressed most of the comments except the ones that are unresolved.

I removed the height and weight example and show a synthetic dataset that has one direction with a lot of variance and another with less. This illustrates the point I was trying to make much better. I also removed the figure in the transformed space since it is not that informative. They see the transformed data with the digits example.

Let me know what you think.