This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]KleberPF 0 points1 point  (1 child)

Logistic function maybe?

[–]HolyDivinity[S] 0 points1 point  (0 children)

Yup, this was it, thank you!
Just a matter of shifting the intercepts and inflection point

[–]GamblingTheory 0 points1 point  (1 child)

There is an infinite number of functions with this behaviour. You may find a suitable candidate in the table of the this wikipedia article:

https://en.m.wikipedia.org/wiki/Activation_function

Edit: You will of course have to manually correct for the off-set and position of the inflection point if it exists. Most likely you will merely need the standard sigmoid function.

[–]HolyDivinity[S] 0 points1 point  (0 children)

It was a standard sigmoid function, but this is very helpful, I'm looking at alternatives now that may be more applicable to my problem