Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about the activation functions #1

Open
gokceneraslan opened this issue Jun 28, 2023 · 1 comment
Open

Question about the activation functions #1

gokceneraslan opened this issue Jun 28, 2023 · 1 comment

Comments

@gokceneraslan
Copy link

Thank you for releasing the code. One thing I noticed in the model code is the use of softmax in convlayers and sigmoid 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.

@visze
Copy link
Owner

visze commented Aug 25, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants