pycsamt.ai.nets.fcn#
Fully Convolutional Network for EM inversion — Moghadas (2020) style.
Contains no fully-connected layers. All weights are convolutional, including the final output projection (1x1 convolution). This makes the network invariant to input length, which is useful when different survey setups use different numbers of frequencies.
The global average pool collapses the spatial dimension to a single vector, and a final 1x1 convolution maps to the output size.
References
Moghadas, D. (2020). One-dimensional deep learning inversion of EM induction data using CNN. Geophysical Journal International, 223(1), 627-641.
Classes
|
Factory wrapper for the fully-convolutional 1-D EM network. |