None of the answers are correct in this question
Answer:
Please see explanation for the answer. The code is written in python and is as given below:
Step-by-step explanation:
The solution is obtained on the Python with the following code
import matplotlib.pyplot as plotter
import numpy as npy
x_s = npy.linspace(-5,5,100) #Defining a linear sample space with boundaries as -5 to 5 and 100 as number of samples.
def sigmo(z):return 1/(1 + npy.exp(-z)) #Defining sigmoid function for the f(x).
plotter.plot(x_s, sigmo(x_s))
plotter.plot([-5,5],[.5,.5])
plotter.xlabel("z")
plotter.ylabel("sigmoid(z)")
plotter.show()
Answer:
Step-by-step explanation:Yes they both do, If u get the the number from the y-intercept and put it in the graph. and then get the slope if it is a decimal (Rise/Run) Put it in the then you have the answer
Answer:
Step-by-step explanation:
Answer
When you put this into your calculator, you get - 7.2111. The closest point to that is L.
Answer: -7.2111 is closest to L
Answer:
The answer would be 22/12 or 1 and 11/12
Step-by-step explanation:
1/2+2/3+3/4
First get common denominators so you have a denominator of 12 so 6/12+8/12+9/12
Add those together and you get 23/12 but you have to subtract one because that's what the problem says so you get 22/12