Hi there,
I’m a little fuzzy on what is meant by the different layer types. I’ve seen a few different words used to describe layers:
- Dense
- Convolutional
- Fully connected
- Pooling layer
- Normalisation
There’s some good info on this page but I haven’t been able to parse it fully yet. Some things suggest a dense layer is the same a fully-connected layer, but other things tell me that a dense layer performs a linear operation from the input to the output and a fully connected layer doesn’t, so I’m kinda confused.
Thanks,
Tom