Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 741 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 741 Bytes

Computational Linear Algebra: PCA, Spectral Clustering, and SVD for NLP

This repository contains final projects for the Computational Linear Algebra for Large Scale Problems course at Politecnico di Torino.

Project Reports

The reports for each homework assignment are available in PDF format:

Code

The corresponding implementation for each homework can be found in the respective folders:

  • HW1: HW_PCA.ipynb
  • HW2: HW2.m
  • HW3: NLP.ipynb

Run these files to reproduce the results.