Skip to content

canclini/summary_recurrent_neural_networks

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages