gitextract_7v14hukr/ ├── .gitignore ├── Templates/ │ ├── macros.tex │ ├── master.tex │ ├── template.tex │ ├── yoursunetID.tex │ └── yoursunetID2.tex └── tex/ ├── all.bib ├── bibliography.bib ├── collection/ │ ├── 01supervised.tex │ ├── 02-01-2021.tex │ ├── 02asymptotics.tex │ ├── 03concentration.tex │ ├── 04-01-uniform.tex │ ├── 04-02-uniform.tex │ ├── 04-03-uniform.tex │ ├── 05-01-concrete-models.tex │ ├── 05-02-concrete-models.tex │ ├── 05-03-deep-nets.tex │ ├── 06-dltheory.tex │ ├── 07-01-nonconvex.tex │ ├── 07-02-nonconvex.tex │ ├── 07-03-nonconvex.tex │ ├── 07-03-ntk.tex │ ├── 07-05-ntk-limitation.tex │ ├── 08-01-algorithmic.tex │ ├── 08-02-algorithmic.tex │ ├── 08-03-algorithmic-new.tex │ ├── 08-03-algorithmic.tex │ ├── 09-01-data-dependent.tex │ ├── 09-01-unsupervised.tex │ ├── 10-01-online.tex │ └── 10-02-online.tex ├── figures/ │ ├── chaining_figures.pptx │ ├── figures.pptx │ ├── multilayer_covering.pptx │ └── ntk-1d.py ├── macros.tex └── master.tex