Užrašai
Python:
import numpy as np y = 1 / ( 1 + np.exp(-x * w) )
Python:
import numpy as np y = 1 / ( 1 + np.exp(-x + b) )