You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the late response. We initially optimized the model on DNase data (classification not regression). We "just" used it here becasue it had reasonable correlation (of course this can be improved) but basically fullfilled the task to inspect important motifs.
Thank you for releasing the code. One thing I noticed in the model code is the use of
softmax
in convlayers andsigmoid
in the hidden dense layer (https://github.com/visze/sequence_cnn_models/blob/master/workflow/scripts/model.py#L11). I was wondering what the reasoning is for these activations.The text was updated successfully, but these errors were encountered: