Hi all,
the questions may be silly but I’ve not found a simple answer.
I’m trying to use the CNN to geophysical data inversion; I would like my net to produce as output some velocity models with velocity trends constant over the layers. This means that my ideal output is something like the blue curve in the left picture attached (the red is the net output). My net is characterized by 3 simple convolutional1d layers with LeakyRelu activation function and Kaiming weights inizialitation. What I don’t understand is:
- how to create a net whose output may try to generate flat results.
- the loss function, reported in the right picture below shows those jumps I don’t really understand since I’m using no dropout …
any advise would be really helpful