Function activation_tanh

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