Skip to content

Instantly share code, notes, and snippets.

@chyld
Last active April 24, 2019 14:04
Show Gist options
  • Save chyld/c228a5d049e253db8a268cef253ae492 to your computer and use it in GitHub Desktop.
Save chyld/c228a5d049e253db8a268cef253ae492 to your computer and use it in GitHub Desktop.
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