How do I implement the sigmoid function in Octave?
so given that the sigmoid function is defined as hθ(x) = g(θ^(T)x), how can I implement this funcion in Octave given that g = zeros(size(z)) ?
Topic regression logistic-regression octave
Category Data Science