Last active
April 24, 2019 14:04
-
-
Save chyld/c228a5d049e253db8a268cef253ae492 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
can a nn fit to non linear data | |
when scaling ... minmax or standard | |
what is forward prop | |
what is backward prop | |
what is a loss | |
draw a diagram, show a few weights... ask about partial derivitives | |
what is a batch size | |
what is epoch | |
when to stop training | |
what is an optimizer | |
what is diff between sigmoid and softmax | |
input (5) -- L1 (7) --- total params learned ... 42 | |
what is a dense network | |
what's wrong with dense nets and image rec | |
how does cnn fix that | |
how to cnns work | |
what is a filter | |
what is stride | |
what is padding | |
what is max pooling | |
what is dropout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment