Skip to content

Which layer to choose - guideline #1038

Answered by LuluW8071
OneManShow0815 asked this question in Q&A
Discussion options

You must be logged in to vote

Linear Layer for basic model or mid/final feature selector
Dropout layer for making our model unbiased towards training data only introducing non linearity
BatchNorm for stable (recenter and rescale with normlization) and fastertraining
CNN for image data(picture, audio)
RNNs for sequential(mostly textual and time-series) data
Transformer for text, images, videos, audios

Watch some vids and read research papers to get the concepts behind it

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@OneManShow0815
Comment options

@LuluW8071
Comment options

Comment options

You must be logged in to vote
2 replies
@LuluW8071
Comment options

Answer selected by OneManShow0815
@OneManShow0815
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants