recategorized by
3,804 views

1 Answer

1 votes
1 votes

ans is C    Sigmoid functin (or logistics function)

refer https://en.wikipedia.org/wiki/Logistic_function

f(x)={\frac  {L}{1+{\mathrm  e}^{{-k(x-x_{0})}}}}

where

  • e = the natural logarithm base (also known as Euler's number),
  • x0 = the x-value of the sigmoid's midpoint,
  • L = the curve's maximum value, and
  • k = the steepness of the curve.[1
  • The standard logistic function is the logistic function with parameters (k = 1, x0 = 0, L = 1) which yields
  • {\displaystyle f(x)={\frac {1}{1+e^{-x}}}.}
Answer:

Related questions

2 votes
2 votes
3 answers
2
go_editor asked Jul 13, 2016
3,346 views
Skolmization is the process ofbringing all the quantifiers in the beginning of a formula in FDLremoving all the universal quantifiersremoving all the extential quantifier...
1 votes
1 votes
2 answers
3
1 votes
1 votes
1 answer
4
go_editor asked Jul 12, 2016
1,054 views
How many solutions do the following equations have?$x_1 + x_2 + x_3 =11$where $x_1 \geq 1, x_2 \geq 2, x_3 \geq 3$$C(7, 11)$$C(11, 3)$$C(14, 11)$$C(7, 5)$