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

Implement Sigmoid activation function in tensorflow and pytorch #347

Open
yap231995 opened this issue Sep 20, 2024 · 1 comment
Open

Implement Sigmoid activation function in tensorflow and pytorch #347

yap231995 opened this issue Sep 20, 2024 · 1 comment
Labels
enhancement New feature or request Keras

Comments

@yap231995
Copy link

yap231995 commented Sep 20, 2024

I would like to have to have sigmoid activation function as my variable is a probability.so I just want to bound my variable output between 0 and 1.
This will help increase the use case, instead of just use for regression.

@yap231995 yap231995 changed the title Implement Classification with Softmax activation function/Logistic in tensorflow and pytorch Implement Sigmoid activation function in tensorflow and pytorch Sep 20, 2024
@pobonomo
Copy link
Member

Hi,
This is something that I have been playing with as Gurobi is improving it's capacity to solve nonlinear problems.
A model is not difficult to do but note that the size of the networks that we currently can solve is (in my limited tries) very small.

Do you have a case where it would be useful with a very small network?

@pobonomo pobonomo added enhancement New feature or request Keras labels Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Keras
Projects
None yet
Development

No branches or pull requests

2 participants