├── .gitignore ├── README.md ├── commentary.tex ├── make.sh ├── math_commands.tex ├── natbib.bst ├── notation.bib ├── notation.tex ├── notation_example.pdf ├── notation_example.tex ├── settings.tex └── venn.pdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodfeli/dlbook_notation/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodfeli/dlbook_notation/HEAD/README.md -------------------------------------------------------------------------------- /commentary.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodfeli/dlbook_notation/HEAD/commentary.tex -------------------------------------------------------------------------------- /make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodfeli/dlbook_notation/HEAD/make.sh -------------------------------------------------------------------------------- /math_commands.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodfeli/dlbook_notation/HEAD/math_commands.tex -------------------------------------------------------------------------------- /natbib.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodfeli/dlbook_notation/HEAD/natbib.bst -------------------------------------------------------------------------------- /notation.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodfeli/dlbook_notation/HEAD/notation.bib -------------------------------------------------------------------------------- /notation.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodfeli/dlbook_notation/HEAD/notation.tex -------------------------------------------------------------------------------- /notation_example.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodfeli/dlbook_notation/HEAD/notation_example.pdf -------------------------------------------------------------------------------- /notation_example.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodfeli/dlbook_notation/HEAD/notation_example.tex -------------------------------------------------------------------------------- /settings.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodfeli/dlbook_notation/HEAD/settings.tex -------------------------------------------------------------------------------- /venn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodfeli/dlbook_notation/HEAD/venn.pdf --------------------------------------------------------------------------------