Function activation_sigmoid

Source
pub fn activation_sigmoid<T>(input: &Vec<T>) -> Vec<f64>
where T: FromStr + Debug, <T as FromStr>::Err: Debug,