References
Deep Ensemble Learning with Jet-Like architecture
- Tail > Sparse Autoencoder
- Wings > Two CNNs
- Body > Non-Linear PCA
- Nose > MLP
Architectural details
CNN1 (Left Wing)
conv layers = 3
fc layers = 1
filter size = (1,4)
input channels = 1
output channels = 3
stride = 1
padding = none
output features = 15
CNN2 (Right Wing)
conv layers = 4
fc layers = 1
filter size = (1,3)
input channels = 1
output channels = 3
stride = 1
padding = none
output features = 15