changed benedikts

This commit is contained in:
Simon Klüttermann 2022-04-01 13:46:03 +02:00
parent eae6af55bc
commit b36180b17c
5 changed files with 26 additions and 26 deletions

View File

@ -1,10 +1,10 @@
{
"index":3,
"title":"Adversarial Examples",
"paper":"Intriguing properties of neural networks",
"paper":"Practical Black-Box Attacks against Machine Learning",
"chapter":"10.4",
"by": "Szegedy, Zaremba, et al.",
"when": "2013",
"by": "Papernot, McDaniel, et al.",
"when": "2016",
"who": "Benedikt Böing",
"mail": "benedikt.böing@cs.uni-dortmund.de",
"note1":"Slight changes in a neural network can change its output drastically",

View File

@ -1,9 +1,9 @@
[0] Config.pm:311> INFO - This is Biber 2.16
[0] Config.pm:314> INFO - Logfile is 'slides.blg'
[55] biber:340> INFO - === Fr Apr 1, 2022, 13:12:40
[65] Biber.pm:415> INFO - Reading 'slides.bcf'
[116] Biber.pm:952> INFO - Found 0 citekeys in bib section 0
[121] Utils.pm:395> WARN - The file 'slides.bcf' does not contain any citations!
[126] bbl.pm:654> INFO - Writing 'slides.bbl' with encoding 'UTF-8'
[127] bbl.pm:757> INFO - Output to slides.bbl
[127] Biber.pm:128> INFO - WARNINGS: 1
[51] biber:340> INFO - === Fr Apr 1, 2022, 13:45:40
[61] Biber.pm:415> INFO - Reading 'slides.bcf'
[111] Biber.pm:952> INFO - Found 0 citekeys in bib section 0
[116] Utils.pm:395> WARN - The file 'slides.bcf' does not contain any citations!
[122] bbl.pm:654> INFO - Writing 'slides.bbl' with encoding 'UTF-8'
[122] bbl.pm:757> INFO - Output to slides.bbl
[122] Biber.pm:128> INFO - WARNINGS: 1

View File

@ -1,4 +1,4 @@
This is LuaHBTeX, Version 1.13.2 (TeX Live 2021/Arch Linux) (format=lualatex 2022.2.18) 1 APR 2022 13:12
This is LuaHBTeX, Version 1.13.2 (TeX Live 2021/Arch Linux) (format=lualatex 2022.2.18) 1 APR 2022 13:45
system commands enabled.
**slides
(./slides.tex
@ -1986,12 +1986,12 @@ Package polyglossia Info: Option: English, variant=american.
Package polyglossia Info: Option: english variant=american (with additional pat
terns).
Module polyglossia Info: Language data for usenglishmax
(polyglossia) synonyms
(polyglossia) loader loadhyph-en-us.tex
(polyglossia) righthyphenmin 3
(polyglossia) lefthyphenmin 2
(polyglossia) hyphenation hyph-en-us.hyp.txt
(polyglossia) patterns hyph-en-us.pat.txt
(polyglossia) righthyphenmin 3 on input line 35
(polyglossia) synonyms
(polyglossia) hyphenation hyph-en-us.hyp.txt
(polyglossia) loader loadhyph-en-us.tex on input line 35
Module polyglossia Info: Language usenglishmax was not yet loaded; created with
id 2 on input line 35
Package polyglossia Info: Option: english variant=american (with additional pat
@ -2053,12 +2053,12 @@ braces):
> {german/localnumeral} => {polyglossia@C@localnumeral}
> {german/Localnumeral} => {polyglossia@C@localnumeral}.
Module polyglossia Info: Language data for german
(polyglossia) synonyms
(polyglossia) loader loadhyph-de-1901.tex
(polyglossia) righthyphenmin 2
(polyglossia) lefthyphenmin 2
(polyglossia) hyphenation
(polyglossia) patterns hyph-de-1901.pat.txt
(polyglossia) righthyphenmin 2 on input line 10
(polyglossia) synonyms
(polyglossia) hyphenation
(polyglossia) loader loadhyph-de-1901.tex on input line 10
Module polyglossia Info: Language german was not yet loaded; created with id 3 o
n input line 10
Package polyglossia Info: Option: German, spelling=new.
@ -3026,12 +3026,12 @@ Package biblatex Info: ... file 'german.lbx' found.
(/usr/share/texmf-dist/tex/latex/biblatex/lbx/german.lbx
File: german.lbx 2020/12/31 v3.16 biblatex localization (PK/MW)
Module polyglossia Info: Language data for ngerman
(polyglossia) synonyms
(polyglossia) loader loadhyph-de-1996.tex
(polyglossia) righthyphenmin 2
(polyglossia) lefthyphenmin 2
(polyglossia) hyphenation
(polyglossia) patterns hyph-de-1996.pat.txt
(polyglossia) righthyphenmin 2 on input line 561
(polyglossia) synonyms
(polyglossia) hyphenation
(polyglossia) loader loadhyph-de-1996.tex on input line 561
Module polyglossia Info: Language ngerman was not yet loaded; created with id 5
on input line 561
)
@ -3596,12 +3596,12 @@ lty, 3 margin_kern, 147 glyph, 131 attribute, 92 glue_spec, 131 attribute_list,
avail lists: 1:11,2:643,3:239,4:375,5:204,6:54,7:2375,8:9,9:491,10:20,11:148,
12:1
84173 multiletter control sequences out of 65536+600000
108 fonts using 32689631 bytes
108 fonts using 32689391 bytes
133i,20n,152p,998b,2327s stack positions out of 5000i,500n,10000p,200000b,80000s
</usr/share/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSans-Bol
d.otf></usr/share/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSa
ns-Regular.otf>
Output written on slides.pdf (12 pages, 2857350 bytes).
Output written on slides.pdf (12 pages, 2857302 bytes).
PDF statistics: 139 PDF objects out of 1000 (max. 8388607)
100 compressed objects within 1 object stream

Binary file not shown.

View File

@ -1,7 +1,7 @@
\begin{frame}
\frametitle{Topic 3: Adversarial Examples}
\Large \textbf{Intriguing properties of neural networks} (Szegedy, Zaremba, et al., 2013)\\
\Large \textbf{Practical Black-Box Attacks against Machine Learning} (Papernot, McDaniel, et al., 2016)\\
\LARGE \textbf{Chapter:} 10.4 \textbf{Supervisor:} Benedikt Böing (benedikt.böing@cs.uni-dortmund.de)\\
%\begin{center}