Skip to content

Instantly share code, notes, and snippets.

View aburkov's full-sized avatar

Andriy Burkov aburkov

View GitHub Profile
@aburkov
aburkov / dsdr.py
Created April 4, 2016 17:08 — forked from satomacoto/dsdr.py
[He 2012] Document Summarization based on Data Reconstruction
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import numpy as np
class DSDR:
"""Z He, et al. Document Summarization based onData Reconstruction (2012)
http://www.aaai.org/ocs/index.php/AAAI/AAAI12/paper/viewPaper/4991
"""