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
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.
The text was updated successfully, but these errors were encountered:
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
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?
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.
The text was updated successfully, but these errors were encountered: