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

Activation threshold for nonlinearity #30

Closed
run2 opened this issue Jan 28, 2015 · 1 comment
Closed

Activation threshold for nonlinearity #30

run2 opened this issue Jan 28, 2015 · 1 comment

Comments

@run2
Copy link

run2 commented Jan 28, 2015

Hi
Is it possible (does it make sense ?) to have an activation threshold (like axion hill) for tanh or sigmoid ? The get_output_for method in Conv layer will always return an output (i.e a neuron will fire unless it is Relu) - right ? (however small it is).

@dnouri
Copy link
Owner

dnouri commented Feb 8, 2015

Activation functions are defined in lasagne.nonlinearities. It should be easy enough to try this out and make a tanh version with a threshold. Feel free to reopen if you think this is a nolearn issue.

@dnouri dnouri closed this as completed Feb 8, 2015
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