diff --git a/redic/w01.json b/redic/w01.json index b7e2cb1..ba6410e 100644 --- a/redic/w01.json +++ b/redic/w01.json @@ -1,9 +1,9 @@ { "week":1, "date":"November 9", - "t1":"Basics of NN", + "t1":"Basics of NN, Feed Forward Networks, loss functions and activations", "e1":"Chapters 1.2,1.4,1.5 and train a simple Dense Neural Network on MNIST", - "t2":"Alternative Models", + "t2":"Alternative Models, Least Square Regression and SVMs", "e2":"Chapters 2.1-2.4" } diff --git a/slides.blg b/slides.blg index d8627b1..7fccc89 100644 --- a/slides.blg +++ b/slides.blg @@ -1,9 +1,9 @@ [0] Config.pm:312> INFO - This is Biber 2.15 [0] Config.pm:315> INFO - Logfile is 'slides.blg' -[109] biber:330> INFO - === So Okt 17, 2021, 20:10:46 -[128] Biber.pm:415> INFO - Reading 'slides.bcf' -[212] Biber.pm:952> INFO - Found 0 citekeys in bib section 0 -[220] Utils.pm:395> WARN - The file 'slides.bcf' does not contain any citations! -[229] bbl.pm:651> INFO - Writing 'slides.bbl' with encoding 'UTF-8' -[230] bbl.pm:754> INFO - Output to slides.bbl -[230] Biber.pm:128> INFO - WARNINGS: 1 +[60] biber:330> INFO - === Mo Okt 18, 2021, 15:10:04 +[71] Biber.pm:415> INFO - Reading 'slides.bcf' +[122] Biber.pm:952> INFO - Found 0 citekeys in bib section 0 +[127] Utils.pm:395> WARN - The file 'slides.bcf' does not contain any citations! +[133] bbl.pm:651> INFO - Writing 'slides.bbl' with encoding 'UTF-8' +[133] bbl.pm:754> INFO - Output to slides.bbl +[133] Biber.pm:128> INFO - WARNINGS: 1 diff --git a/slides.log b/slides.log index 3e5b392..e951138 100644 --- a/slides.log +++ b/slides.log @@ -1,4 +1,4 @@ -This is LuaHBTeX, Version 1.13.0 (TeX Live 2021/Arch Linux) (format=lualatex 2021.6.8) 17 OCT 2021 20:10 +This is LuaHBTeX, Version 1.13.0 (TeX Live 2021/Arch Linux) (format=lualatex 2021.6.8) 18 OCT 2021 15:10 system commands enabled. **slides (./slides.tex @@ -2068,12 +2068,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) righthyphenmin 3 (polyglossia) loader loadhyph-en-us.tex +(polyglossia) hyphenation hyph-en-us.hyp.txt (polyglossia) synonyms -(polyglossia) patterns hyph-en-us.pat.txt (polyglossia) lefthyphenmin 2 -(polyglossia) hyphenation hyph-en-us.hyp.txt on input line 35 +(polyglossia) patterns hyph-en-us.pat.txt +(polyglossia) righthyphenmin 3 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 @@ -2135,12 +2135,12 @@ braces): > {german/localnumeral} => {polyglossia@C@localnumeral} > {german/Localnumeral} => {polyglossia@C@localnumeral}. Module polyglossia Info: Language data for german -(polyglossia) righthyphenmin 2 (polyglossia) loader loadhyph-de-1901.tex +(polyglossia) hyphenation (polyglossia) synonyms -(polyglossia) patterns hyph-de-1901.pat.txt (polyglossia) lefthyphenmin 2 -(polyglossia) hyphenation on input line 10 +(polyglossia) patterns hyph-de-1901.pat.txt +(polyglossia) righthyphenmin 2 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. @@ -3104,12 +3104,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) righthyphenmin 2 (polyglossia) loader loadhyph-de-1996.tex +(polyglossia) hyphenation (polyglossia) synonyms -(polyglossia) patterns hyph-de-1996.pat.txt (polyglossia) lefthyphenmin 2 -(polyglossia) hyphenation on input line 561 +(polyglossia) patterns hyph-de-1996.pat.txt +(polyglossia) righthyphenmin 2 on input line 561 Module polyglossia Info: Language ngerman was not yet loaded; created with id 5 on input line 561 ) @@ -3751,12 +3751,12 @@ te_list, 4 write, 24 pdf_literal, 72 pdf_colorstack, 1 pdf_setmatrix, 1 pdf_save avail lists: 1:3,2:430,3:218,4:351,5:181,6:49,7:2276,8:9,9:444,10:28,11:138,1 2:1 81127 multiletter control sequences out of 65536+600000 - 97 fonts using 27703711 bytes + 97 fonts using 27703667 bytes 136i,20n,154p,819b,2327s stack positions out of 5000i,500n,10000p,200000b,80000s -Output written on slides.pdf (17 pages, 393714 bytes). +Output written on slides.pdf (17 pages, 393847 bytes). PDF statistics: 210 PDF objects out of 1000 (max. 8388607) 141 compressed objects within 2 object streams diff --git a/slides.pdf b/slides.pdf index 85e488e..96d361d 100644 Binary files a/slides.pdf and b/slides.pdf differ diff --git a/topics/w01.tex b/topics/w01.tex index 018b40c..2349c08 100644 --- a/topics/w01.tex +++ b/topics/w01.tex @@ -1,10 +1,10 @@ \begin{frame} \frametitle{Week 1: November 9} - \Large \textbf{Topic1:} Basics of NN\\ + \Large \textbf{Topic1:} Basics of NN, Feed Forward Networks, loss functions and activations\\ \large Chapters 1.2,1.4,1.5 and train a simple Dense Neural Network on MNIST\\\\ - \Large \textbf{Topic2:} Alternative Models\\ + \Large \textbf{Topic2:} Alternative Models, Least Square Regression and SVMs\\ \large Chapters 2.1-2.4\\ \end{frame}