-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added chapter for neural network nutshell
- Loading branch information
1 parent
d52a680
commit 1660a49
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Chapter 08.00: Neural Networks: In a Nutshell" | ||
weight: 8000 | ||
--- | ||
In this nutshell chunk, we learn about neural networks, the driving force behind many of today's cutting-edge machine learning applications. | ||
|
||
<!--more--> | ||
|
||
### Lecture video | ||
|
||
{{< video id="htwEzmtc2M0" >}} | ||
|
||
### Lecture slides | ||
|
||
{{< pdfjs file="https://github.com/slds-lmu/lecture_i2ml/blob/master/slides-pdf/slides-nn-nutshell.pdf" >}} |