Monday, September 22, 2014

Distributed vs. Distributional Representations

Distributed Representations = Learnt using Deep Learning methods. Distributed over the parameter space. Dense, lower dimensional embeddings.

Distributional Representations = Counted from a corpus. Classical distributional hypothesis. Sparse, High dimensional.

Saturday, September 20, 2014

My referencing workflow

I use BibDesk for reference management. After a major academic event such as a conference, I access the proceedings website using BibDesk. ACL anthology indexes all papers for NLP conferences, IEEE Explorer can be used for IEEE conferences, ACM digital library works for ACM conferences, and Google Scholar in general for any. The BibTex entries can be imported to BibDesk from within BibDesk with a url to the paper. That is it. I then assign papers a To READ tag (keyword) or to a Prority Reading list. I then read those papers and assign keywords and annotations. I use Skim for reading and annotating PDFs on Mac.

For PDFs I find online, I send them to CiteULike and then import them to BibDesk from there. CiteULike can extract most of the attributes from PDFs (scientific papers) such as title and authors. I can use BibDesk again to access CiteULike and import these references.

Mendely is also a good tool if you want to find related papers.

This is my workflow.

Sunday, September 14, 2014

Remove duplicate entries from launch services

Run the following command as explained here

/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user

Continuously monitor GPU usage

 For nvidia GPUs do the follwing: nvidia-smi -l 1