Invlogit() vs. sigmoid() - which one to use?

You can use %%time in Jupyter notebook to run the two cases and find out.

I guess invlogit will be a bit longer as it actually call aesara sigmoid inside its function. But will look forward to the result of your comparison.

1 Like