I just have a couple questions regarding neural networks and skip connections:
When people say 3-layer NN, that means there is an input layer, a hidden layer, and an output layer right?
I can't seem to find many resources/information on skip connections/layers online. What type of NN are they commonly used for? MLP? CNN? RNN?
Also, is it possible to implement a skip connection with tensorflow and TF-slim? I checked the TF-slim library but it doesn't seem to contain skip layers as one of its included layers.
Thanks so much in advance!