canclini / summary_recurrent_neural_networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

As part of the Machine Learning Module from the DAS Data Science education at ZHAW, I wrote a summary paper in german about "A Critical Review of Recurrent Neural Networks for Sequence Learning" (Lipton, Berkowitz, Elkan).

Dependencies

  • pandoc
  • TeX distribution (only for PDF)
  • bibtex file (generated with Zotero)
  • Sublime Text 3 (ST3)
    • Markdown Extended
    • CiteBibtex
    • Pandoc

Hints

in SublimeText 3:

  • F10 shows the entries from the bibtex.bib
  • "CiteBibtex: extract citations in current file" -> extracts the used citations and stores them in a local bibex file
  • "Pandoc" -> "PDF" creates the PDF file from the markdown file

on the command line run the following command to create the PDF document from the markdown file:

pandoc summary_RNN_Marcel_Canclini.mdown --latex-engine=xelatex --filter pandoc-citeproc -o Recurrent\ Neural\ Networks\ \(Marcel_Canclini\).pdf

About

License:MIT License


Languages

Language:TeX 100.0%