Bibliography entries, added CircuiTikZ to preamble
This commit is contained in:
parent
b0696d962a
commit
c0194c4e28
@ -6,3 +6,32 @@
|
|||||||
archivePrefix={arXiv},
|
archivePrefix={arXiv},
|
||||||
primaryClass={math.CO}
|
primaryClass={math.CO}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@misc{moosavidezfooli2016deepfool,
|
||||||
|
title={DeepFool: a simple and accurate method to fool deep neural networks},
|
||||||
|
author={Seyed-Mohsen Moosavi-Dezfooli and Alhussein Fawzi and Pascal Frossard},
|
||||||
|
year={2016},
|
||||||
|
eprint={1511.04599},
|
||||||
|
archivePrefix={arXiv},
|
||||||
|
primaryClass={cs.LG}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{goodfellow2015explaining,
|
||||||
|
title={Explaining and Harnessing Adversarial Examples},
|
||||||
|
author={Ian J. Goodfellow and Jonathon Shlens and Christian Szegedy},
|
||||||
|
year={2015},
|
||||||
|
eprint={1412.6572},
|
||||||
|
archivePrefix={arXiv},
|
||||||
|
primaryClass={stat.ML}
|
||||||
|
}
|
||||||
|
|
||||||
|
@article{bartyzel2015signal,
|
||||||
|
author = {Bartyzel, Krzysztof},
|
||||||
|
year = {2015},
|
||||||
|
month = {07},
|
||||||
|
pages = {1-8},
|
||||||
|
title = {Adaptive Kuwahara filter},
|
||||||
|
volume = {10},
|
||||||
|
journal = {Signal, Image and Video Processing},
|
||||||
|
doi = {10.1007/s11760-015-0791-3}
|
||||||
|
}
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
\usepackage[tmargin=2cm,rmargin=1in,lmargin=1in,margin=0.85in,bmargin=2cm,footskip=.2in]{geometry}
|
\usepackage[tmargin=2cm,rmargin=1in,lmargin=1in,margin=0.85in,bmargin=2cm,footskip=.2in]{geometry}
|
||||||
\usepackage{amsmath,amsfonts,amsthm,amssymb,mathtools}
|
\usepackage{amsmath,amsfonts,amsthm,amssymb,mathtools}
|
||||||
\usepackage{listings}
|
\usepackage{listings}
|
||||||
|
\usepackage{circuitikz}
|
||||||
\usepackage[varbb]{newpxmath}
|
\usepackage[varbb]{newpxmath}
|
||||||
\usepackage{xfrac}
|
\usepackage{xfrac}
|
||||||
\usepackage[makeroom]{cancel}
|
\usepackage[makeroom]{cancel}
|
||||||
|
Loading…
Reference in New Issue
Block a user