• To estimate suitable petrophysical properties, would it will be useful to use CNN or GRU algorithms alone?
  • Or, will this estimate will be appropriate when the two methods are combined?
  • Convolutional_Neural_Network: In deep learning, a CNN is a class of artificial neural networks, most commonly applied to analyze visual imagery. They are also known as shift invariant or space invariant artificial neural networks (SIANN), based on the shared-weight architecture of the convolution kernels or filters that slide along input features and provide translation equivariant responses known as feature maps. Counter-intuitively, most CNN's are only equivariant, as opposed to invariant, to interpretation.
  • Gated_Recurrent_Units: GRU is a gating mechanism in recurrent neural networks, introduced in 2014 by Kyunghyun Cho et al. The GRU is like a long short-term memory with a forget gate, but has fewer parameters than LSTM, as it lacks an output gate. GRUs have been shown to exhibit better performance on certain smaller and less frequent datasets.
More Erfan Rahimi's questions See All
Similar questions and discussions