diff --git a/Old/index_old.html b/Old/index_old.html deleted file mode 100644 index 88499c2..0000000 --- a/Old/index_old.html +++ /dev/null @@ -1,406 +0,0 @@ - - - - - udlbook - - - - - -
-

Resources for instructors

-

Instructor answer booklet available with proof of credentials via MIT Press.

-

Request an exam/desk copy via MIT Press.

-

Figures in PDF (vector) / SVG (vector) / Powerpoint (images): -

- - Instructions for editing figures / equations can be found here. - -

My slides for 20 lecture undergraduate deep learning course:

- - -

Resources for students

- -

Answers to selected questions: PDF -

-

Python notebooks: (Early ones more thoroughly tested than later ones!)

- - - - -
-

Citation

-

- @book{prince2023understanding,
- author = "Simon J.D. Prince",
- title = "Understanding Deep Learning",
- publisher = "MIT Press",
- year = 2023,
- url = "http://udlbook.com"
-}
-    
-
- diff --git a/Old/style.css b/Old/style.css deleted file mode 100644 index 096c4d3..0000000 --- a/Old/style.css +++ /dev/null @@ -1,23 +0,0 @@ -body { - font-size: 17px; - margin: 2% 10%; -} - -#head { - display: flex; - flex-direction: row; - flex-wrap: wrap-reverse; - justify-content: space-between; - width: 100%; -} - -#cover { - justify-content: center; - display: flex; - width: 30%; -} - -#cover img { - width: 100%; - height: min-content; -} \ No newline at end of file