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:
c
Step-by-step explanation:
because u cant be wrong with going with none of the above due the fact that they could be decimals and they didn't want to write out the full number therefore making it incorrect. No need to thank me.
Answer:
He gained 3,650 dollars over 5 years of saving his retirement money
Step-by-step explanation:
Just subtract 5,00 from 8,000 and u get 3,000 so then just add 650 to the 3,000 and thats your answer 3,650!!